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

Unified Diff: mash/browser/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 | « mash/app_driver/app_driver.cc ('k') | mash/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/browser/BUILD.gn
diff --git a/mash/browser/BUILD.gn b/mash/browser/BUILD.gn
index 5206b3168444bc7b61a9976a9ad5a4ea3e2d440e..85a8b5d4346d5a250fc5f855ad5fe733fb280e5e 100644
--- a/mash/browser/BUILD.gn
+++ b/mash/browser/BUILD.gn
@@ -19,7 +19,6 @@ source_set("lib") {
deps = [
"//base",
- "//components/mus/public/cpp",
"//mash/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/catalog/public/interfaces",
@@ -28,6 +27,7 @@ source_set("lib") {
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
"//services/tracing/public/cpp",
+ "//services/ui/public/cpp",
"//ui/gfx/geometry/mojo",
"//ui/native_theme",
"//ui/views",
@@ -56,7 +56,7 @@ mojo_native_application("browser") {
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « mash/app_driver/app_driver.cc ('k') | mash/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698