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

Unified Diff: content/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 | « components/mus/ws/window_tree_unittest.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index d35d9b87953df1b9d882ad750417a319a03621d6..d106eddbbde0d1e3dd09d5383dc0fde8ccea5b53 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -390,9 +390,9 @@ source_set("browser") {
if (use_aura) {
deps += [
"//components/bitmap_uploader",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//ui/aura",
"//ui/aura_extra",
"//ui/strings",
« no previous file with comments | « components/mus/ws/window_tree_unittest.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698