summaryrefslogtreecommitdiff
path: root/xfa/DEPS
diff options
context:
space:
mode:
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',
]