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

Unified Diff: mojo/mojo.gyp

Issue 284743002: Adding a mojo interface to the mojo spy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang 2 Created 6 years, 7 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/spy/public/spy.mojom » ('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 3893b6b7ebd6a57b50804df6389662ce8dce27a6..a07e3a7d96c5808f930d93191c0b553c30faac33 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -448,9 +448,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',
],
« no previous file with comments | « no previous file | mojo/spy/public/spy.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698