| Index: services/shell/tests/shell/BUILD.gn
|
| diff --git a/mojo/shell/tests/shell/BUILD.gn b/services/shell/tests/shell/BUILD.gn
|
| similarity index 77%
|
| rename from mojo/shell/tests/shell/BUILD.gn
|
| rename to services/shell/tests/shell/BUILD.gn
|
| index c1b2379db70b1934844148386988cceec840df9e..8a73d53fa239cc5bda26f32b93d720986fe546b9 100644
|
| --- a/mojo/shell/tests/shell/BUILD.gn
|
| +++ b/services/shell/tests/shell/BUILD.gn
|
| @@ -18,9 +18,9 @@ source_set("shell") {
|
| "//base",
|
| "//base/test:test_config",
|
| "//mojo/common:common_base",
|
| - "//mojo/shell/public/cpp:shell_test_support",
|
| - "//mojo/shell/public/cpp:sources",
|
| - "//mojo/shell/public/interfaces",
|
| + "//services/shell/public/cpp:shell_test_support",
|
| + "//services/shell/public/cpp:sources",
|
| + "//services/shell/public/interfaces",
|
| ]
|
|
|
| data_deps = [
|
| @@ -52,11 +52,11 @@ executable("shell_unittest_driver") {
|
| ":interfaces",
|
| "//base",
|
| "//mojo/edk/system",
|
| - "//mojo/shell/public/cpp",
|
| - "//mojo/shell/public/interfaces",
|
| - "//mojo/shell/runner:init",
|
| - "//mojo/shell/runner/child:test_native_main",
|
| - "//mojo/shell/runner/common",
|
| + "//services/shell/public/cpp",
|
| + "//services/shell/public/interfaces",
|
| + "//services/shell/runner:init",
|
| + "//services/shell/runner/child:test_native_main",
|
| + "//services/shell/runner/common",
|
| ]
|
|
|
| data_deps = [
|
| @@ -80,8 +80,8 @@ executable("shell_unittest_target") {
|
| deps = [
|
| ":interfaces",
|
| "//base",
|
| - "//mojo/shell/public/cpp",
|
| - "//mojo/shell/runner/child:test_native_main",
|
| + "//services/shell/public/cpp",
|
| + "//services/shell/runner/child:test_native_main",
|
| ]
|
|
|
| data_deps = [
|
|
|