| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index e323d28810962ef494114626d4fe279bd768f9d4..afeadfcf153fe08d48c90502d271411b066c2581 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -45,5 +45,17 @@
|
| 'public/libs/message/message_unittest.cc',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'mojo_bindings_test',
|
| + 'type': 'executable',
|
| + 'include_dirs': [
|
| + '..'
|
| + ],
|
| + 'sources': [
|
| + 'public/bindings/generated/sample_service_proxy.cc',
|
| + 'public/bindings/generated/sample_service_stub.cc',
|
| + 'public/bindings/sample_test.cc',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|