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

Unified Diff: services/ui/public/cpp/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/mus_app.cc ('k') | services/ui/public/cpp/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « services/ui/mus_app.cc ('k') | services/ui/public/cpp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698