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

Unified Diff: 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/edk/test/run_all_unittests.cc ('k') | mojo/public/js/connector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index 2b11d0703a7881cf7483eca8e552c6b3348a2b83..7dd521b9a6fb64df03a752c17dbe3013b37eae51 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -18,7 +18,7 @@
# to be built.
'mojo_message_pipe_perftests2',
'mojo_system_unittests2',
- 'mojo_js_unittests2',
+ 'mojo_js_unittests',
'mojo_js_integration_tests2',
],
},
@@ -94,7 +94,7 @@
},
{
# GN version: //mojo/edk/js/test:js_unittests
- 'target_name': 'mojo_js_unittests2',
+ 'target_name': 'mojo_js_unittests',
'type': 'executable',
'dependencies': [
'../gin/gin.gyp:gin_test',
« no previous file with comments | « mojo/edk/test/run_all_unittests.cc ('k') | mojo/public/js/connector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698