Merge to XFA: DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion.

Original Review URL: https://codereview.chromium.org/1411493002 .
(cherry picked from commit 8316a8a0274558f7a0f515e04bb13a7cca5762b2)

BUG=pdfium:217
TBR=thestig@chromium.org

Review URL: https://codereview.chromium.org/1405243004 .
diff --git a/DEPS b/DEPS
index 534bb97..69618a7 100644
--- a/DEPS
+++ b/DEPS
@@ -29,10 +29,8 @@
 }
 
 include_rules = [
-  '+public',
   '+testing',
   '+third_party/base',
-  '+v8',
 ]
 
 hooks = [
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS
index f7d431c..44beeca 100644
--- a/fpdfsdk/DEPS
+++ b/fpdfsdk/DEPS
@@ -1,5 +1,7 @@
 include_rules = [
   '+core/include',
   '+javascript',
+  '+public',
+  '+v8',
   '+xfa/include',
 ]
diff --git a/samples/DEPS b/samples/DEPS
index cf2a702..bbe39d0 100644
--- a/samples/DEPS
+++ b/samples/DEPS
@@ -1,4 +1,6 @@
 include_rules = [
   '+fx_lpng',
+  '+public',
   '+third_party/zlib_v128',
+  '+v8',
 ]
\ No newline at end of file
diff --git a/testing/DEPS b/testing/DEPS
index c7267d3..76f3117 100644
--- a/testing/DEPS
+++ b/testing/DEPS
@@ -1,4 +1,6 @@
 include_rules = [
   '+core/include',
   '+fpdfsdk/include',
+  '+public',
+  '+v8',
 ]
\ No newline at end of file