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

Unified Diff: net/net.gyp

Issue 23623008: Implement WebSocketDeflater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/websockets/README » ('j') | net/websockets/websocket_deflater.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 6820f20f6f935a74693ef67c8f2f263f3d0a6b16..94ccf85910876653ed42c998ca24bcbf6081a17a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1089,6 +1089,8 @@
'url_request/view_cache_helper.h',
'websockets/websocket_channel.cc',
'websockets/websocket_channel.h',
+ 'websockets/websocket_deflater.h',
+ 'websockets/websocket_deflater.cc',
'websockets/websocket_errors.cc',
'websockets/websocket_errors.h',
'websockets/websocket_frame.cc',
@@ -1856,6 +1858,7 @@
'url_request/url_request_unittest.cc',
'url_request/view_cache_helper_unittest.cc',
'websockets/websocket_channel_test.cc',
+ 'websockets/websocket_deflater_test.cc',
'websockets/websocket_errors_unittest.cc',
'websockets/websocket_frame_parser_unittest.cc',
'websockets/websocket_frame_unittest.cc',
« no previous file with comments | « no previous file | net/websockets/README » ('j') | net/websockets/websocket_deflater.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698