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) { |