| 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"', {
|
|
|