| Index: services/ui/ws/BUILD.gn
|
| diff --git a/components/mus/ws/BUILD.gn b/services/ui/ws/BUILD.gn
|
| similarity index 91%
|
| rename from components/mus/ws/BUILD.gn
|
| rename to services/ui/ws/BUILD.gn
|
| index 4a7ccd1063fd062b9a9219cc4f57428e42c51a62..64564ef48fedc853d20a400adeacaa1165008e3a 100644
|
| --- a/components/mus/ws/BUILD.gn
|
| +++ b/services/ui/ws/BUILD.gn
|
| @@ -106,15 +106,15 @@ source_set("lib") {
|
| "//cc/ipc:interfaces",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| - "//components/mus/common:mus_common",
|
| - "//components/mus/gles2",
|
| - "//components/mus/public/interfaces",
|
| - "//components/mus/surfaces",
|
| "//mojo/common:common_base",
|
| "//mojo/public/cpp/bindings",
|
| "//services/shell/public/cpp",
|
| "//services/shell/public/interfaces",
|
| "//services/tracing/public/cpp",
|
| + "//services/ui/common:mus_common",
|
| + "//services/ui/gles2",
|
| + "//services/ui/public/interfaces",
|
| + "//services/ui/surfaces",
|
| "//ui/base",
|
| "//ui/display",
|
| "//ui/events",
|
| @@ -150,8 +150,8 @@ source_set("test_interface") {
|
|
|
| deps = [
|
| ":lib",
|
| - "//components/mus/public/interfaces",
|
| "//mojo/public/cpp/bindings:bindings",
|
| + "//services/ui/public/interfaces",
|
| "//ui/gfx",
|
| ]
|
| }
|
| @@ -166,11 +166,11 @@ source_set("test_support") {
|
|
|
| deps = [
|
| "//base",
|
| - "//components/mus/common:mus_common",
|
| - "//components/mus/public/cpp",
|
| - "//components/mus/public/interfaces",
|
| "//mojo/common",
|
| "//mojo/public/cpp/bindings:bindings",
|
| + "//services/ui/common:mus_common",
|
| + "//services/ui/public/cpp",
|
| + "//services/ui/public/interfaces",
|
| "//ui/gfx/geometry/mojo",
|
| ]
|
| }
|
| @@ -181,7 +181,7 @@ group("tests") {
|
| ":mus_ws_unittests",
|
| ]
|
| if (!is_android) {
|
| - deps += [ "//components/mus/public/cpp/tests:mus_public_unittests" ]
|
| + deps += [ "//services/ui/public/cpp/tests:mus_public_unittests" ]
|
| }
|
| }
|
|
|
| @@ -219,16 +219,16 @@ test("mus_ws_unittests") {
|
| "//base/test:test_config",
|
| "//base/test:test_support",
|
| "//cc:cc",
|
| - "//components/mus/common:mus_common",
|
| - "//components/mus/public/cpp",
|
| - "//components/mus/public/cpp/tests:test_support",
|
| - "//components/mus/public/interfaces",
|
| - "//components/mus/surfaces",
|
| "//mojo/public/cpp/bindings:bindings",
|
| "//services/shell/public/cpp:shell_test_support",
|
| "//services/shell/public/cpp:sources",
|
| "//services/shell/public/cpp/test:run_all_shelltests",
|
| "//services/shell/public/interfaces",
|
| + "//services/ui/common:mus_common",
|
| + "//services/ui/public/cpp",
|
| + "//services/ui/public/cpp/tests:test_support",
|
| + "//services/ui/public/interfaces",
|
| + "//services/ui/surfaces",
|
| "//testing/gtest",
|
| "//third_party/mesa:osmesa",
|
| "//ui/events",
|
|
|