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

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: common_lib 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/bindings/tests/DEPS » ('j') | mojo/public/bindings/tests/message_generator.cc » ('J')
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 ee5ec8b0d4c2c84359aaf2c396f5743a48b2e403..14875ce478ebf5e7052dda6ddf32e40a38cf70c0 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',
@@ -514,6 +515,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': [
+ 'public/bindings/tests/message_generator.cc',
+ ],
+ },
],
'conditions': [
['OS=="android"', {
« no previous file with comments | « no previous file | mojo/public/bindings/tests/DEPS » ('j') | mojo/public/bindings/tests/message_generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698