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

Side by Side Diff: net/net.gyp

Issue 10909136: Http Cache: Add code for simulating an infinite HTTP cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'http/http_stream_parser.h', 525 'http/http_stream_parser.h',
526 'http/http_transaction.h', 526 'http/http_transaction.h',
527 'http/http_transaction_delegate.h', 527 'http/http_transaction_delegate.h',
528 'http/http_transaction_factory.h', 528 'http/http_transaction_factory.h',
529 'http/http_util.cc', 529 'http/http_util.cc',
530 'http/http_util.h', 530 'http/http_util.h',
531 'http/http_util_icu.cc', 531 'http/http_util_icu.cc',
532 'http/http_vary_data.cc', 532 'http/http_vary_data.cc',
533 'http/http_vary_data.h', 533 'http/http_vary_data.h',
534 'http/http_version.h', 534 'http/http_version.h',
535 'http/infinite_cache.cc',
536 'http/infinite_cache.h',
535 'http/md4.cc', 537 'http/md4.cc',
536 'http/md4.h', 538 'http/md4.h',
537 'http/partial_data.cc', 539 'http/partial_data.cc',
538 'http/partial_data.h', 540 'http/partial_data.h',
539 'http/proxy_client_socket.h', 541 'http/proxy_client_socket.h',
540 'http/proxy_client_socket.cc', 542 'http/proxy_client_socket.cc',
541 'http/url_security_manager.cc', 543 'http/url_security_manager.cc',
542 'http/url_security_manager.h', 544 'http/url_security_manager.h',
543 'http/url_security_manager_posix.cc', 545 'http/url_security_manager_posix.cc',
544 'http/url_security_manager_win.cc', 546 'http/url_security_manager_win.cc',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 'http/http_request_headers_unittest.cc', 1317 'http/http_request_headers_unittest.cc',
1316 'http/http_response_body_drainer_unittest.cc', 1318 'http/http_response_body_drainer_unittest.cc',
1317 'http/http_response_headers_unittest.cc', 1319 'http/http_response_headers_unittest.cc',
1318 'http/http_server_properties_impl_unittest.cc', 1320 'http/http_server_properties_impl_unittest.cc',
1319 'http/http_stream_factory_impl_unittest.cc', 1321 'http/http_stream_factory_impl_unittest.cc',
1320 'http/http_stream_parser_unittest.cc', 1322 'http/http_stream_parser_unittest.cc',
1321 'http/http_transaction_unittest.cc', 1323 'http/http_transaction_unittest.cc',
1322 'http/http_transaction_unittest.h', 1324 'http/http_transaction_unittest.h',
1323 'http/http_util_unittest.cc', 1325 'http/http_util_unittest.cc',
1324 'http/http_vary_data_unittest.cc', 1326 'http/http_vary_data_unittest.cc',
1327 'http/infinite_cache_unittest.cc',
1325 'http/mock_allow_url_security_manager.cc', 1328 'http/mock_allow_url_security_manager.cc',
1326 'http/mock_allow_url_security_manager.h', 1329 'http/mock_allow_url_security_manager.h',
1327 'http/mock_gssapi_library_posix.cc', 1330 'http/mock_gssapi_library_posix.cc',
1328 'http/mock_gssapi_library_posix.h', 1331 'http/mock_gssapi_library_posix.h',
1329 'http/mock_http_cache.cc', 1332 'http/mock_http_cache.cc',
1330 'http/mock_http_cache.h', 1333 'http/mock_http_cache.h',
1331 'http/mock_sspi_library_win.cc', 1334 'http/mock_sspi_library_win.cc',
1332 'http/mock_sspi_library_win.h', 1335 'http/mock_sspi_library_win.h',
1333 'http/url_security_manager_unittest.cc', 1336 'http/url_security_manager_unittest.cc',
1334 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', 1337 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
2174 '--result', '<@(_outputs)', 2177 '--result', '<@(_outputs)',
2175 '--isolate', 'net_unittests.isolate', 2178 '--isolate', 'net_unittests.isolate',
2176 ], 2179 ],
2177 }, 2180 },
2178 ], 2181 ],
2179 }, 2182 },
2180 ], 2183 ],
2181 }], 2184 }],
2182 ], 2185 ],
2183 } 2186 }
OLDNEW
« net/http/infinite_cache_unittest.cc ('K') | « net/http/infinite_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698