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

Unified Diff: mash/app_driver/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/DEPS ('k') | mash/app_driver/app_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/app_driver/BUILD.gn
diff --git a/mash/app_driver/BUILD.gn b/mash/app_driver/BUILD.gn
index b3121c197d6d752c97d7452807b27d7ce9374a9c..7aeaf1fa76b4ecda741391669addc5f8790fba7e 100644
--- a/mash/app_driver/BUILD.gn
+++ b/mash/app_driver/BUILD.gn
@@ -15,19 +15,19 @@ source_set("lib") {
]
deps = [
- "//components/mus/common:mus_common",
"//mash/public/interfaces",
+ "//services/ui/common:mus_common",
]
public_deps = [
"//base",
- "//components/mus/public/interfaces",
"//services/catalog/public/interfaces",
"//services/shell/public/cpp:sources",
+ "//services/ui/public/interfaces",
]
data_deps = [
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « mash/DEPS ('k') | mash/app_driver/app_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698