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

Unified Diff: services/ui/test_wm/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 | « services/ui/surfaces/surfaces_state.cc ('k') | services/ui/test_wm/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/test_wm/BUILD.gn
diff --git a/components/mus/test_wm/BUILD.gn b/services/ui/test_wm/BUILD.gn
similarity index 85%
rename from components/mus/test_wm/BUILD.gn
rename to services/ui/test_wm/BUILD.gn
index 92c2c9292f882bc2ab18be8c0c5bdc8cba543777..8431fc1f9513473fc39c8c6a3beae1180d35b153 100644
--- a/components/mus/test_wm/BUILD.gn
+++ b/services/ui/test_wm/BUILD.gn
@@ -12,16 +12,16 @@ mojo_native_application("test_wm") {
deps = [
"//base",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//services/shell/public/cpp",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//ui/display/mojo",
"//ui/gfx/geometry/mojo",
]
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « services/ui/surfaces/surfaces_state.cc ('k') | services/ui/test_wm/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698