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

Unified Diff: components/mus/public/cpp/tests/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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
Index: components/mus/public/cpp/tests/BUILD.gn
diff --git a/components/mus/public/cpp/tests/BUILD.gn b/components/mus/public/cpp/tests/BUILD.gn
index e7bf33367eba83ce4c0036f34deac16b30ade246..4c58e66422f510020f63ff402910a29833569983 100644
--- a/components/mus/public/cpp/tests/BUILD.gn
+++ b/components/mus/public/cpp/tests/BUILD.gn
@@ -31,9 +31,9 @@ source_set("test_support") {
"//base/test:test_config",
"//components/mus/common:mus_common",
"//components/mus/public/cpp",
- "//mojo/shell/public/cpp:shell_test_support",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/cpp:test_support",
+ "//services/shell/public/cpp:shell_test_support",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/cpp:test_support",
"//testing/gtest",
"//ui/gl",
]
@@ -64,7 +64,7 @@ test("mojo_view_manager_lib_unittests") {
"//mojo/gles2",
"//mojo/platform_handle:platform_handle_impl",
"//mojo/public/cpp/system",
- "//mojo/shell/public/cpp",
+ "//services/shell/public/cpp",
"//testing/gtest",
"//ui/events",
"//ui/gfx:test_support",

Powered by Google App Engine
This is Rietveld 408576698