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", |
] |
} |