| Index: services/ui/public/cpp/BUILD.gn
|
| diff --git a/components/mus/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
|
| similarity index 90%
|
| rename from components/mus/public/cpp/BUILD.gn
|
| rename to services/ui/public/cpp/BUILD.gn
|
| index 1f70cf651597a08addc909037dc5b4f7586a347e..3be5c79893eac9b5061a87e20193dbc1b1dcd70b 100644
|
| --- a/components/mus/public/cpp/BUILD.gn
|
| +++ b/services/ui/public/cpp/BUILD.gn
|
| @@ -45,23 +45,23 @@ source_set("cpp") {
|
| "//cc",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| - "//components/mus/common:mus_common",
|
| - "//components/mus/public/interfaces",
|
| "//gpu/command_buffer/client",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| "//gpu/command_buffer/common",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| "//services/shell/public/interfaces",
|
| + "//services/ui/common:mus_common",
|
| + "//services/ui/public/interfaces",
|
| ]
|
|
|
| deps = [
|
| - "//components/mus/gles2:lib",
|
| - "//components/mus/public/interfaces",
|
| "//gpu/command_buffer/client:gles2_cmd_helper",
|
| "//gpu/command_buffer/client:gles2_interface",
|
| "//gpu/ipc/client",
|
| "//services/shell/public/cpp",
|
| + "//services/ui/gles2:lib",
|
| + "//services/ui/public/interfaces",
|
| "//ui/display",
|
| "//ui/display/mojo",
|
| "//ui/events",
|
| @@ -69,6 +69,6 @@ source_set("cpp") {
|
| ]
|
|
|
| data_deps = [
|
| - "//components/mus",
|
| + "//services/ui",
|
| ]
|
| }
|
|
|