diff options
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/DEPS | 2 | ||||
-rw-r--r-- | xfa/fxbarcode/DEPS | 1 | ||||
-rw-r--r-- | xfa/fxfa/app/DEPS | 3 | ||||
-rw-r--r-- | xfa/fxfa/parser/DEPS | 3 |
4 files changed, 1 insertions, 8 deletions
@@ -1,6 +1,6 @@ include_rules = [ - '+core/fxcrt', '+core/fpdfapi/parser', + '+core/fxcrt', '+core/fxge', '+third_party/bigint' ] diff --git a/xfa/fxbarcode/DEPS b/xfa/fxbarcode/DEPS index 535f39b1eb..1519ceaa93 100644 --- a/xfa/fxbarcode/DEPS +++ b/xfa/fxbarcode/DEPS @@ -1,4 +1,3 @@ include_rules = [ '+core/fxcodec', - '+core/fxcodec/codec', ] diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS index bab6ddb1de..5c72d1d0b2 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -2,8 +2,5 @@ include_rules = [ '+core/fdrm/crypto', '+core/fpdfapi/font', '+core/fpdfapi/page', - '+core/fpdfapi/parser', '+core/fpdfdoc', - '+core/fxcodec', - '+core/fxcodec/codec', ] diff --git a/xfa/fxfa/parser/DEPS b/xfa/fxfa/parser/DEPS deleted file mode 100644 index 1519ceaa93..0000000000 --- a/xfa/fxfa/parser/DEPS +++ /dev/null @@ -1,3 +0,0 @@ -include_rules = [ - '+core/fxcodec', -] |