summaryrefslogtreecommitdiffstats
path: root/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 /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 'BUILD.gn')
-rw-r--r--BUILD.gn25
1 files changed, 6 insertions, 19 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 882690a..d12c5c7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -178,25 +178,18 @@ group("both_gn_and_gyp") {
"//media/midi:midi_unittests",
"//mojo",
"//mojo/common:mojo_common_unittests",
+ "//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_unittests",
+ "//mojo/edk/test:mojo_public_utility_unittests",
"//mojo/shell/public/cpp",
"//net:net_perftests",
-
- # TODO(use-new-edk):
- #"//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_unittests",
- #"//mojo/edk/test:mojo_public_utility_unittests",
"//third_party/WebKit/Source/platform:blink_heap_unittests",
"//third_party/WebKit/Source/platform:blink_platform_unittests",
"//third_party/WebKit/Source/web:webkit_unit_tests",
"//third_party/WebKit/Source/wtf:wtf_unittests",
"//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
- "//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_unittests",
- "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
"//third_party/smhasher:pmurhash",
"//tools/imagediff($host_toolchain)",
"//ui/display:display_unittests",
@@ -499,13 +492,10 @@ group("both_gn_and_gyp") {
# TODO(GYP): Remove this when the gles2 tests work
"//gpu/command_buffer/client:gles2_implementation_no_check",
"//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/471903 to make this complete.
+ "//mojo/edk/test:mojo_public_system_perftests",
"//mojo/shell/public/cpp",
"//testing/gmock:gmock_main",
-
- # TODO(use-new-edk):
- #"//mojo/edk/test:mojo_public_system_perftests",
"//third_party/codesighs:nm2tsv",
- "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests",
]
if (!is_android) {
@@ -764,9 +754,6 @@ group("gn_mojo_targets") {
"//media/mojo:tests",
"//media/mojo/services:cdm_service",
"//mojo:tests",
-
- # TODO(use-new-edk):
- #"//mojo/edk/js/tests:js_to_cpp_bindings_python",
]
}
}