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

Unified Diff: mojo/mojo.gyp

Issue 258693011: First cut at mojo spy's websocket server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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/spy/DEPS » ('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 68e0e17ccb9d752f6fb7e50f00a1fcef2e63372b..77c6cbb3e400dd7022b968cec9197d6eeb06b8c9 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -406,12 +406,15 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_static',
+ '../net/net.gyp:http_server',
'../url/url.gyp:url_lib',
'mojo_service_manager',
],
'sources': [
'spy/spy.cc',
'spy/spy.h',
+ 'spy/websocket_server.cc',
+ 'spy/websocket_server.h',
],
},
{
« no previous file with comments | « no previous file | mojo/spy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698