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

Side by Side Diff: net/net.gyp

Issue 23614009: Rename websockets/*_unittest.cc to *_test.cc (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 3 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 | « no previous file | net/websockets/README » ('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 1840 matching lines...) Expand 10 before | Expand all | Expand 10 after
1851 'url_request/url_request_http_job_unittest.cc', 1851 'url_request/url_request_http_job_unittest.cc',
1852 'url_request/url_request_job_factory_impl_unittest.cc', 1852 'url_request/url_request_job_factory_impl_unittest.cc',
1853 'url_request/url_request_job_unittest.cc', 1853 'url_request/url_request_job_unittest.cc',
1854 'url_request/url_request_throttler_simulation_unittest.cc', 1854 'url_request/url_request_throttler_simulation_unittest.cc',
1855 'url_request/url_request_throttler_test_support.cc', 1855 'url_request/url_request_throttler_test_support.cc',
1856 'url_request/url_request_throttler_test_support.h', 1856 'url_request/url_request_throttler_test_support.h',
1857 'url_request/url_request_throttler_unittest.cc', 1857 'url_request/url_request_throttler_unittest.cc',
1858 'url_request/url_request_unittest.cc', 1858 'url_request/url_request_unittest.cc',
1859 'url_request/view_cache_helper_unittest.cc', 1859 'url_request/view_cache_helper_unittest.cc',
1860 'websockets/websocket_channel_test.cc', 1860 'websockets/websocket_channel_test.cc',
1861 'websockets/websocket_errors_unittest.cc', 1861 'websockets/websocket_errors_test.cc',
1862 'websockets/websocket_frame_parser_unittest.cc', 1862 'websockets/websocket_frame_parser_test.cc',
1863 'websockets/websocket_frame_unittest.cc', 1863 'websockets/websocket_frame_test.cc',
1864 'websockets/websocket_handshake_handler_unittest.cc', 1864 'websockets/websocket_handshake_handler_test.cc',
1865 'websockets/websocket_handshake_handler_spdy_unittest.cc', 1865 'websockets/websocket_handshake_handler_spdy_test.cc',
1866 'websockets/websocket_job_unittest.cc', 1866 'websockets/websocket_job_test.cc',
1867 'websockets/websocket_net_log_params_unittest.cc', 1867 'websockets/websocket_net_log_params_test.cc',
1868 'websockets/websocket_throttle_unittest.cc', 1868 'websockets/websocket_throttle_test.cc',
1869 ], 1869 ],
1870 'conditions': [ 1870 'conditions': [
1871 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 1871 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
1872 'dependencies': [ 1872 'dependencies': [
1873 'quic_library', 1873 'quic_library',
1874 'flip_in_mem_edsm_server_library', 1874 'flip_in_mem_edsm_server_library',
1875 'flip_balsa_and_epoll_library', 1875 'flip_balsa_and_epoll_library',
1876 ], 1876 ],
1877 'sources': [ 1877 'sources': [
1878 'tools/flip_server/balsa_frame_test.cc', 1878 'tools/flip_server/balsa_frame_test.cc',
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 'net_unittests.isolate', 2941 'net_unittests.isolate',
2942 ], 2942 ],
2943 'sources': [ 2943 'sources': [
2944 'net_unittests.isolate', 2944 'net_unittests.isolate',
2945 ], 2945 ],
2946 }, 2946 },
2947 ], 2947 ],
2948 }], 2948 }],
2949 ], 2949 ],
2950 } 2950 }
OLDNEW
« no previous file with comments | « no previous file | net/websockets/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698