summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 855dfe2349..2e6f8015d1 100644
--- a/DEPS
+++ b/DEPS
@@ -67,6 +67,13 @@ include_rules = [
'+third_party/base',
]
+specific_include_rules = {
+ # Allow embedder tests to use public APIs.
+ "(.*embeddertest\.cpp)": [
+ "+public",
+ ]
+}
+
hooks = [
# Pull GN binaries. This needs to be before running GYP below.
{