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

Unified Diff: services/ui/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/shell/public/cpp/lib/callback_binder.h ('k') | services/ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/BUILD.gn
diff --git a/components/mus/BUILD.gn b/services/ui/BUILD.gn
similarity index 85%
rename from components/mus/BUILD.gn
rename to services/ui/BUILD.gn
index a1c52b86a91e0ea5a4517837256b24c58b47c8b7..efe1a838817b5004660e186e01e8dd45cc08577a 100644
--- a/components/mus/BUILD.gn
+++ b/services/ui/BUILD.gn
@@ -12,12 +12,13 @@ import("//tools/grit/repack.gni")
group("all") {
testonly = true
deps = [
- ":mus",
- "//components/mus/test_wm",
+ ":ui",
+ "//services/ui/test_wm",
]
}
-mojo_native_application("mus") {
+mojo_native_application("ui") {
+ output_name = "mus"
sources = [
"main.cc",
]
@@ -76,25 +77,25 @@ source_set("lib") {
]
public_deps = [
- "//components/mus/common:mus_common",
+ "//services/ui/common:mus_common",
]
deps = [
"//base",
"//cc",
"//cc/surfaces",
- "//components/mus/clipboard:lib",
- "//components/mus/gles2",
- "//components/mus/gpu",
- "//components/mus/gpu/display_compositor",
- "//components/mus/input_devices",
- "//components/mus/public/interfaces",
- "//components/mus/surfaces",
- "//components/mus/ws:lib",
- "//components/mus/ws:test_interface",
"//mojo/common:common_base",
"//services/catalog/public/cpp",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
+ "//services/ui/clipboard:lib",
+ "//services/ui/gles2",
+ "//services/ui/gpu",
+ "//services/ui/gpu/display_compositor",
+ "//services/ui/input_devices",
+ "//services/ui/public/interfaces",
+ "//services/ui/surfaces",
+ "//services/ui/ws:lib",
+ "//services/ui/ws:test_interface",
"//ui/events",
"//ui/events/ozone:events_ozone_layout",
"//ui/gl:gl",
« no previous file with comments | « services/shell/public/cpp/lib/callback_binder.h ('k') | services/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698