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

Unified Diff: mojo/shell/BUILD.gn

Issue 621153003: Move mojo edk into mojo/edk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix checkdeps 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 | « mojo/services/window_manager/BUILD.gn ('k') | mojo/shell/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index becbf1551c8b671e550c63a629865b8236fb16ba..f405bc9d2f41a5bcf46bf9ccb4f97175d73fa281 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -34,11 +34,11 @@ source_set("lib") {
"//mojo/application",
"//mojo/application_manager",
"//mojo/common",
+ "//mojo/edk/system",
"//mojo/gles2",
"//mojo/public/interfaces/application",
"//mojo/services/public/interfaces/network",
"//mojo/spy",
- "//mojo/system",
]
sources = [
@@ -133,10 +133,10 @@ test("mojo_shell_tests") {
"//net:test_support",
"//url",
"//mojo/application_manager",
- "//mojo/services/test_service:bindings",
"//mojo/common",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/system",
+ "//mojo/services/test_service:bindings",
]
datadeps = [
@@ -171,7 +171,7 @@ source_set("test_support") {
deps = [
":lib",
- "//mojo/system",
+ "//mojo/edk/system",
]
}
@@ -187,8 +187,8 @@ test("mojo_external_application_tests") {
"//url",
"//mojo/application_manager",
"//mojo/common",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/system",
]
sources = [
« no previous file with comments | « mojo/services/window_manager/BUILD.gn ('k') | mojo/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698