| Index: mojo/edk/test/BUILD.gn
|
| diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
|
| index 2f5fff5fcd2ab535e02dd096b163b58878489dd9..b07bedf8c7b967c1cd2dd8e5eea60987803e8b43 100644
|
| --- a/mojo/edk/test/BUILD.gn
|
| +++ b/mojo/edk/test/BUILD.gn
|
| @@ -22,7 +22,7 @@ mojo_edk_source_set("test_support") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//testing/gtest",
|
| - "//third_party/mojo/src/mojo/public/cpp/system",
|
| + "//mojo/public/cpp/system",
|
|
|
| # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
|
| # declared in third party only for now.
|
| @@ -42,7 +42,7 @@ mojo_edk_source_set("run_all_unittests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//testing/gtest",
|
| - "//third_party/mojo/src/mojo/public/c/test_support",
|
| + "//mojo/public/c/test_support",
|
|
|
| # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
|
| # declared in third party only for now.
|
| @@ -60,7 +60,7 @@ mojo_edk_source_set("run_all_perftests") {
|
| # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
|
| # declared in third party only for now.
|
| "//third_party/mojo/src/mojo/edk/system",
|
| - "//third_party/mojo/src/mojo/public/c/test_support",
|
| + "//mojo/public/c/test_support",
|
| ]
|
|
|
| sources = [
|
| @@ -73,8 +73,8 @@ mojo_edk_source_set("test_support_impl") {
|
| deps = [
|
| "//base",
|
| "//base/test:test_support",
|
| - "//third_party/mojo/src/mojo/public/c/test_support",
|
| - "//third_party/mojo/src/mojo/public/cpp/system",
|
| + "//mojo/public/c/test_support",
|
| + "//mojo/public/cpp/system",
|
| ]
|
|
|
| sources = [
|
| @@ -109,7 +109,7 @@ if (mojo_use_application_in_sdk) {
|
| test("mojo_public_application_unittests2") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../../third_party/mojo/src/mojo/public/cpp/application/tests",
|
| + "../../../mojo/public/cpp/application/tests",
|
| ]
|
| }
|
| }
|
| @@ -118,7 +118,7 @@ if (mojo_use_application_in_sdk) {
|
| test("mojo_public_bindings_unittests2") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../../third_party/mojo/src/mojo/public/cpp/bindings/tests",
|
| + "../../../mojo/public/cpp/bindings/tests",
|
| ]
|
| }
|
|
|
| @@ -126,7 +126,7 @@ test("mojo_public_bindings_unittests2") {
|
| test("mojo_public_environment_unittests2") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../../third_party/mojo/src/mojo/public/cpp/environment/tests",
|
| + "../../../mojo/public/cpp/environment/tests",
|
| ]
|
| }
|
|
|
| @@ -134,7 +134,7 @@ test("mojo_public_environment_unittests2") {
|
| test("mojo_public_system_perftests2") {
|
| deps = [
|
| ":run_all_perftests",
|
| - "../../../third_party/mojo/src/mojo/public/c/system/tests:perftests",
|
| + "../../../mojo/public/c/system/tests:perftests",
|
| ]
|
| }
|
|
|
| @@ -142,7 +142,7 @@ test("mojo_public_system_perftests2") {
|
| test("mojo_public_system_unittests2") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../../third_party/mojo/src/mojo/public/cpp/system/tests",
|
| + "../../../mojo/public/cpp/system/tests",
|
| ]
|
| }
|
|
|
| @@ -150,6 +150,6 @@ test("mojo_public_system_unittests2") {
|
| test("mojo_public_utility_unittests2") {
|
| deps = [
|
| ":run_all_unittests",
|
| - "../../../third_party/mojo/src/mojo/public/cpp/utility/tests",
|
| + "../../../mojo/public/cpp/utility/tests",
|
| ]
|
| }
|
|
|