diff options
Diffstat (limited to 'xfa/fxfa/parser/DEPS')
-rw-r--r-- | xfa/fxfa/parser/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/DEPS b/xfa/fxfa/parser/DEPS new file mode 100644 index 0000000000..22337ef082 --- /dev/null +++ b/xfa/fxfa/parser/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + # xfa/fwl should be standalone. https://crbug.com/pdfium/507 + '-xfa/fwl', +] + |