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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1511783002: Mojo JS bindings: fix the unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « mojo/public/js/validation_unittests.js ('k') | third_party/mojo/src/mojo/edk/js/BUILD.gn » ('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 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',
« no previous file with comments | « mojo/public/js/validation_unittests.js ('k') | third_party/mojo/src/mojo/edk/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698