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

Unified Diff: services/shell/background/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 | « services/shell/DEPS ('k') | services/shell/background/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/background/BUILD.gn
diff --git a/mojo/shell/background/BUILD.gn b/services/shell/background/BUILD.gn
similarity index 62%
rename from mojo/shell/background/BUILD.gn
rename to services/shell/background/BUILD.gn
index 75eb28ff992bdf722fb8cab1aa05362a28c929aa..b931cd8dee372a495525c5fbeeda754ca383c784 100644
--- a/mojo/shell/background/BUILD.gn
+++ b/services/shell/background/BUILD.gn
@@ -19,10 +19,10 @@ source_set("lib") {
"//base",
"//mojo/message_pump",
"//mojo/services/catalog:lib",
- "//mojo/shell",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/runner:init",
- "//mojo/shell/standalone:lib",
+ "//services/shell",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/runner:init",
+ "//services/shell/standalone:lib",
]
}
@@ -34,11 +34,11 @@ source_set("main") {
deps = [
"//base",
"//mojo/message_pump",
- "//mojo/shell",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/runner:init",
- "//mojo/shell/runner/common",
- "//mojo/shell/runner/host:lib",
- "//mojo/shell/standalone:lib",
+ "//services/shell",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/runner:init",
+ "//services/shell/runner/common",
+ "//services/shell/runner/host:lib",
+ "//services/shell/standalone:lib",
]
}
« no previous file with comments | « services/shell/DEPS ('k') | services/shell/background/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698