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

Side by Side Diff: net/net.gyp

Issue 17570014: [SPDY] Unfork websocket_handshake_handler_spdy{2,3}_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | net/spdy/spdy_websocket_test_util.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 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'url_request/url_request_throttler_simulation_unittest.cc', 1821 'url_request/url_request_throttler_simulation_unittest.cc',
1822 'url_request/url_request_throttler_test_support.cc', 1822 'url_request/url_request_throttler_test_support.cc',
1823 'url_request/url_request_throttler_test_support.h', 1823 'url_request/url_request_throttler_test_support.h',
1824 'url_request/url_request_throttler_unittest.cc', 1824 'url_request/url_request_throttler_unittest.cc',
1825 'url_request/url_request_unittest.cc', 1825 'url_request/url_request_unittest.cc',
1826 'url_request/view_cache_helper_unittest.cc', 1826 'url_request/view_cache_helper_unittest.cc',
1827 'websockets/websocket_errors_unittest.cc', 1827 'websockets/websocket_errors_unittest.cc',
1828 'websockets/websocket_frame_parser_unittest.cc', 1828 'websockets/websocket_frame_parser_unittest.cc',
1829 'websockets/websocket_frame_unittest.cc', 1829 'websockets/websocket_frame_unittest.cc',
1830 'websockets/websocket_handshake_handler_unittest.cc', 1830 'websockets/websocket_handshake_handler_unittest.cc',
1831 'websockets/websocket_handshake_handler_spdy2_unittest.cc', 1831 'websockets/websocket_handshake_handler_spdy_unittest.cc',
1832 'websockets/websocket_handshake_handler_spdy3_unittest.cc',
1833 'websockets/websocket_job_unittest.cc', 1832 'websockets/websocket_job_unittest.cc',
1834 'websockets/websocket_net_log_params_unittest.cc', 1833 'websockets/websocket_net_log_params_unittest.cc',
1835 'websockets/websocket_throttle_unittest.cc', 1834 'websockets/websocket_throttle_unittest.cc',
1836 ], 1835 ],
1837 'conditions': [ 1836 'conditions': [
1838 ['chromeos==1', { 1837 ['chromeos==1', {
1839 'sources!': [ 1838 'sources!': [
1840 'base/network_change_notifier_linux_unittest.cc', 1839 'base/network_change_notifier_linux_unittest.cc',
1841 'proxy/proxy_config_service_linux_unittest.cc', 1840 'proxy/proxy_config_service_linux_unittest.cc',
1842 ], 1841 ],
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
2938 '--result', '<@(_outputs)', 2937 '--result', '<@(_outputs)',
2939 '--isolate', 'net_unittests.isolate', 2938 '--isolate', 'net_unittests.isolate',
2940 ], 2939 ],
2941 }, 2940 },
2942 ], 2941 ],
2943 }, 2942 },
2944 ], 2943 ],
2945 }], 2944 }],
2946 ], 2945 ],
2947 } 2946 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/spdy_websocket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698