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

Unified Diff: services/navigation/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 | « media/gpu/ipc/service/BUILD.gn ('k') | services/navigation/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/BUILD.gn
diff --git a/services/navigation/BUILD.gn b/services/navigation/BUILD.gn
index 103ea965a74ceb8c31800dd0c544ad8e5dd1d3cb..7031c41d92633b0b9e0ce053e5a68e5ad6bd0d5d 100644
--- a/services/navigation/BUILD.gn
+++ b/services/navigation/BUILD.gn
@@ -26,13 +26,13 @@ executable("navigation") {
":pak",
"//base",
"//build/win:default_exe_manifest",
- "//components/mus/public/cpp",
"//content",
"//content/public/app:both",
"//mojo/public/cpp/bindings",
"//services/navigation/content_client",
"//services/shell/runner:init",
"//services/shell/runner/common",
+ "//services/ui/public/cpp",
"//ui/views",
"//ui/views/controls/webview",
"//ui/views/mus",
@@ -40,7 +40,7 @@ executable("navigation") {
data_deps = [
":manifest",
- "//components/mus/test_wm",
+ "//services/ui/test_wm",
]
if (is_win) {
@@ -60,10 +60,10 @@ static_library("lib") {
deps = [
"//base",
- "//components/mus/public/cpp",
"//content/public/browser",
"//services/navigation/public/interfaces",
"//services/shell/public/cpp",
+ "//services/ui/public/cpp",
"//skia",
"//ui/gfx/geometry/mojo",
"//ui/views",
@@ -90,7 +90,7 @@ test("navigation_unittests") {
data_deps = [
":navigation",
":unittest_manifest",
- "//components/mus/test_wm",
+ "//services/ui/test_wm",
]
}
« no previous file with comments | « media/gpu/ipc/service/BUILD.gn ('k') | services/navigation/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698