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

Unified Diff: services/ui/clipboard/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/OWNERS ('k') | services/ui/clipboard/clipboard_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/clipboard/BUILD.gn
diff --git a/components/mus/clipboard/BUILD.gn b/services/ui/clipboard/BUILD.gn
similarity index 90%
rename from components/mus/clipboard/BUILD.gn
rename to services/ui/clipboard/BUILD.gn
index 98f519667991822a5ff9a56495b242011ffd97bb..0114a5b5b4128acaf7c3f46c6ee6a2d273c5dabe 100644
--- a/components/mus/clipboard/BUILD.gn
+++ b/services/ui/clipboard/BUILD.gn
@@ -14,11 +14,11 @@ source_set("lib") {
deps = [
"//base",
- "//components/mus/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
+ "//services/ui/public/interfaces",
]
}
@@ -36,17 +36,17 @@ test("mus_clipboard_unittests") {
deps = [
"//base",
- "//components/mus/public/interfaces",
"//mojo/common",
"//services/shell/public/cpp:shell_test_support",
"//services/shell/public/cpp:sources",
"//services/shell/public/cpp/test:run_all_shelltests",
+ "//services/ui/public/interfaces",
]
data_deps = [
":test_manifest",
":lib",
- "//components/mus:mus",
+ "//services/ui",
]
}
« no previous file with comments | « services/ui/OWNERS ('k') | services/ui/clipboard/clipboard_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698