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

Side by Side Diff: net/net.gypi

Issue 280763003: Rename http_transaction_unittest to http_transaction_test_util. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « net/net.gyp ('k') | net/quic/quic_end_to_end_unittest.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'http/http_proxy_client_socket_pool_unittest.cc', 1379 'http/http_proxy_client_socket_pool_unittest.cc',
1380 'http/http_request_headers_unittest.cc', 1380 'http/http_request_headers_unittest.cc',
1381 'http/http_response_body_drainer_unittest.cc', 1381 'http/http_response_body_drainer_unittest.cc',
1382 'http/http_response_headers_unittest.cc', 1382 'http/http_response_headers_unittest.cc',
1383 'http/http_security_headers_unittest.cc', 1383 'http/http_security_headers_unittest.cc',
1384 'http/http_server_properties_impl_unittest.cc', 1384 'http/http_server_properties_impl_unittest.cc',
1385 'http/http_status_code_unittest.cc', 1385 'http/http_status_code_unittest.cc',
1386 'http/http_stream_factory_impl_request_unittest.cc', 1386 'http/http_stream_factory_impl_request_unittest.cc',
1387 'http/http_stream_factory_impl_unittest.cc', 1387 'http/http_stream_factory_impl_unittest.cc',
1388 'http/http_stream_parser_unittest.cc', 1388 'http/http_stream_parser_unittest.cc',
1389 'http/http_transaction_unittest.cc',
1390 'http/http_transaction_unittest.h',
1391 'http/http_util_unittest.cc', 1389 'http/http_util_unittest.cc',
1392 'http/http_vary_data_unittest.cc', 1390 'http/http_vary_data_unittest.cc',
1393 'http/mock_allow_url_security_manager.cc', 1391 'http/mock_allow_url_security_manager.cc',
1394 'http/mock_allow_url_security_manager.h', 1392 'http/mock_allow_url_security_manager.h',
1395 'http/mock_gssapi_library_posix.cc', 1393 'http/mock_gssapi_library_posix.cc',
1396 'http/mock_gssapi_library_posix.h', 1394 'http/mock_gssapi_library_posix.h',
1397 'http/mock_http_cache.cc', 1395 'http/mock_http_cache.cc',
1398 'http/mock_http_cache.h', 1396 'http/mock_http_cache.h',
1399 'http/mock_sspi_library_win.cc', 1397 'http/mock_sspi_library_win.cc',
1400 'http/mock_sspi_library_win.h', 1398 'http/mock_sspi_library_win.h',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 'tools/quic/test_tools/quic_test_client.h', 1708 'tools/quic/test_tools/quic_test_client.h',
1711 'tools/quic/test_tools/quic_test_utils.cc', 1709 'tools/quic/test_tools/quic_test_utils.cc',
1712 'tools/quic/test_tools/quic_test_utils.h', 1710 'tools/quic/test_tools/quic_test_utils.h',
1713 'tools/quic/test_tools/server_thread.h', 1711 'tools/quic/test_tools/server_thread.h',
1714 'tools/quic/test_tools/server_thread.cc', 1712 'tools/quic/test_tools/server_thread.cc',
1715 'tools/quic/test_tools/simple_client.h', 1713 'tools/quic/test_tools/simple_client.h',
1716 'tools/quic/test_tools/simple_client.cc', 1714 'tools/quic/test_tools/simple_client.cc',
1717 ], 1715 ],
1718 } 1716 }
1719 } 1717 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/quic_end_to_end_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698