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

Unified Diff: services/ui/public/cpp/tests/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/public/cpp/scoped_window_ptr.h ('k') | services/ui/public/cpp/tests/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/BUILD.gn
diff --git a/components/mus/public/cpp/tests/BUILD.gn b/services/ui/public/cpp/tests/BUILD.gn
similarity index 89%
rename from components/mus/public/cpp/tests/BUILD.gn
rename to services/ui/public/cpp/tests/BUILD.gn
index e5f756f0726cacb6100efbdf2c0aadd764c60a84..af29abe4f447f9e859d172c778179b6de3e71ce2 100644
--- a/components/mus/public/cpp/tests/BUILD.gn
+++ b/services/ui/public/cpp/tests/BUILD.gn
@@ -20,7 +20,7 @@ source_set("unittest_support") {
deps = [
"//base",
- "//components/mus/public/cpp",
+ "//services/ui/public/cpp",
"//testing/gtest",
"//ui/display",
"//ui/gfx/geometry/mojo",
@@ -40,10 +40,10 @@ source_set("test_support") {
deps = [
"//base",
"//base/test:test_config",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
"//services/shell/public/cpp:shell_test_support",
"//services/shell/public/cpp:sources",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
"//testing/gtest",
"//ui/gl",
]
@@ -63,12 +63,12 @@ test("mus_public_unittests") {
":unittest_support",
"//base",
"//base/test:test_support",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
"//mojo/common:common_base",
"//mojo/edk/system",
"//mojo/public/cpp/system",
"//services/shell/public/cpp",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
"//testing/gtest",
"//ui/events",
"//ui/gfx:test_support",
« no previous file with comments | « services/ui/public/cpp/scoped_window_ptr.h ('k') | services/ui/public/cpp/tests/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698