Chromium Code Reviews| Index: mojo/mojo.gyp |
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
| index ed9658bc8b768213e3d6f4276885cecfc97bc34d..b48b322e75449b9b0b350eab69e00e67d1a2a10c 100644 |
| --- a/mojo/mojo.gyp |
| +++ b/mojo/mojo.gyp |
| @@ -378,6 +378,20 @@ |
| ], |
| }, |
| { |
| + 'target_name': 'mojo_spy_lib', |
| + 'type': 'static_library', |
|
DaveMoore
2014/04/04 21:06:46
I don't think the _lib is necessary. it's on mojo_
cpu_(ooo_6.6-7.5)
2014/04/04 23:42:45
Done.
|
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + '../base/base.gyp:base_static', |
| + '../url/url.gyp:url_lib', |
| + 'mojo_service_manager', |
| + ], |
| + 'sources': [ |
| + 'spy/spy.cc', |
| + 'spy/spy.h', |
| + ], |
| + }, |
| + { |
| 'target_name': 'mojo_shell_lib', |
| 'type': 'static_library', |
| 'dependencies': [ |
| @@ -391,6 +405,7 @@ |
| 'mojo_system', |
| 'mojo_system_impl', |
| 'mojo_native_viewport_service', |
| + 'mojo_spy_lib', |
| ], |
| 'variables': { |
| 'mojom_base_output_dir': 'mojo', |