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

Unified Diff: content/common/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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index d829dc5650048d7b5fba8e26869792f2c6d46269..4b9b3dfdead4cc3e543ae1963a1bfe98351add2b 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -42,7 +42,6 @@ source_set("common") {
"//cc",
"//cc/ipc",
"//cc/surfaces",
- "//components/mus/public/interfaces",
"//components/tracing",
"//components/tracing:startup_tracing",
"//content:resources",
@@ -74,6 +73,7 @@ source_set("common") {
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
"//services/shell/runner/common",
+ "//services/ui/public/interfaces",
"//skia",
"//storage/common",
"//third_party/WebKit/public:blink_minimal",
@@ -252,8 +252,8 @@ mojom("mojo_bindings") {
public_deps = [
"//components/leveldb/public/interfaces",
- "//components/mus/public/interfaces",
"//services/shell/public/interfaces",
+ "//services/ui/public/interfaces",
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
"//ui/gfx/geometry/mojo",
« no previous file with comments | « content/browser/web_contents/web_contents_view_mus.cc ('k') | content/common/render_widget_window_tree_client_factory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698