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

Unified Diff: net/net.gyp

Issue 769423005: Support WebSocket per-message deflate extension in http server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chunked inflate Created 6 years 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: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index da91a9295aa09d12595b9a26a62ee38c382c0283..81d07e9c53d2a64befe276bcdb01dec387f45600 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1064,6 +1064,8 @@
'server/http_server_response_info.h',
'server/web_socket.cc',
'server/web_socket.h',
+ 'server/web_socket_encoder.cc',
+ 'server/web_socket_encoder.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « net/BUILD.gn ('k') | net/server/web_socket.h » ('j') | net/server/web_socket_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698