Index: services/ui/gles2/BUILD.gn |
diff --git a/components/mus/gles2/BUILD.gn b/services/ui/gles2/BUILD.gn |
similarity index 89% |
rename from components/mus/gles2/BUILD.gn |
rename to services/ui/gles2/BUILD.gn |
index 57ef1b28d839896d0bb88796d79b37bc2685a200..12c4c109eaa9ba90d54967d8521194879bdb72c9 100644 |
--- a/components/mus/gles2/BUILD.gn |
+++ b/services/ui/gles2/BUILD.gn |
@@ -6,9 +6,9 @@ import("//build/config/ui.gni") |
source_set("gles2") { |
visibility = [ |
- "//components/mus:*", |
- "//components/mus/ws:*", |
- "//components/mus/surfaces:*", |
+ "//services/ui:*", |
+ "//services/ui/ws:*", |
+ "//services/ui/surfaces:*", |
"//services/shell/standalone:lib", # For android |
] |
@@ -39,8 +39,6 @@ source_set("gles2") { |
] |
deps = [ |
"//base", |
- "//components/mus/common:mus_common", |
- "//components/mus/public/interfaces", |
"//gpu/command_buffer/client", |
"//gpu/command_buffer/client:gles2_interface", |
"//gpu/command_buffer/common:gles2_utils", |
@@ -48,6 +46,8 @@ source_set("gles2") { |
"//gpu/config:config", |
"//mojo/public/cpp/bindings", |
"//mojo/public/cpp/system", |
+ "//services/ui/common:mus_common", |
+ "//services/ui/public/interfaces", |
"//ui/gfx", |
"//ui/gfx/geometry", |
"//ui/gfx/geometry/mojo", |
@@ -75,12 +75,12 @@ source_set("lib") { |
deps = [ |
"//base", |
"//cc", |
- "//components/mus/public/interfaces", |
"//gpu/command_buffer/client", |
"//gpu/command_buffer/common", |
"//gpu/config:config", |
"//mojo/public/cpp/bindings", |
"//mojo/public/cpp/system", |
+ "//services/ui/public/interfaces", |
"//ui/gfx", |
"//ui/gfx/geometry", |
] |