Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1601)

Unified Diff: services/ui/gles2/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/gles2/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/gles2/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698