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

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: rebase 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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'websockets/websocket_frame.h', 1065 'websockets/websocket_frame.h',
1066 'websockets/websocket_frame_parser.cc', 1066 'websockets/websocket_frame_parser.cc',
1067 'websockets/websocket_frame_parser.h', 1067 'websockets/websocket_frame_parser.h',
1068 'websockets/websocket_handshake_handler.cc', 1068 'websockets/websocket_handshake_handler.cc',
1069 'websockets/websocket_handshake_handler.h', 1069 'websockets/websocket_handshake_handler.h',
1070 'websockets/websocket_job.cc', 1070 'websockets/websocket_job.cc',
1071 'websockets/websocket_job.h', 1071 'websockets/websocket_job.h',
1072 'websockets/websocket_net_log_params.cc', 1072 'websockets/websocket_net_log_params.cc',
1073 'websockets/websocket_net_log_params.h', 1073 'websockets/websocket_net_log_params.h',
1074 'websockets/websocket_stream.h', 1074 'websockets/websocket_stream.h',
1075 'websockets/websocket_stream_base.h',
1075 'websockets/websocket_throttle.cc', 1076 'websockets/websocket_throttle.cc',
1076 'websockets/websocket_throttle.h', 1077 'websockets/websocket_throttle.h',
1077 ], 1078 ],
1078 'defines': [ 1079 'defines': [
1079 'NET_IMPLEMENTATION', 1080 'NET_IMPLEMENTATION',
1080 ], 1081 ],
1081 'export_dependent_settings': [ 1082 'export_dependent_settings': [
1082 '../base/base.gyp:base', 1083 '../base/base.gyp:base',
1083 ], 1084 ],
1084 'conditions': [ 1085 'conditions': [
(...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after
2913 '--result', '<@(_outputs)', 2914 '--result', '<@(_outputs)',
2914 '--isolate', 'net_unittests.isolate', 2915 '--isolate', 'net_unittests.isolate',
2915 ], 2916 ],
2916 }, 2917 },
2917 ], 2918 ],
2918 }, 2919 },
2919 ], 2920 ],
2920 }], 2921 }],
2921 ], 2922 ],
2922 } 2923 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698