diff options
Diffstat (limited to 'xfa/DEPS')
-rw-r--r-- | xfa/DEPS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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', ] |