Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: BUILD.gn

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/all.gyp » ('j') | mojo/platform_handle/platform_handle_functions.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 61cd4dd715a514a20840ebbd07b82d468c916a6b..6b0b272e767cc51f9c5f27c3c5cf50d94f285a1d 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",
@@ -504,13 +497,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) {
@@ -767,9 +757,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",
]
}
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | mojo/platform_handle/platform_handle_functions.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698