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

Unified Diff: mojo/shell/BUILD.gn

Issue 766403002: Move test_service implementation to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « mojo/services/test_service/test_time_service_impl.cc ('k') | mojo/shell/shell_test_base_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index ea159b584fdb3b484dfb133eb68a1f4dbf4f2c4d..0e6d8ca8ccd7732fba8e588d37a2e72e6d4a77b7 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -355,13 +355,13 @@ test("mojo_shell_tests") {
"//mojo/common",
"//mojo/edk/system",
"//mojo/environment:chromium",
- "//mojo/services/test_service:bindings",
"//mojo/public/cpp/bindings",
+ "//services/test_service:bindings",
]
datadeps = [
- "//mojo/services/test_service:test_app",
- "//mojo/services/test_service:test_request_tracker_app",
+ "//services/test_service:test_app",
+ "//services/test_service:test_request_tracker_app",
]
if (is_android) {
« no previous file with comments | « mojo/services/test_service/test_time_service_impl.cc ('k') | mojo/shell/shell_test_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698