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

Unified Diff: mash/webtest/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/task_viewer/BUILD.gn ('k') | mash/webtest/webtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/webtest/BUILD.gn
diff --git a/mash/webtest/BUILD.gn b/mash/webtest/BUILD.gn
index eac7ab6f2ba3e01571fcd9befd2c8c6f68cea2ff..4568d9c1a84ec7f641965a901b4d9c9be10473db 100644
--- a/mash/webtest/BUILD.gn
+++ b/mash/webtest/BUILD.gn
@@ -17,13 +17,13 @@ source_set("lib") {
deps = [
"//base",
- "//components/mus/public/cpp",
"//mash/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/navigation/public/interfaces",
"//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",
@@ -52,7 +52,7 @@ mojo_native_application("webtest") {
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « mash/task_viewer/BUILD.gn ('k') | mash/webtest/webtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698