diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-07-14 16:21:49 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-07-14 16:21:49 -0700 |
commit | c52710c4eb6a4647696f413df136c7643678a7c5 (patch) | |
tree | ca8fb944503239b881962ec2ce4ce6d9314a2e61 /fpdfsdk/DEPS | |
parent | 83ad95c4e0b220a37af078e7e4e45b199052bf2e (diff) | |
download | pdfium-c52710c4eb6a4647696f413df136c7643678a7c5.tar.xz |
Merge to XFA: Tighten up DEPS include rules.
Original Review URL: https://codereview.chromium.org/1233583004 .
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1234923006 .
Diffstat (limited to 'fpdfsdk/DEPS')
-rw-r--r-- | fpdfsdk/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS new file mode 100644 index 0000000000..3e7856369b --- /dev/null +++ b/fpdfsdk/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + '+core/include', + '+javascript', +] |