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

Unified Diff: net/net.gypi

Issue 1324113002: Introduce WebSocketDeflateParameters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/websocket_basic_handshake_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 3f21d89f0c2c569db437bf0dc5b94b03042eff9a..936e802aba60b45766334c174c36ff2bea63204d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -1724,6 +1724,7 @@
'url_request/view_cache_helper_unittest.cc',
'websockets/websocket_basic_stream_test.cc',
'websockets/websocket_channel_test.cc',
+ 'websockets/websocket_deflate_parameters_test.cc',
'websockets/websocket_deflate_predictor_impl_test.cc',
'websockets/websocket_deflate_stream_test.cc',
'websockets/websocket_deflater_test.cc',
@@ -1842,6 +1843,8 @@
"websockets/websocket_basic_stream.h",
"websockets/websocket_channel.cc",
"websockets/websocket_channel.h",
+ "websockets/websocket_deflate_parameters.cc",
+ "websockets/websocket_deflate_parameters.h",
"websockets/websocket_deflate_predictor.h",
"websockets/websocket_deflate_predictor_impl.cc",
"websockets/websocket_deflate_predictor_impl.h",
« no previous file with comments | « no previous file | net/websockets/websocket_basic_handshake_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698