| Index: mojo/edk/system/BUILD.gn
|
| diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
|
| index 11a3a8fa3f99594d0fc81677c8061d8c22c85415..9e506ed1d63de9b74b13972c4f03126b6d577de6 100644
|
| --- a/mojo/edk/system/BUILD.gn
|
| +++ b/mojo/edk/system/BUILD.gn
|
| @@ -90,11 +90,11 @@ static_library("system") {
|
| all_dependent_configs = [ ":system_config" ]
|
|
|
| public_deps = [
|
| + "../../../mojo/public/c/system",
|
| + "../../../mojo/public/cpp/system",
|
| "../embedder",
|
| "../embedder:delegates",
|
| "../embedder:platform",
|
| - "../../../mojo/public/c/system",
|
| - "../../../mojo/public/cpp/system",
|
| ]
|
|
|
| deps = [
|
| @@ -116,8 +116,8 @@ group("tests") {
|
| testonly = true
|
| deps = [
|
| # TODO(use_chrome_edk): remove "2"
|
| - ":mojo_system_unittests2",
|
| ":mojo_message_pipe_perftests2",
|
| + ":mojo_system_unittests2",
|
| ]
|
| }
|
|
|
| @@ -177,8 +177,8 @@ test("mojo_system_unittests2") {
|
| ":test_utils",
|
|
|
| # TODO(use_chrome_edk): remove "2"
|
| - "../embedder:embedder_unittests2",
|
| "../../../mojo/public/cpp/environment:standalone",
|
| + "../embedder:embedder_unittests2",
|
| "../test:test_support",
|
| "//base",
|
| "//base/test:test_support",
|
| @@ -203,9 +203,9 @@ test("mojo_message_pipe_perftests2") {
|
|
|
| deps = [
|
| ":test_utils",
|
| - "../test:test_support",
|
| - "../test:run_all_perftests",
|
| "../../../mojo/public/cpp/environment:standalone",
|
| + "../test:run_all_perftests",
|
| + "../test:test_support",
|
| "//base",
|
| "//base/test:test_support",
|
| "//testing/gtest",
|
|
|