| 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"', {
|
|
|