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

Unified Diff: mojo/mojo.gyp

Issue 225203002: Mojo Spy core first cut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gcc fix Created 6 years, 8 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/service_manager/service_manager.h » ('j') | no next file with comments »
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 be72709a97f8a43f090479623fb7f28c1d0f76a2..e8a3f09f78c95ca83e9ce6b106475fcb95352095 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -378,6 +378,20 @@
],
},
{
+ 'target_name': 'mojo_spy',
+ 'type': 'static_library',
+ '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',
],
'variables': {
'mojom_base_output_dir': 'mojo',
« no previous file with comments | « no previous file | mojo/service_manager/service_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698