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

Unified Diff: mojo/mojo.gyp

Issue 191293018: Adds a generator for writing messages to disk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cast 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 | « no previous file | mojo/public/data/bindings/tests/message_data » ('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 caf318dceb1ca859e8b0f843e5532dcff583417c..ed9658bc8b768213e3d6f4276885cecfc97bc34d 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -35,6 +35,7 @@
'mojo_common_unittests',
'mojo_js',
'mojo_js_unittests',
+ 'mojo_message_generator',
'mojo_pepper_container_app',
'mojo_public_test_utils',
'mojo_public_bindings_unittests',
@@ -518,6 +519,22 @@
'bindings/js/run_js_tests.cc',
],
},
+ {
+ 'target_name': 'mojo_message_generator',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../testing/gtest.gyp:gtest',
+ 'mojo_bindings',
+ 'mojo_common_lib',
+ 'mojo_environment_chromium',
+ 'mojo_system',
+ 'mojo_system_impl',
+ ],
+ 'sources': [
+ 'tools/message_generator.cc',
+ ],
+ },
],
'conditions': [
['OS=="android"', {
« no previous file with comments | « no previous file | mojo/public/data/bindings/tests/message_data » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698