| 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 9b9f99358c9511faeafc012b940fc11432116725..dc552e23f2dd9431cb077d148cc51e1583041f36 100644
|
| --- a/third_party/mojo/mojo_edk_tests.gyp
|
| +++ b/third_party/mojo/mojo_edk_tests.gyp
|
| @@ -17,7 +17,6 @@
|
| # target on iOS due to the presence of the js targets, which cause v8
|
| # to be built.
|
| 'mojo_message_pipe_perftests',
|
| - 'mojo_public_application_unittests',
|
| 'mojo_public_bindings_unittests',
|
| 'mojo_public_environment_unittests',
|
| 'mojo_public_system_perftests',
|
| @@ -83,22 +82,6 @@
|
| ],
|
| },
|
| {
|
| - # GN version: //mojo/edk/test:mojo_public_application_unittests
|
| - 'target_name': 'mojo_public_application_unittests',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - '../../base/base.gyp:base',
|
| - '../../testing/gtest.gyp:gtest',
|
| - 'mojo_edk.gyp:mojo_run_all_unittests',
|
| - 'mojo_public.gyp:mojo_application_standalone',
|
| - 'mojo_public.gyp:mojo_utility',
|
| - 'mojo_public.gyp:mojo_environment_standalone',
|
| - ],
|
| - 'sources': [
|
| - 'src/mojo/public/cpp/application/tests/service_registry_unittest.cc',
|
| - ],
|
| - },
|
| - {
|
| # GN version: //mojo/public/cpp/system/tests:mojo_public_system_unittests
|
| # and //mojo/public/c/system/tests
|
| 'target_name': 'mojo_public_system_unittests',
|
|
|