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

Unified Diff: mojo/mojo_public_tests.gypi

Issue 411553003: Validate incoming JS Message Headers: test message parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restored parser comment changes Created 6 years, 5 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
Index: mojo/mojo_public_tests.gypi
diff --git a/mojo/mojo_public_tests.gypi b/mojo/mojo_public_tests.gypi
index 658d59470f1ac1547ae09f60fe760ac61374c630..75d031530e0f9a455546ea3a313e9834c357bce8 100644
--- a/mojo/mojo_public_tests.gypi
+++ b/mojo/mojo_public_tests.gypi
@@ -189,5 +189,19 @@
'mojo_cpp_bindings',
],
},
+ {
+ 'target_name': 'mojo_js_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ '../gin/gin.gyp:gin_test',
+ 'mojo_common_test_support',
+ 'mojo_js_bindings_lib',
+ 'mojo_run_all_unittests',
yzshen1 2014/07/23 19:53:38 Now that you are touching the code, please order t
hansmuller 2014/07/23 21:43:44 Done.
+ 'mojo_public_test_interfaces',
+ ],
+ 'sources': [
+ 'public/js/bindings/tests/run_js_tests.cc',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698