summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-07 08:33:21 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-07 08:33:21 -0700
commit1596f0ae0a289da6f16ede1dd7e3fbcc55ef8b41 (patch)
treec8ea32ba22c2002f7b2ff48b3cd04449547c56a9
parentf2d2f98c259d014ed1c5681848d481d7485239b7 (diff)
downloadpdfium-1596f0ae0a289da6f16ede1dd7e3fbcc55ef8b41.tar.xz
Cleanup DEPS files after include/ changes.
This cleans up left over DEPS files or DEPS file entries from moving the code into subfolder include/ directories. Review URL: https://codereview.chromium.org/1865313002
-rw-r--r--fpdfsdk/DEPS1
-rw-r--r--xfa/DEPS1
-rw-r--r--xfa/include/fxfa/DEPS3
3 files changed, 0 insertions, 5 deletions
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS
index 33b0af6064..096b556fdb 100644
--- a/fpdfsdk/DEPS
+++ b/fpdfsdk/DEPS
@@ -1,5 +1,4 @@
include_rules = [
- '+core/include',
'+core/fpdftext/include',
'+core/fpdfapi/include',
'+core/fpdfapi/fpdf_edit/include',
diff --git a/xfa/DEPS b/xfa/DEPS
index f106513e9c..f935fbc269 100644
--- a/xfa/DEPS
+++ b/xfa/DEPS
@@ -1,5 +1,4 @@
include_rules = [
- '+core/include',
'+core/fxcrt/include',
'+core/fpdfapi/fpdf_parser/include',
'+core/fxge/include',
diff --git a/xfa/include/fxfa/DEPS b/xfa/include/fxfa/DEPS
deleted file mode 100644
index 97ccb1faa6..0000000000
--- a/xfa/include/fxfa/DEPS
+++ /dev/null
@@ -1,3 +0,0 @@
-include_rules = [
- '+core/fxcodec/include',
-]