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

Unified Diff: mojo/mojo.gyp

Issue 193403003: Move relevent JS tests to mojo_js_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add back deps Created 6 years, 9 months 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/bindings/js/run_js_tests.cc ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 846b271813632ebfea6d01bfb1ccb6cd488d5ee8..8aaa75b19ed4d17f233af84b6e09cb301eff7ad4 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -28,6 +28,7 @@
'target_name': 'mojo',
'type': 'none',
'dependencies': [
+ 'mojo_apps_js_unittests',
'mojo_bindings',
'mojo_compositor_app',
'mojo_common_lib',
@@ -451,6 +452,18 @@
'bindings/js/waiting_callback.h',
],
},
+ {
+ 'target_name': 'mojo_js_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ '../gin/gin.gyp:gin_test',
+ 'mojo_js_bindings_lib',
+ 'mojo_run_all_unittests',
+ ],
+ 'sources': [
+ 'bindings/js/run_js_tests.cc',
+ ],
+ },
],
'conditions': [
['OS=="android"', {
« no previous file with comments | « mojo/bindings/js/run_js_tests.cc ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698