summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authoryhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-22 14:34:22 +0000
committeryhirano@chromium.org <yhirano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-22 14:34:22 +0000
commitcd48ed1132963227813901fabe0e2270b9761527 (patch)
tree9aa0b793d42bd1172f0b0fca33cf02d10fcc09ae /net/net.gyp
parente5c03a0add358c8a5526e158035e5808fe482a7e (diff)
downloadchromium_src-cd48ed1132963227813901fabe0e2270b9761527.zip
chromium_src-cd48ed1132963227813901fabe0e2270b9761527.tar.gz
chromium_src-cd48ed1132963227813901fabe0e2270b9761527.tar.bz2
Notify WebSocket opening handshake information to the renderer.
In order to show the information in the inspector, notify the handshake request and response information to the renderer. Currently the browser always send the notification to the renderer. It should be fixed in the future. BUG=310405 R=ricea@chromium.org Review URL: https://codereview.chromium.org/115003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246319 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index e470d52..9b10a414 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1211,6 +1211,10 @@
'websockets/websocket_handshake_constants.h',
'websockets/websocket_handshake_handler.cc',
'websockets/websocket_handshake_handler.h',
+ 'websockets/websocket_handshake_request_info.cc',
+ 'websockets/websocket_handshake_request_info.h',
+ 'websockets/websocket_handshake_response_info.cc',
+ 'websockets/websocket_handshake_response_info.h',
'websockets/websocket_handshake_stream_base.h',
'websockets/websocket_handshake_stream_create_helper.cc',
'websockets/websocket_handshake_stream_create_helper.h',