Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index 8c777d0dbca842d364cce42ed538f6e8a2c0d52d..f4432cd154bd3c59e85e9961579f9bdf1fbdf6b9 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -10,8 +10,8 @@ group("mojo") { |
deps = [ |
":tests", |
"//mojo/common", |
- "//mojo/public", |
"//mojo/services", |
+ "//third_party/mojo/src/mojo/public", |
] |
if (is_android) { |
@@ -24,14 +24,14 @@ group("tests") { |
deps = [ |
"//mojo/common:mojo_common_unittests", |
"//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
- "//mojo/edk/js/test:js_unittests", |
- "//mojo/edk/system:mojo_message_pipe_perftests", |
- "//mojo/edk/system:mojo_system_unittests", |
- "//mojo/edk/test:mojo_public_application_unittests", |
- "//mojo/edk/test:mojo_public_bindings_unittests", |
- "//mojo/edk/test:mojo_public_environment_unittests", |
- "//mojo/edk/test:mojo_public_system_perftests", |
- "//mojo/edk/test:mojo_public_system_unittests", |
- "//mojo/edk/test:mojo_public_utility_unittests", |
+ "//third_party/mojo/src/mojo/edk/js/test:js_unittests", |
+ "//third_party/mojo/src/mojo/edk/system:mojo_message_pipe_perftests", |
+ "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", |
+ "//third_party/mojo/src/mojo/edk/test:mojo_public_application_unittests", |
+ "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", |
+ "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", |
+ "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests", |
+ "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", |
+ "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", |
] |
} |