summaryrefslogtreecommitdiff
path: root/chromium/ipc/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ipc/DEPS')
-rw-r--r--chromium/ipc/DEPS15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/ipc/DEPS b/chromium/ipc/DEPS
index b8caf57633e..421d8f7cc24 100644
--- a/chromium/ipc/DEPS
+++ b/chromium/ipc/DEPS
@@ -1,6 +1,21 @@
include_rules = [
"+crypto",
+ "+mojo/public",
# For ipc_channel_nacl.cc:
"+native_client/src/public",
"+sandbox/mac/seatbelt.h",
]
+
+specific_include_rules = {
+ "ipc_channel_mojo_unittest\.cc": [
+ "+mojo/edk/test",
+ ],
+ "ipc_mojo_(bootstrap_unittest|perftest)\.cc": [
+ "+mojo/edk/embedder",
+ "+mojo/edk/test",
+ ],
+ "run_all_(unit|perf)tests\.cc": [
+ "+mojo/edk/embedder",
+ "+mojo/edk/test",
+ ]
+}