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

Side by Side Diff: net/net.gyp

Issue 14813024: Introduce RequestWebSocketStream into HttpStreamFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 'websockets/websocket_frame.h', 1064 'websockets/websocket_frame.h',
1065 'websockets/websocket_frame_parser.cc', 1065 'websockets/websocket_frame_parser.cc',
1066 'websockets/websocket_frame_parser.h', 1066 'websockets/websocket_frame_parser.h',
1067 'websockets/websocket_handshake_handler.cc', 1067 'websockets/websocket_handshake_handler.cc',
1068 'websockets/websocket_handshake_handler.h', 1068 'websockets/websocket_handshake_handler.h',
1069 'websockets/websocket_job.cc', 1069 'websockets/websocket_job.cc',
1070 'websockets/websocket_job.h', 1070 'websockets/websocket_job.h',
1071 'websockets/websocket_net_log_params.cc', 1071 'websockets/websocket_net_log_params.cc',
1072 'websockets/websocket_net_log_params.h', 1072 'websockets/websocket_net_log_params.h',
1073 'websockets/websocket_stream.h', 1073 'websockets/websocket_stream.h',
1074 'websockets/websocket_stream_base.h',
1074 'websockets/websocket_throttle.cc', 1075 'websockets/websocket_throttle.cc',
1075 'websockets/websocket_throttle.h', 1076 'websockets/websocket_throttle.h',
1076 ], 1077 ],
1077 'defines': [ 1078 'defines': [
1078 'NET_IMPLEMENTATION', 1079 'NET_IMPLEMENTATION',
1079 ], 1080 ],
1080 'export_dependent_settings': [ 1081 'export_dependent_settings': [
1081 '../base/base.gyp:base', 1082 '../base/base.gyp:base',
1082 ], 1083 ],
1083 'conditions': [ 1084 'conditions': [
(...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 '--result', '<@(_outputs)', 2913 '--result', '<@(_outputs)',
2913 '--isolate', 'net_unittests.isolate', 2914 '--isolate', 'net_unittests.isolate',
2914 ], 2915 ],
2915 }, 2916 },
2916 ], 2917 ],
2917 }, 2918 },
2918 ], 2919 ],
2919 }], 2920 }],
2920 ], 2921 ],
2921 } 2922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698