summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--fpdfsdk/DEPS2
-rw-r--r--samples/DEPS2
-rw-r--r--testing/DEPS2
4 files changed, 6 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index e1c4fa3653..74097a67d9 100644
--- a/DEPS
+++ b/DEPS
@@ -31,10 +31,8 @@ deps_os = {
}
include_rules = [
- '+public',
'+testing',
'+third_party/base',
- '+v8',
]
hooks = [
diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS
index 3e7856369b..60f0aca754 100644
--- a/fpdfsdk/DEPS
+++ b/fpdfsdk/DEPS
@@ -1,4 +1,6 @@
include_rules = [
'+core/include',
'+javascript',
+ '+public',
+ '+v8',
]
diff --git a/samples/DEPS b/samples/DEPS
index cf2a702a7e..bbe39d0293 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 c7267d3b70..76f3117de1 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