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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | third_party/mojo/mojo_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_edk_tests.gyp
diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
index 263e47d78b10348632b5db043bea9dcd00c6e613..b1c0b56a9853696e8b7c4951c4d67ed0db897eed 100644
--- a/third_party/mojo/mojo_edk_tests.gyp
+++ b/third_party/mojo/mojo_edk_tests.gyp
@@ -16,14 +16,14 @@
# build/all.gyp:All on iOS, as All cannot depend on the mojo_base
# target on iOS due to the presence of the js targets, which cause v8
# to be built.
- 'mojo_message_pipe_perftests',
+ 'mojo_message_pipe_perftests_old',
'mojo_public_bindings_perftests',
'mojo_public_bindings_unittests',
'mojo_public_environment_unittests',
'mojo_public_system_perftests',
'mojo_public_system_unittests',
'mojo_public_utility_unittests',
- 'mojo_system_unittests',
+ 'mojo_system_unittests_old',
],
},
# TODO(vtl): Reorganize the mojo_public_*_unittests.
@@ -34,8 +34,8 @@
'dependencies': [
'../../mojo/mojo_base.gyp:mojo_environment_chromium',
'../../mojo/mojo_base.gyp:mojo_message_pump_lib',
+ '../../mojo/mojo_edk.gyp:mojo_run_all_unittests',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_public_bindings_test_utils',
'mojo_public.gyp:mojo_public_test_associated_interfaces',
@@ -90,8 +90,8 @@
'type': 'executable',
'dependencies': [
'../../mojo/mojo_base.gyp:mojo_common_lib',
+ '../../mojo/mojo_edk.gyp:mojo_run_all_unittests',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_environment_standalone',
'mojo_public.gyp:mojo_public_bindings_test_utils',
@@ -108,8 +108,8 @@
'target_name': 'mojo_public_environment_unittests',
'type': 'executable',
'dependencies': [
+ '../../mojo/mojo_edk.gyp:mojo_run_all_unittests',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_environment_standalone',
'mojo_public.gyp:mojo_public_test_utils',
@@ -129,8 +129,8 @@
'target_name': 'mojo_public_system_unittests',
'type': 'executable',
'dependencies': [
+ '../../mojo/mojo_edk.gyp:mojo_run_all_unittests',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_public_test_utils',
],
'include_dirs': [ '../..' ],
@@ -143,8 +143,8 @@
'target_name': 'mojo_public_utility_unittests',
'type': 'executable',
'dependencies': [
+ '../../mojo/mojo_edk.gyp:mojo_run_all_unittests',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_public_test_utils',
'mojo_public.gyp:mojo_utility',
@@ -171,8 +171,8 @@
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
+ '../../mojo/mojo_edk.gyp:mojo_run_all_perftests',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_run_all_perftests',
'mojo_public.gyp:mojo_public_test_utils',
'mojo_public.gyp:mojo_utility',
],
@@ -182,13 +182,13 @@
},
{
# GN version: //mojo/edk/system:mojo_system_unittests
- 'target_name': 'mojo_system_unittests',
+ 'target_name': 'mojo_system_unittests_old',
'type': 'executable',
'dependencies': [
+ '../../mojo/mojo_edk.gyp:mojo_common_test_support',
+ '../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../base/base.gyp:base',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_common_test_support',
- 'mojo_edk.gyp:mojo_system_impl',
],
'sources': [
'src/mojo/edk/embedder/embedder_unittest.cc',
@@ -252,15 +252,15 @@
},
{
# GN version: //mojo/edk/system:mojo_message_pipe_perftests
- 'target_name': 'mojo_message_pipe_perftests',
+ 'target_name': 'mojo_message_pipe_perftests_old',
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
'../../base/base.gyp:test_support_perf',
+ '../../mojo/mojo_edk.gyp:mojo_common_test_support',
+ '../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../testing/gtest.gyp:gtest',
- 'mojo_edk.gyp:mojo_common_test_support',
- 'mojo_edk.gyp:mojo_system_impl',
],
'sources': [
'src/mojo/edk/system/message_pipe_perftest.cc',
@@ -270,16 +270,6 @@
'src/mojo/edk/system/test_utils.h',
],
},
- {
- 'target_name': 'mojo_js_to_cpp_bindings',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- 'src/mojo/edk/js/tests/js_to_cpp.mojom',
- ],
- },
- 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
- },
],
'conditions': [
['test_isolation_mode != "noop"', {
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | third_party/mojo/mojo_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698