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

Unified Diff: net/net.gyp

Issue 7540023: DevTools: no way to remote debug using ToT build as a client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 9 years, 5 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 | net/server/http_connection.h » ('j') | net/server/http_connection.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index de2b4df0cf4906949c3a6bdbd98de164e3ad1a34..d9958a1ef3e951823738c7ab57d83bde89e27f47 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1316,10 +1316,14 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
+ 'server/http_connection.cc',
+ 'server/http_connection.h',
'server/http_server.cc',
'server/http_server.h',
'server/http_server_request_info.cc',
'server/http_server_request_info.h',
+ 'server/web_socket.cc',
+ 'server/web_socket.h',
],
},
{
« no previous file with comments | « no previous file | net/server/http_connection.h » ('j') | net/server/http_connection.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698