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

Unified Diff: services/shell/runner/child/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/runner/BUILD.gn ('k') | services/shell/runner/child/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/child/BUILD.gn
diff --git a/mojo/shell/runner/child/BUILD.gn b/services/shell/runner/child/BUILD.gn
similarity index 83%
rename from mojo/shell/runner/child/BUILD.gn
rename to services/shell/runner/child/BUILD.gn
index 0276b3d1fdc2bd725b5b4ea59fe7f96c7988b531..a19f8d388959ce4cf26a159469bf002bb42eb00f 100644
--- a/mojo/shell/runner/child/BUILD.gn
+++ b/services/shell/runner/child/BUILD.gn
@@ -20,15 +20,15 @@ source_set("test_native_main") {
]
public_deps = [
- "//mojo/shell/runner:init",
+ "//services/shell/runner:init",
]
deps = [
"//base",
"//mojo/edk/system",
"//mojo/message_pump",
- "//mojo/shell/public/cpp",
- "//mojo/shell/runner/common",
+ "//services/shell/public/cpp",
+ "//services/shell/runner/common",
]
}
@@ -38,7 +38,7 @@ mojom("apptest_interfaces") {
]
deps = [
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/interfaces",
]
import_dirs = [ "//mojo/services" ]
@@ -57,8 +57,8 @@ mojo_native_application("apptests") {
":apptest_interfaces",
"//base",
"//base/test:test_config",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/cpp:test_support",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/cpp:test_support",
]
data_deps = [
@@ -85,6 +85,6 @@ executable("native_target") {
":test_native_main",
"//base",
"//build/config/sanitizers:deps",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
]
}
« no previous file with comments | « services/shell/runner/BUILD.gn ('k') | services/shell/runner/child/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698