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

Unified Diff: services/ui/ws/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/test_wm/test_wm.cc ('k') | services/ui/ws/accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/services/ui/ws/BUILD.gn
similarity index 91%
rename from components/mus/ws/BUILD.gn
rename to services/ui/ws/BUILD.gn
index 4a7ccd1063fd062b9a9219cc4f57428e42c51a62..64564ef48fedc853d20a400adeacaa1165008e3a 100644
--- a/components/mus/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -106,15 +106,15 @@ source_set("lib") {
"//cc/ipc:interfaces",
"//cc/surfaces",
"//cc/surfaces:surface_id",
- "//components/mus/common:mus_common",
- "//components/mus/gles2",
- "//components/mus/public/interfaces",
- "//components/mus/surfaces",
"//mojo/common:common_base",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
"//services/tracing/public/cpp",
+ "//services/ui/common:mus_common",
+ "//services/ui/gles2",
+ "//services/ui/public/interfaces",
+ "//services/ui/surfaces",
"//ui/base",
"//ui/display",
"//ui/events",
@@ -150,8 +150,8 @@ source_set("test_interface") {
deps = [
":lib",
- "//components/mus/public/interfaces",
"//mojo/public/cpp/bindings:bindings",
+ "//services/ui/public/interfaces",
"//ui/gfx",
]
}
@@ -166,11 +166,11 @@ source_set("test_support") {
deps = [
"//base",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings:bindings",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//ui/gfx/geometry/mojo",
]
}
@@ -181,7 +181,7 @@ group("tests") {
":mus_ws_unittests",
]
if (!is_android) {
- deps += [ "//components/mus/public/cpp/tests:mus_public_unittests" ]
+ deps += [ "//services/ui/public/cpp/tests:mus_public_unittests" ]
}
}
@@ -219,16 +219,16 @@ test("mus_ws_unittests") {
"//base/test:test_config",
"//base/test:test_support",
"//cc:cc",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//components/mus/public/cpp/tests:test_support",
- "//components/mus/public/interfaces",
- "//components/mus/surfaces",
"//mojo/public/cpp/bindings:bindings",
"//services/shell/public/cpp:shell_test_support",
"//services/shell/public/cpp:sources",
"//services/shell/public/cpp/test:run_all_shelltests",
"//services/shell/public/interfaces",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
+ "//services/ui/public/cpp/tests:test_support",
+ "//services/ui/public/interfaces",
+ "//services/ui/surfaces",
"//testing/gtest",
"//third_party/mesa:osmesa",
"//ui/events",
« no previous file with comments | « services/ui/test_wm/test_wm.cc ('k') | services/ui/ws/accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698