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

Unified Diff: ash/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 | « WATCHLISTS ('k') | ash/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 97ff79b14f22fda7c8bff77d139a34c5fab4cc40..ff000beddf886c22500155c5a5595f2962a0bab4 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -85,13 +85,13 @@ source_set("lib") {
"//ash/mus/resources",
"//ash/public/interfaces",
"//base",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//mash/session/public/interfaces",
"//mojo/common:common_base",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//skia",
"//ui/aura",
"//ui/display/mojo",
@@ -123,7 +123,7 @@ mojo_native_application("mus") {
# can't state that dependency here.
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
resources = [ "$root_out_dir/ash_mus_resources.pak" ]
@@ -179,13 +179,13 @@ source_set("unittests") {
"//ash/public/interfaces",
"//base",
"//base/test:test_config",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//components/mus/public/cpp/tests:test_support",
- "//components/mus/public/cpp/tests:unittest_support",
- "//components/mus/public/interfaces",
"//mojo/public/cpp/system",
"//services/shell/public/cpp:shell_test_support",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
+ "//services/ui/public/cpp/tests:test_support",
+ "//services/ui/public/cpp/tests:unittest_support",
+ "//services/ui/public/interfaces",
"//skia",
"//testing/gtest",
"//ui/aura",
« no previous file with comments | « WATCHLISTS ('k') | ash/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698