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

Side by Side Diff: net/net.gyp

Issue 7312005: WebSocket over SPDY: Move common test functions into separated file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on lkgr Created 9 years, 5 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_framer.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 'spdy/spdy_framer_test.cc', 1007 'spdy/spdy_framer_test.cc',
1008 'spdy/spdy_http_stream_unittest.cc', 1008 'spdy/spdy_http_stream_unittest.cc',
1009 'spdy/spdy_network_transaction_unittest.cc', 1009 'spdy/spdy_network_transaction_unittest.cc',
1010 'spdy/spdy_protocol_test.cc', 1010 'spdy/spdy_protocol_test.cc',
1011 'spdy/spdy_proxy_client_socket_unittest.cc', 1011 'spdy/spdy_proxy_client_socket_unittest.cc',
1012 'spdy/spdy_session_unittest.cc', 1012 'spdy/spdy_session_unittest.cc',
1013 'spdy/spdy_stream_unittest.cc', 1013 'spdy/spdy_stream_unittest.cc',
1014 'spdy/spdy_test_util.cc', 1014 'spdy/spdy_test_util.cc',
1015 'spdy/spdy_test_util.h', 1015 'spdy/spdy_test_util.h',
1016 'spdy/spdy_websocket_stream_unittest.cc', 1016 'spdy/spdy_websocket_stream_unittest.cc',
1017 'spdy/spdy_websocket_test_util.cc',
1018 'spdy/spdy_websocket_test_util.h',
1017 'test/python_utils_unittest.cc', 1019 'test/python_utils_unittest.cc',
1018 'tools/dump_cache/url_to_filename_encoder.cc', 1020 'tools/dump_cache/url_to_filename_encoder.cc',
1019 'tools/dump_cache/url_to_filename_encoder.h', 1021 'tools/dump_cache/url_to_filename_encoder.h',
1020 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1022 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1021 'tools/dump_cache/url_utilities.h', 1023 'tools/dump_cache/url_utilities.h',
1022 'tools/dump_cache/url_utilities.cc', 1024 'tools/dump_cache/url_utilities.cc',
1023 'tools/dump_cache/url_utilities_unittest.cc', 1025 'tools/dump_cache/url_utilities_unittest.cc',
1024 'udp/udp_socket_unittest.cc', 1026 'udp/udp_socket_unittest.cc',
1025 'url_request/url_request_job_factory_unittest.cc', 1027 'url_request/url_request_job_factory_unittest.cc',
1026 'url_request/url_request_throttler_simulation_unittest.cc', 1028 'url_request/url_request_throttler_simulation_unittest.cc',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 ], 1478 ],
1477 }], 1479 }],
1478 ], 1480 ],
1479 } 1481 }
1480 1482
1481 # Local Variables: 1483 # Local Variables:
1482 # tab-width:2 1484 # tab-width:2
1483 # indent-tabs-mode:nil 1485 # indent-tabs-mode:nil
1484 # End: 1486 # End:
1485 # vim: set expandtab tabstop=2 shiftwidth=2: 1487 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | net/spdy/spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698