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

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
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/socket/client_socket_pool_manager.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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 'websockets/websocket_frame.h', 1067 'websockets/websocket_frame.h',
1068 'websockets/websocket_frame_parser.cc', 1068 'websockets/websocket_frame_parser.cc',
1069 'websockets/websocket_frame_parser.h', 1069 'websockets/websocket_frame_parser.h',
1070 'websockets/websocket_handshake_handler.cc', 1070 'websockets/websocket_handshake_handler.cc',
1071 'websockets/websocket_handshake_handler.h', 1071 'websockets/websocket_handshake_handler.h',
1072 'websockets/websocket_job.cc', 1072 'websockets/websocket_job.cc',
1073 'websockets/websocket_job.h', 1073 'websockets/websocket_job.h',
1074 'websockets/websocket_net_log_params.cc', 1074 'websockets/websocket_net_log_params.cc',
1075 'websockets/websocket_net_log_params.h', 1075 'websockets/websocket_net_log_params.h',
1076 'websockets/websocket_stream.h', 1076 'websockets/websocket_stream.h',
1077 'websockets/websocket_stream_base.h',
1077 'websockets/websocket_throttle.cc', 1078 'websockets/websocket_throttle.cc',
1078 'websockets/websocket_throttle.h', 1079 'websockets/websocket_throttle.h',
1079 ], 1080 ],
1080 'defines': [ 1081 'defines': [
1081 'NET_IMPLEMENTATION', 1082 'NET_IMPLEMENTATION',
1082 ], 1083 ],
1083 'export_dependent_settings': [ 1084 'export_dependent_settings': [
1084 '../base/base.gyp:base', 1085 '../base/base.gyp:base',
1085 ], 1086 ],
1086 'conditions': [ 1087 'conditions': [
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 '--result', '<@(_outputs)', 2915 '--result', '<@(_outputs)',
2915 '--isolate', 'net_unittests.isolate', 2916 '--isolate', 'net_unittests.isolate',
2916 ], 2917 ],
2917 }, 2918 },
2918 ], 2919 ],
2919 }, 2920 },
2920 ], 2921 ],
2921 }], 2922 }],
2922 ], 2923 ],
2923 } 2924 }
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/socket/client_socket_pool_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698