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

Unified Diff: services/ui/demo/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/common/util.h ('k') | services/ui/demo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/BUILD.gn
diff --git a/components/mus/demo/BUILD.gn b/services/ui/demo/BUILD.gn
similarity index 88%
rename from components/mus/demo/BUILD.gn
rename to services/ui/demo/BUILD.gn
index 8cabdfdb00596a5197a7aff6f9e352c1c469dd4b..cb1cf52e2fed8e653127a852aba58807622f651e 100644
--- a/components/mus/demo/BUILD.gn
+++ b/services/ui/demo/BUILD.gn
@@ -15,18 +15,18 @@ mojo_native_application("mus_demo") {
deps = [
"//base",
"//components/bitmap_uploader",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/shell/public/cpp:sources",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
"//skia",
"//ui/gfx/geometry",
]
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « services/ui/common/util.h ('k') | services/ui/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698