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

Unified Diff: ui/views/mus/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 | « ui/events/mojo/DEPS ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index ff5631e32426b6afb4c0c69a158dc6382c351c78..a2bd9fc4980d64e9dd500de2bc3ac43b46d7144a 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -49,7 +49,7 @@ component("mus") {
public_deps = [
":resources",
- "//components/mus/public/cpp",
+ "//services/ui/public/cpp",
"//ui/aura",
]
deps = [
@@ -59,15 +59,15 @@ component("mus") {
"//cc",
"//cc/surfaces",
"//components/bitmap_uploader",
- "//components/mus/common:mus_common",
- "//components/mus/gles2:lib",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/catalog/public/cpp",
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
+ "//services/ui/common:mus_common",
+ "//services/ui/gles2:lib",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//skia",
"//third_party/icu",
"//ui/aura",
@@ -131,10 +131,10 @@ source_set("test_support") {
":mus",
"//base",
"//base/test:test_support",
- "//components/mus/common:mus_common",
"//services/shell/background:lib",
"//services/shell/background/tests:test_support",
"//services/shell/public/cpp:sources",
+ "//services/ui/common:mus_common",
"//testing/gtest",
"//ui/aura",
"//ui/gl:test_support",
@@ -187,10 +187,10 @@ test("views_mus_unittests") {
"//base:i18n",
"//base/test:test_support",
"//cc",
- "//components/mus/public/cpp",
- "//components/mus/public/cpp/tests:unittest_support",
- "//components/mus/public/interfaces",
"//services/shell/background:main", # Provides main().
+ "//services/ui/public/cpp",
+ "//services/ui/public/cpp/tests:unittest_support",
+ "//services/ui/public/interfaces",
"//skia",
"//testing/gtest",
"//third_party/icu",
@@ -218,7 +218,7 @@ test("views_mus_unittests") {
data_deps = [
":unittests_manifest",
- "//components/mus/test_wm",
+ "//services/ui/test_wm",
]
if (is_win) {
@@ -281,7 +281,7 @@ test("views_mus_interactive_ui_tests") {
data_deps = [
":interactive_ui_tests_manifest",
- "//components/mus/test_wm",
+ "//services/ui/test_wm",
]
if (is_win) {
« no previous file with comments | « ui/events/mojo/DEPS ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698