summaryrefslogtreecommitdiffstats
path: root/mojo/BUILD.gn
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2016-02-10 01:57:08 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-10 09:58:42 +0000
commitc637caf9bac4b86535f19765ae91be2bc8467925 (patch)
tree550308031b8ecc3ce3cafb00e4f5d82b34b3c3f9 /mojo/BUILD.gn
parent4104d6998090894fca07949ef4d5d001c19ba051 (diff)
downloadchromium_src-c637caf9bac4b86535f19765ae91be2bc8467925.zip
chromium_src-c637caf9bac4b86535f19765ae91be2bc8467925.tar.gz
chromium_src-c637caf9bac4b86535f19765ae91be2bc8467925.tar.bz2
[mojo] Delete third_party/mojo
All users are on the new EDK now. This wipes out third_party/mojo, updates all dependencies, and removes the use-new-edk flag. BUG=None Review URL: https://codereview.chromium.org/1676913002 Cr-Commit-Position: refs/heads/master@{#374631}
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r--mojo/BUILD.gn23
1 files changed, 7 insertions, 16 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 4afccf7..66ce039 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -35,28 +35,19 @@ group("tests") {
"//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
"//mojo/edk/js/test:js_integration_tests",
"//mojo/edk/js/test:js_unittests",
+ "//mojo/edk/system:mojo_message_pipe_perftests",
+ "//mojo/edk/system:mojo_system_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",
"//mojo/services/network:apptests",
"//mojo/shell:apptests",
"//mojo/shell:mojo_shell_unittests",
"//mojo/shell/package_manager:unittests",
"//mojo/shell/public/cpp/tests:mojo_public_application_unittests",
"//mojo/shell/runner/host:mojo_runner_host_unittests",
-
- # TODO(use_chrome_edk):
- #"//mojo/edk/system:mojo_message_pipe_perftests",
- #"//mojo/edk/system:mojo_system_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/system:mojo_message_pipe_perftests",
- "//third_party/mojo/src/mojo/edk/system:mojo_system_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",
]
if (is_android) {