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

Side by Side Diff: net/net.gyp

Issue 17610006: Add WebSocketStream factory function (Closed) Base URL: http://git.chromium.org/chromium/src.git@web_socket_net
Patch Set: Fixes for yhirano review. Created 7 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/websockets/websocket_stream.h » ('j') | net/websockets/websocket_stream.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'websockets/websocket_frame.h', 1077 'websockets/websocket_frame.h',
1078 'websockets/websocket_frame_parser.cc', 1078 'websockets/websocket_frame_parser.cc',
1079 'websockets/websocket_frame_parser.h', 1079 'websockets/websocket_frame_parser.h',
1080 'websockets/websocket_handshake_handler.cc', 1080 'websockets/websocket_handshake_handler.cc',
1081 'websockets/websocket_handshake_handler.h', 1081 'websockets/websocket_handshake_handler.h',
1082 'websockets/websocket_job.cc', 1082 'websockets/websocket_job.cc',
1083 'websockets/websocket_job.h', 1083 'websockets/websocket_job.h',
1084 'websockets/websocket_mux.h', 1084 'websockets/websocket_mux.h',
1085 'websockets/websocket_net_log_params.cc', 1085 'websockets/websocket_net_log_params.cc',
1086 'websockets/websocket_net_log_params.h', 1086 'websockets/websocket_net_log_params.h',
1087 'websockets/websocket_stream.cc',
1087 'websockets/websocket_stream.h', 1088 'websockets/websocket_stream.h',
1088 'websockets/websocket_stream_base.h', 1089 'websockets/websocket_stream_base.h',
1089 'websockets/websocket_throttle.cc', 1090 'websockets/websocket_throttle.cc',
1090 'websockets/websocket_throttle.h', 1091 'websockets/websocket_throttle.h',
1091 ], 1092 ],
1092 'defines': [ 1093 'defines': [
1093 'NET_IMPLEMENTATION', 1094 'NET_IMPLEMENTATION',
1094 ], 1095 ],
1095 'export_dependent_settings': [ 1096 'export_dependent_settings': [
1096 '../base/base.gyp:base', 1097 '../base/base.gyp:base',
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
2946 '--result', '<@(_outputs)', 2947 '--result', '<@(_outputs)',
2947 '--isolate', 'net_unittests.isolate', 2948 '--isolate', 'net_unittests.isolate',
2948 ], 2949 ],
2949 }, 2950 },
2950 ], 2951 ],
2951 }, 2952 },
2952 ], 2953 ],
2953 }], 2954 }],
2954 ], 2955 ],
2955 } 2956 }
OLDNEW
« no previous file with comments | « no previous file | net/websockets/websocket_stream.h » ('j') | net/websockets/websocket_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698