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

Unified Diff: content/renderer/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 | « content/renderer/DEPS ('k') | content/renderer/mus/compositor_mus_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/BUILD.gn
diff --git a/content/renderer/mus/BUILD.gn b/content/renderer/mus/BUILD.gn
index 12500af1f8beb8a2d04ba05272ed3921472d77af..1935f4e00f5603c4d0e67312274dc927ac03bddb 100644
--- a/content/renderer/mus/BUILD.gn
+++ b/content/renderer/mus/BUILD.gn
@@ -20,13 +20,13 @@ source_set("mus") {
deps = [
"//base",
"//cc",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//content/common",
"//content/public/common:common_sources",
"//mojo/common",
"//mojo/converters/blink",
"//services/shell/public/cpp",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//third_party/WebKit/public:blink",
"//ui/events:events",
"//ui/events:events_base",
« no previous file with comments | « content/renderer/DEPS ('k') | content/renderer/mus/compositor_mus_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698