diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-04 13:45:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-04 13:45:44 -0700 |
commit | 98151cab3d24c021597d1fb075437675a3db7e12 (patch) | |
tree | db899ca0da8b36da620d9f61b64ec733a5e0e3c9 /fpdfsdk | |
parent | 968a88ff7202995bf8bb9a11470dff1fda54eeed (diff) | |
download | pdfium-98151cab3d24c021597d1fb075437675a3db7e12.tar.xz |
Cleanup DEPS files
Remove redundant DEPS files and DEPS file entries.
Review-Url: https://codereview.chromium.org/2390833003
Diffstat (limited to 'fpdfsdk')
-rw-r--r-- | fpdfsdk/DEPS | 11 | ||||
-rw-r--r-- | fpdfsdk/formfiller/DEPS | 3 | ||||
-rw-r--r-- | fpdfsdk/fpdfxfa/DEPS | 1 | ||||
-rw-r--r-- | fpdfsdk/fxedit/DEPS | 4 | ||||
-rw-r--r-- | fpdfsdk/javascript/DEPS | 2 | ||||
-rw-r--r-- | fpdfsdk/pdfwindow/DEPS | 4 |
6 files changed, 1 insertions, 24 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS index 624a4c22be..5b1f3c4f60 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -1,14 +1,5 @@ include_rules = [ - '+core/fpdftext', - '+core/fpdfapi', - '+core/fpdfapi/edit', - '+core/fpdfapi/page', - '+core/fpdfapi/parser', - '+core/fpdfapi/render', - '+core/fpdfdoc', - '+core/fxcodec', - '+core/fxcrt', - '+core/fxge', + '+core', '+public', '+v8', '+xfa/fwl/core', diff --git a/fpdfsdk/formfiller/DEPS b/fpdfsdk/formfiller/DEPS deleted file mode 100644 index c14952a371..0000000000 --- a/fpdfsdk/formfiller/DEPS +++ /dev/null @@ -1,3 +0,0 @@ -include_rules = [ - '+core/fpdfapi/font', -] diff --git a/fpdfsdk/fpdfxfa/DEPS b/fpdfsdk/fpdfxfa/DEPS index 212c6ccf65..d4de6f1e89 100644 --- a/fpdfsdk/fpdfxfa/DEPS +++ b/fpdfsdk/fpdfxfa/DEPS @@ -1,4 +1,3 @@ include_rules = [ - '+xfa/fwl/core', '+xfa/fxbarcode', ] diff --git a/fpdfsdk/fxedit/DEPS b/fpdfsdk/fxedit/DEPS deleted file mode 100644 index 810c2c6c51..0000000000 --- a/fpdfsdk/fxedit/DEPS +++ /dev/null @@ -1,4 +0,0 @@ -include_rules = [ - '+core/fpdfapi/font', - '+core/fpdfdoc', -] diff --git a/fpdfsdk/javascript/DEPS b/fpdfsdk/javascript/DEPS index 72b978f547..36a51aa92f 100644 --- a/fpdfsdk/javascript/DEPS +++ b/fpdfsdk/javascript/DEPS @@ -1,5 +1,3 @@ include_rules = [ - '+core/fdrm/crypto', - '+core/fpdfapi/font', '+fxjs' ] diff --git a/fpdfsdk/pdfwindow/DEPS b/fpdfsdk/pdfwindow/DEPS deleted file mode 100644 index 810c2c6c51..0000000000 --- a/fpdfsdk/pdfwindow/DEPS +++ /dev/null @@ -1,4 +0,0 @@ -include_rules = [ - '+core/fpdfapi/font', - '+core/fpdfdoc', -] |