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

Side by Side Diff: net/net.gyp

Issue 10843050: WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase for landing Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | net/websockets/websocket_handshake_handler.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 10 'conditions': [
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'url_request/url_request_job_unittest.cc', 1345 'url_request/url_request_job_unittest.cc',
1346 'url_request/url_request_throttler_simulation_unittest.cc', 1346 'url_request/url_request_throttler_simulation_unittest.cc',
1347 'url_request/url_request_throttler_test_support.cc', 1347 'url_request/url_request_throttler_test_support.cc',
1348 'url_request/url_request_throttler_test_support.h', 1348 'url_request/url_request_throttler_test_support.h',
1349 'url_request/url_request_throttler_unittest.cc', 1349 'url_request/url_request_throttler_unittest.cc',
1350 'url_request/url_request_unittest.cc', 1350 'url_request/url_request_unittest.cc',
1351 'url_request/view_cache_helper_unittest.cc', 1351 'url_request/view_cache_helper_unittest.cc',
1352 'websockets/websocket_frame_parser_unittest.cc', 1352 'websockets/websocket_frame_parser_unittest.cc',
1353 'websockets/websocket_frame_unittest.cc', 1353 'websockets/websocket_frame_unittest.cc',
1354 'websockets/websocket_handshake_handler_unittest.cc', 1354 'websockets/websocket_handshake_handler_unittest.cc',
1355 'websockets/websocket_handshake_handler_spdy2_unittest.cc',
1356 'websockets/websocket_handshake_handler_spdy3_unittest.cc',
1355 'websockets/websocket_job_spdy2_unittest.cc', 1357 'websockets/websocket_job_spdy2_unittest.cc',
1356 'websockets/websocket_job_spdy3_unittest.cc', 1358 'websockets/websocket_job_spdy3_unittest.cc',
1357 'websockets/websocket_net_log_params_unittest.cc', 1359 'websockets/websocket_net_log_params_unittest.cc',
1358 'websockets/websocket_throttle_unittest.cc', 1360 'websockets/websocket_throttle_unittest.cc',
1359 ], 1361 ],
1360 'conditions': [ 1362 'conditions': [
1361 ['OS != "ios"', { 1363 ['OS != "ios"', {
1362 'dependencies': [ 1364 'dependencies': [
1363 # TODO(ios): This is temporary; Move back to the main dependencies 1365 # TODO(ios): This is temporary; Move back to the main dependencies
1364 # section as crypto is brought up for iOS. 1366 # section as crypto is brought up for iOS.
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2063 '--result', '<@(_outputs)', 2065 '--result', '<@(_outputs)',
2064 '--isolate', 'net_unittests.isolate', 2066 '--isolate', 'net_unittests.isolate',
2065 ], 2067 ],
2066 }, 2068 },
2067 ], 2069 ],
2068 }, 2070 },
2069 ], 2071 ],
2070 }], 2072 }],
2071 ], 2073 ],
2072 } 2074 }
OLDNEW
« no previous file with comments | « no previous file | net/websockets/websocket_handshake_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698