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

Unified Diff: net/net.gyp

Issue 39193005: Introduce WebSocketDeflatePredictor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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') | no next file with comments »
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 3f200b4c44f27f656a9ba65ae8d2c297d6b8ef81..bc1fc35cea0ff8b4631953e2fcca7cf6807a6329 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1115,6 +1115,9 @@
'websockets/websocket_basic_stream.h',
'websockets/websocket_channel.cc',
'websockets/websocket_channel.h',
+ 'websockets/websocket_deflate_predictor.h',
+ 'websockets/websocket_deflate_predictor_impl.cc',
+ 'websockets/websocket_deflate_predictor_impl.h',
'websockets/websocket_deflate_stream.cc',
'websockets/websocket_deflate_stream.h',
'websockets/websocket_deflater.cc',
@@ -1900,6 +1903,7 @@
'url_request/view_cache_helper_unittest.cc',
'websockets/websocket_basic_stream_test.cc',
'websockets/websocket_channel_test.cc',
+ 'websockets/websocket_deflate_predictor_impl_test.cc',
'websockets/websocket_deflate_stream_test.cc',
'websockets/websocket_deflater_test.cc',
'websockets/websocket_errors_test.cc',
« no previous file with comments | « no previous file | net/websockets/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698