Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: ipc/DEPS

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698