diff options
Diffstat (limited to 'xfa/fxfa/fm2js/DEPS')
-rw-r--r-- | xfa/fxfa/fm2js/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fxfa/fm2js/DEPS b/xfa/fxfa/fm2js/DEPS index 2be03524b6..e19a721031 100644 --- a/xfa/fxfa/fm2js/DEPS +++ b/xfa/fxfa/fm2js/DEPS @@ -1,3 +1,6 @@ include_rules = [ '+third_party/icu', + + # xfa/fwl should be standalone. https://crbug.com/pdfium/507 + '-xfa/fwl', ] |