| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index a5b5dbace75e64ca7c5ebc872c773339ac93082b..709e4275b675a50e74f5b0ba09a11a0fc15d1286 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -508,9 +508,16 @@
|
| '../url/url.gyp:url_lib',
|
| 'mojo_service_manager',
|
| ],
|
| + 'variables': {
|
| + 'mojom_base_output_dir': 'mojo',
|
| + },
|
| + 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| 'sources': [
|
| + 'spy/public/spy.mojom',
|
| 'spy/spy.cc',
|
| 'spy/spy.h',
|
| + 'spy/spy_server_impl.h',
|
| + 'spy/spy_server_impl.cc',
|
| 'spy/websocket_server.cc',
|
| 'spy/websocket_server.h',
|
| ],
|
|
|