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