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

Unified Diff: services/ui/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
« no previous file with comments | « services/ui/clipboard/test_manifest.json ('k') | services/ui/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/components/mus/common/BUILD.gn b/services/ui/common/BUILD.gn
similarity index 96%
rename from components/mus/common/BUILD.gn
rename to services/ui/common/BUILD.gn
index 01db30922edcf8012455ba9d113ac2426ab846a3..af91cb1ee233cbe5164d2ab4fd79153aca90112a 100644
--- a/components/mus/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -46,9 +46,9 @@ component("mus_common") {
]
public_deps = [
- "//components/mus/public/interfaces",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
+ "//services/ui/public/interfaces",
"//ui/base",
]
@@ -86,8 +86,8 @@ test("mus_common_unittests") {
":run_all_shelltests",
"//base",
"//base/test:test_config",
- "//components/mus/public/interfaces",
"//ipc:ipc",
+ "//services/ui/public/interfaces",
"//testing/gtest",
"//ui/gfx:test_support",
"//ui/gfx/ipc",
« no previous file with comments | « services/ui/clipboard/test_manifest.json ('k') | services/ui/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698