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

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: Fix bad net.gyp diff. Created 7 years, 5 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') | no next file with comments »
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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'websockets/websocket_frame.cc', 1074 'websockets/websocket_frame.cc',
1075 'websockets/websocket_frame.h', 1075 'websockets/websocket_frame.h',
1076 'websockets/websocket_frame_parser.cc', 1076 'websockets/websocket_frame_parser.cc',
1077 'websockets/websocket_frame_parser.h', 1077 'websockets/websocket_frame_parser.h',
1078 'websockets/websocket_handshake_handler.cc', 1078 'websockets/websocket_handshake_handler.cc',
1079 'websockets/websocket_handshake_handler.h', 1079 'websockets/websocket_handshake_handler.h',
1080 'websockets/websocket_job.cc', 1080 'websockets/websocket_job.cc',
1081 'websockets/websocket_job.h', 1081 'websockets/websocket_job.h',
1082 'websockets/websocket_net_log_params.cc', 1082 'websockets/websocket_net_log_params.cc',
1083 'websockets/websocket_net_log_params.h', 1083 'websockets/websocket_net_log_params.h',
1084 'websockets/websocket_stream.cc',
1084 'websockets/websocket_stream.h', 1085 'websockets/websocket_stream.h',
1085 'websockets/websocket_stream_base.h', 1086 'websockets/websocket_stream_base.h',
1086 'websockets/websocket_throttle.cc', 1087 'websockets/websocket_throttle.cc',
1087 'websockets/websocket_throttle.h', 1088 'websockets/websocket_throttle.h',
1088 ], 1089 ],
1089 'defines': [ 1090 'defines': [
1090 'NET_IMPLEMENTATION', 1091 'NET_IMPLEMENTATION',
1091 ], 1092 ],
1092 'export_dependent_settings': [ 1093 'export_dependent_settings': [
1093 '../base/base.gyp:base', 1094 '../base/base.gyp:base',
(...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 '--result', '<@(_outputs)', 2932 '--result', '<@(_outputs)',
2932 '--isolate', 'net_unittests.isolate', 2933 '--isolate', 'net_unittests.isolate',
2933 ], 2934 ],
2934 }, 2935 },
2935 ], 2936 ],
2936 }, 2937 },
2937 ], 2938 ],
2938 }], 2939 }],
2939 ], 2940 ],
2940 } 2941 }
OLDNEW
« no previous file with comments | « no previous file | net/websockets/websocket_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698