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

Unified Diff: mojo/mojo.gyp

Issue 411553003: Validate incoming JS Message Headers: test message parser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed WebUIMojoTest.EndToEndPing 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
« no previous file with comments | « mojo/bindings/js/run_js_tests.cc ('k') | mojo/mojo_public_tests.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 9484735f840d076245329e00deabd998bd917247..4ed4e7887038672568da9ff06c77123347279c5d 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -745,20 +745,6 @@
],
},
{
- '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',
- 'mojo_public_test_interfaces',
- ],
- 'sources': [
- 'bindings/js/run_js_tests.cc',
- ],
- },
- {
'target_name': 'mojo_message_generator',
'type': 'executable',
'dependencies': [
« no previous file with comments | « mojo/bindings/js/run_js_tests.cc ('k') | mojo/mojo_public_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698