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

Unified Diff: services/shell/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/shell/tests/util.cc ('k') | services/shell/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/services/shell/BUILD.gn
similarity index 83%
rename from mojo/shell/BUILD.gn
rename to services/shell/BUILD.gn
index 2f7be9d90a0b7be026f532c1cc9209e0468e8e2e..d81573491f2b639dfd9b6aa4377150e89219b08d 100644
--- a/mojo/shell/BUILD.gn
+++ b/services/shell/BUILD.gn
@@ -10,10 +10,10 @@ group("all") {
testonly = true
deps = [
":shell",
- "//mojo/shell/background",
- "//mojo/shell/runner",
- "//mojo/shell/standalone",
- "//mojo/shell/tests",
+ "//services/shell/background",
+ "//services/shell/runner",
+ "//services/shell/standalone",
+ "//services/shell/tests",
]
}
@@ -39,9 +39,9 @@ source_set("shell") {
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/services/catalog/public/interfaces",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
"//mojo/util:filename_util",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/interfaces",
"//url",
]
@@ -54,7 +54,7 @@ source_set("shell") {
":manifest",
]
- # For mojo/shell/application_loader.h
+ # For services/shell/loader.h
allow_circular_includes_from = [ "//mojo/services/catalog:lib" ]
}
« no previous file with comments | « mojo/shell/tests/util.cc ('k') | services/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698