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

Side by Side Diff: net/net.gypi

Issue 2503473004: Server push cancellation: add a new class HttpCacheLookupManager which implements ServerPushDelegate (Closed)
Patch Set: address rch's comments 1 Created 4 years, 1 month 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
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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'http/http_auth_preferences.cc', 705 'http/http_auth_preferences.cc',
706 'http/http_auth_preferences.h', 706 'http/http_auth_preferences.h',
707 'http/http_auth_sspi_win.cc', 707 'http/http_auth_sspi_win.cc',
708 'http/http_auth_sspi_win.h', 708 'http/http_auth_sspi_win.h',
709 'http/http_basic_state.cc', 709 'http/http_basic_state.cc',
710 'http/http_basic_state.h', 710 'http/http_basic_state.h',
711 'http/http_basic_stream.cc', 711 'http/http_basic_stream.cc',
712 'http/http_basic_stream.h', 712 'http/http_basic_stream.h',
713 'http/http_cache.cc', 713 'http/http_cache.cc',
714 'http/http_cache.h', 714 'http/http_cache.h',
715 'http/http_cache_lookup_manager.cc',
716 'http/http_cache_lookup_manager.h',
715 'http/http_cache_transaction.cc', 717 'http/http_cache_transaction.cc',
716 'http/http_cache_transaction.h', 718 'http/http_cache_transaction.h',
717 'http/http_chunked_decoder.cc', 719 'http/http_chunked_decoder.cc',
718 'http/http_chunked_decoder.h', 720 'http/http_chunked_decoder.h',
719 'http/http_content_disposition.cc', 721 'http/http_content_disposition.cc',
720 'http/http_content_disposition.h', 722 'http/http_content_disposition.h',
721 'http/http_network_layer.cc', 723 'http/http_network_layer.cc',
722 'http/http_network_layer.h', 724 'http/http_network_layer.h',
723 'http/http_network_session.cc', 725 'http/http_network_session.cc',
724 'http/http_network_session.h', 726 'http/http_network_session.h',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 'http/http_auth_handler_mock.cc', 1573 'http/http_auth_handler_mock.cc',
1572 'http/http_auth_handler_mock.h', 1574 'http/http_auth_handler_mock.h',
1573 'http/http_auth_handler_negotiate_unittest.cc', 1575 'http/http_auth_handler_negotiate_unittest.cc',
1574 'http/http_auth_handler_unittest.cc', 1576 'http/http_auth_handler_unittest.cc',
1575 'http/http_auth_multi_round_parse_unittest.cc', 1577 'http/http_auth_multi_round_parse_unittest.cc',
1576 'http/http_auth_preferences_unittest.cc', 1578 'http/http_auth_preferences_unittest.cc',
1577 'http/http_auth_sspi_win_unittest.cc', 1579 'http/http_auth_sspi_win_unittest.cc',
1578 'http/http_auth_unittest.cc', 1580 'http/http_auth_unittest.cc',
1579 'http/http_basic_state_unittest.cc', 1581 'http/http_basic_state_unittest.cc',
1580 'http/http_byte_range_unittest.cc', 1582 'http/http_byte_range_unittest.cc',
1583 'http/http_cache_lookup_manager_unittest.cc',
1581 'http/http_cache_unittest.cc', 1584 'http/http_cache_unittest.cc',
1582 'http/http_chunked_decoder_unittest.cc', 1585 'http/http_chunked_decoder_unittest.cc',
1583 'http/http_content_disposition_unittest.cc', 1586 'http/http_content_disposition_unittest.cc',
1584 'http/http_log_util_unittest.cc', 1587 'http/http_log_util_unittest.cc',
1585 'http/http_network_layer_unittest.cc', 1588 'http/http_network_layer_unittest.cc',
1586 'http/http_network_transaction_ssl_unittest.cc', 1589 'http/http_network_transaction_ssl_unittest.cc',
1587 'http/http_network_transaction_unittest.cc', 1590 'http/http_network_transaction_unittest.cc',
1588 'http/http_proxy_client_socket_pool_unittest.cc', 1591 'http/http_proxy_client_socket_pool_unittest.cc',
1589 'http/http_request_headers_unittest.cc', 1592 'http/http_request_headers_unittest.cc',
1590 'http/http_response_body_drainer_unittest.cc', 1593 'http/http_response_body_drainer_unittest.cc',
(...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after
3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3298 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3299 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3297 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3298 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3301 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3302 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3303 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3301 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3302 ], 3305 ],
3303 } 3306 }
3304 } 3307 }
OLDNEW
« net/http/http_cache_lookup_manager.cc ('K') | « net/http/http_cache_lookup_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698