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

Unified Diff: ipc/mojo/BUILD.gn

Issue 623883002: Revert "Move mojo edk into mojo/edk" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « extensions/test/extensions_unittests_main.cc ('k') | ipc/mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 29905bdb664848f6b0f736ae585aee994c78b3a6..27c9cd9f9dc47ce9052e117b6ed1723d102cadd5 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -24,7 +24,7 @@ component("mojo") {
"//ipc",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
- "//mojo/edk/system",
+ "//mojo/system",
]
}
@@ -42,8 +42,8 @@ test("ipc_mojo_unittests") {
"//ipc",
"//ipc:test_support",
"//ipc/mojo",
- "//mojo/edk/system",
"//mojo/environment:chromium",
+ "//mojo/system",
"//url",
]
}
@@ -61,8 +61,8 @@ test("ipc_mojo_perftests") {
"//ipc",
"//ipc:test_support",
"//ipc/mojo",
- "//mojo/edk/system",
"//mojo/environment:chromium",
+ "//mojo/system",
"//url",
]
}
« no previous file with comments | « extensions/test/extensions_unittests_main.cc ('k') | ipc/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698