Index: ipc/DEPS |
diff --git a/ipc/DEPS b/ipc/DEPS |
index 27a691c2297723da8567a55de9af3344f79dd8ba..421d8f7cc249cf9629482985fa9eb3367f759cbe 100644 |
--- a/ipc/DEPS |
+++ b/ipc/DEPS |
@@ -1,6 +1,5 @@ |
include_rules = [ |
"+crypto", |
- "+mojo/edk/embedder", |
"+mojo/public", |
# For ipc_channel_nacl.cc: |
"+native_client/src/public", |
@@ -8,7 +7,15 @@ include_rules = [ |
] |
specific_include_rules = { |
- "run_all_unittests\.cc": [ |
+ "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", |
] |
} |