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

Unified Diff: services/shell/runner/host/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/common/switches.cc ('k') | services/shell/runner/host/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/BUILD.gn
diff --git a/mojo/shell/runner/host/BUILD.gn b/services/shell/runner/host/BUILD.gn
similarity index 85%
rename from mojo/shell/runner/host/BUILD.gn
rename to services/shell/runner/host/BUILD.gn
index edcce93d503168e849dda4c9355e5faca6782dff..0dd14ce91b861d2b11b5dd3a6722040879fb0651 100644
--- a/mojo/shell/runner/host/BUILD.gn
+++ b/services/shell/runner/host/BUILD.gn
@@ -24,7 +24,7 @@ source_set("native_application_support") {
deps = [
"//base",
"//mojo/platform_handle:platform_handle_impl",
- "//mojo/shell",
+ "//services/shell",
]
# This target has to include the public thunk headers, which generally
@@ -47,10 +47,10 @@ source_set("child_process_base") {
"//mojo/edk/system",
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
- "//mojo/shell",
- "//mojo/shell/public/interfaces",
- "//mojo/shell/runner:init",
- "//mojo/shell/runner/common",
+ "//services/shell",
+ "//services/shell/public/interfaces",
+ "//services/shell/runner:init",
+ "//services/shell/runner/common",
]
}
@@ -73,17 +73,17 @@ source_set("lib") {
"//base:i18n",
"//mojo/message_pump",
"//mojo/platform_handle:platform_handle_impl",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/runner:init",
- "//mojo/shell/runner/common",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/runner:init",
+ "//services/shell/runner/common",
]
public_deps = [
"//base",
"//mojo/edk/system",
"//mojo/public/cpp/system",
- "//mojo/shell",
- "//mojo/shell/public/interfaces",
+ "//services/shell",
+ "//services/shell/public/interfaces",
]
if (is_linux && !is_android) {
@@ -121,9 +121,9 @@ test("mojo_runner_host_unittests") {
"//base/test:test_support",
"//mojo/edk/system",
"//mojo/message_pump",
- "//mojo/shell",
- "//mojo/shell/runner:init",
- "//mojo/shell/runner/common",
+ "//services/shell",
+ "//services/shell/runner:init",
+ "//services/shell/runner/common",
"//testing/gtest",
]
}
« no previous file with comments | « services/shell/runner/common/switches.cc ('k') | services/shell/runner/host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698