| Index: services/ui/common/BUILD.gn
|
| diff --git a/components/mus/common/BUILD.gn b/services/ui/common/BUILD.gn
|
| similarity index 96%
|
| rename from components/mus/common/BUILD.gn
|
| rename to services/ui/common/BUILD.gn
|
| index 01db30922edcf8012455ba9d113ac2426ab846a3..af91cb1ee233cbe5164d2ab4fd79153aca90112a 100644
|
| --- a/components/mus/common/BUILD.gn
|
| +++ b/services/ui/common/BUILD.gn
|
| @@ -46,9 +46,9 @@ component("mus_common") {
|
| ]
|
|
|
| public_deps = [
|
| - "//components/mus/public/interfaces",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| + "//services/ui/public/interfaces",
|
| "//ui/base",
|
| ]
|
|
|
| @@ -86,8 +86,8 @@ test("mus_common_unittests") {
|
| ":run_all_shelltests",
|
| "//base",
|
| "//base/test:test_config",
|
| - "//components/mus/public/interfaces",
|
| "//ipc:ipc",
|
| + "//services/ui/public/interfaces",
|
| "//testing/gtest",
|
| "//ui/gfx:test_support",
|
| "//ui/gfx/ipc",
|
|
|