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

Unified Diff: content/content_browser.gypi

Issue 16516003: SSLTCP (pseudo-SSL with fake handshake and unencrypted data) support for p2p socket. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 205587)
+++ content/content_browser.gypi (working copy)
@@ -1188,6 +1188,8 @@
'browser/renderer_host/p2p/socket_host_udp.h',
'browser/renderer_host/p2p/socket_dispatcher_host.cc',
'browser/renderer_host/p2p/socket_dispatcher_host.h',
+ 'browser/renderer_host/p2p/ssltcp_helper.cc',
+ 'browser/renderer_host/p2p/ssltcp_helper.h',
],
}],
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698