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 376a3e405e24005f72cfca43773215722a335d6d..c02e21d5a05dbbfa1aed7e330eae95bf6b5d5b67 100644 |
--- a/third_party/mojo/mojo_edk_tests.gyp |
+++ b/third_party/mojo/mojo_edk_tests.gyp |
@@ -24,7 +24,6 @@ |
'mojo_public_system_unittests', |
'mojo_public_utility_unittests', |
'mojo_system_unittests', |
- 'mojo_js_unittests', |
'mojo_js_integration_tests', |
], |
}, |
@@ -256,24 +255,6 @@ |
], |
}, |
{ |
- # GN version: //mojo/edk/js/test:js_unittests |
- 'target_name': 'mojo_js_unittests', |
- 'type': 'executable', |
- 'dependencies': [ |
- '../../gin/gin.gyp:gin_test', |
- 'mojo_edk.gyp:mojo_common_test_support', |
- 'mojo_edk.gyp:mojo_run_all_unittests', |
- 'mojo_edk.gyp:mojo_js_lib', |
- 'mojo_public.gyp:mojo_environment_standalone', |
- 'mojo_public.gyp:mojo_public_test_interfaces', |
- 'mojo_public.gyp:mojo_utility', |
- ], |
- 'sources': [ |
- 'src/mojo/edk/js/handle_unittest.cc', |
- 'src/mojo/edk/js/test/run_js_tests.cc', |
- ], |
- }, |
- { |
# GN version: //mojo/edk/js/test:js_integration_tests |
'target_name': 'mojo_js_integration_tests', |
'type': 'executable', |