Cleanup DEPS files

Remove redundant DEPS files and DEPS file entries.

Review-Url: https://codereview.chromium.org/2390833003
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS
index 624a4c2..5b1f3c4 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 c14952a..0000000
--- 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 212c6cc..d4de6f1 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 810c2c6..0000000
--- 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 72b978f..36a51aa 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 810c2c6..0000000
--- a/fpdfsdk/pdfwindow/DEPS
+++ /dev/null
@@ -1,4 +0,0 @@
-include_rules = [
-  '+core/fpdfapi/font',
-  '+core/fpdfdoc',
-]
diff --git a/xfa/DEPS b/xfa/DEPS
index 812a31c..4aad7ef 100644
--- a/xfa/DEPS
+++ b/xfa/DEPS
@@ -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 535f39b..1519cea 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 bab6ddb..5c72d1d 100644
--- a/xfa/fxfa/app/DEPS
+++ b/xfa/fxfa/app/DEPS
@@ -2,8 +2,5 @@
   '+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 1519cea..0000000
--- a/xfa/fxfa/parser/DEPS
+++ /dev/null
@@ -1,3 +0,0 @@
-include_rules = [
-  '+core/fxcodec',
-]