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

Unified Diff: services/ui/public/cpp/tests/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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: services/ui/public/cpp/tests/BUILD.gn
diff --git a/services/ui/public/cpp/tests/BUILD.gn b/services/ui/public/cpp/tests/BUILD.gn
index 98cdbb2f94846ae163d377b849dc5ab886b4cebf..c86fa8e2e64744239afde353cdb70b23f7202ff8 100644
--- a/services/ui/public/cpp/tests/BUILD.gn
+++ b/services/ui/public/cpp/tests/BUILD.gn
@@ -42,8 +42,8 @@ static_library("test_support") {
deps = [
"//base",
"//base/test:test_config",
- "//services/shell/public/cpp:service_test_support",
- "//services/shell/public/cpp:sources",
+ "//services/service_manager/public/cpp:service_test_support",
+ "//services/service_manager/public/cpp:sources",
"//services/ui/common:mus_common",
"//services/ui/public/cpp",
"//testing/gtest",
@@ -68,7 +68,7 @@ test("mus_public_unittests") {
"//mojo/common:common_base",
"//mojo/edk/system",
"//mojo/public/cpp/system",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//services/ui/common:mus_common",
"//services/ui/public/cpp",
"//services/ui/public/cpp:internal_or_test",
« no previous file with comments | « services/ui/public/cpp/input_devices/BUILD.gn ('k') | services/ui/public/cpp/tests/window_server_shelltest_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698