| Index: third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| index bcbe65cb741b0dff506473b7c7c95f18fec56bcf..7b2756bf37b3b1c1c6ed743d49f68620e167447a 100644
|
| --- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| @@ -106,7 +106,7 @@ if (mojo_use_application_in_sdk) {
|
| test("mojo_public_application_unittests") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../public/cpp/application/tests",
|
| + "//mojo/public/cpp/application/tests",
|
| ]
|
| }
|
| }
|
| @@ -114,41 +114,41 @@ if (mojo_use_application_in_sdk) {
|
| test("mojo_public_bindings_unittests") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../public/cpp/bindings/tests",
|
| + "//mojo/public/cpp/bindings/tests",
|
| ]
|
| }
|
|
|
| test("mojo_public_bindings_perftests") {
|
| deps = [
|
| ":run_all_perftests",
|
| - "../../public/cpp/bindings/tests:perftests",
|
| + "//mojo/public/cpp/bindings/tests:perftests",
|
| ]
|
| }
|
|
|
| test("mojo_public_environment_unittests") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../public/cpp/environment/tests",
|
| + "//mojo/public/cpp/environment/tests",
|
| ]
|
| }
|
|
|
| test("mojo_public_system_perftests") {
|
| deps = [
|
| ":run_all_perftests",
|
| - "../../public/c/system/tests:perftests",
|
| + "//mojo/public/c/system/tests:perftests",
|
| ]
|
| }
|
|
|
| test("mojo_public_system_unittests") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../public/cpp/system/tests",
|
| + "//mojo/public/cpp/system/tests",
|
| ]
|
| }
|
|
|
| test("mojo_public_utility_unittests") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../public/cpp/utility/tests",
|
| + "//mojo/public/cpp/utility/tests",
|
| ]
|
| }
|
|
|