summaryrefslogtreecommitdiff
path: root/xfa/DEPS
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-04-27 19:21:47 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-27 19:21:47 +0000
commit96723705bfa2f569d1b67541f08c8fbc86a18ec7 (patch)
treedcc80831cf130e741d38940dac32d61cc82d5113 /xfa/DEPS
parent77315d696138a83b86ad050870300c2c52935f29 (diff)
downloadpdfium-96723705bfa2f569d1b67541f08c8fbc86a18ec7.tar.xz
Add DEPS include_rules for xfa/fwl.
BUG=pdfium:507 Change-Id: I28eeb9a5f6d7099eef6d8e7e37d425cd4613c49c Reviewed-on: https://pdfium-review.googlesource.com/31430 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/DEPS')
-rw-r--r--xfa/DEPS5
1 files changed, 4 insertions, 1 deletions
diff --git a/xfa/DEPS b/xfa/DEPS
index 2dd4ef3f54..0442a61e7d 100644
--- a/xfa/DEPS
+++ b/xfa/DEPS
@@ -1,5 +1,8 @@
include_rules = [
'+core',
'+fxbarcode',
- '+third_party/bigint'
+ '+third_party/bigint',
+
+ # xfa/fwl should be standalone. https://crbug.com/pdfium/507
+ '-xfa/fwl',
]