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

Side by Side Diff: net/net.gypi

Issue 2503473004: Server push cancellation: add a new class HttpCacheLookupManager which implements ServerPushDelegate (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into SPC_CacheLookupDelegate 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
« no previous file with comments | « net/http/http_cache_lookup_manager_unittest.cc ('k') | no next file » | 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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'http/http_auth_preferences.cc', 710 'http/http_auth_preferences.cc',
711 'http/http_auth_preferences.h', 711 'http/http_auth_preferences.h',
712 'http/http_auth_sspi_win.cc', 712 'http/http_auth_sspi_win.cc',
713 'http/http_auth_sspi_win.h', 713 'http/http_auth_sspi_win.h',
714 'http/http_basic_state.cc', 714 'http/http_basic_state.cc',
715 'http/http_basic_state.h', 715 'http/http_basic_state.h',
716 'http/http_basic_stream.cc', 716 'http/http_basic_stream.cc',
717 'http/http_basic_stream.h', 717 'http/http_basic_stream.h',
718 'http/http_cache.cc', 718 'http/http_cache.cc',
719 'http/http_cache.h', 719 'http/http_cache.h',
720 'http/http_cache_lookup_manager.cc',
721 'http/http_cache_lookup_manager.h',
720 'http/http_cache_transaction.cc', 722 'http/http_cache_transaction.cc',
721 'http/http_cache_transaction.h', 723 'http/http_cache_transaction.h',
722 'http/http_chunked_decoder.cc', 724 'http/http_chunked_decoder.cc',
723 'http/http_chunked_decoder.h', 725 'http/http_chunked_decoder.h',
724 'http/http_content_disposition.cc', 726 'http/http_content_disposition.cc',
725 'http/http_content_disposition.h', 727 'http/http_content_disposition.h',
726 'http/http_network_layer.cc', 728 'http/http_network_layer.cc',
727 'http/http_network_layer.h', 729 'http/http_network_layer.h',
728 'http/http_network_session.cc', 730 'http/http_network_session.cc',
729 'http/http_network_session.h', 731 'http/http_network_session.h',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'http/http_auth_handler_mock.cc', 1603 'http/http_auth_handler_mock.cc',
1602 'http/http_auth_handler_mock.h', 1604 'http/http_auth_handler_mock.h',
1603 'http/http_auth_handler_negotiate_unittest.cc', 1605 'http/http_auth_handler_negotiate_unittest.cc',
1604 'http/http_auth_handler_unittest.cc', 1606 'http/http_auth_handler_unittest.cc',
1605 'http/http_auth_multi_round_parse_unittest.cc', 1607 'http/http_auth_multi_round_parse_unittest.cc',
1606 'http/http_auth_preferences_unittest.cc', 1608 'http/http_auth_preferences_unittest.cc',
1607 'http/http_auth_sspi_win_unittest.cc', 1609 'http/http_auth_sspi_win_unittest.cc',
1608 'http/http_auth_unittest.cc', 1610 'http/http_auth_unittest.cc',
1609 'http/http_basic_state_unittest.cc', 1611 'http/http_basic_state_unittest.cc',
1610 'http/http_byte_range_unittest.cc', 1612 'http/http_byte_range_unittest.cc',
1613 'http/http_cache_lookup_manager_unittest.cc',
1611 'http/http_cache_unittest.cc', 1614 'http/http_cache_unittest.cc',
1612 'http/http_chunked_decoder_unittest.cc', 1615 'http/http_chunked_decoder_unittest.cc',
1613 'http/http_content_disposition_unittest.cc', 1616 'http/http_content_disposition_unittest.cc',
1614 'http/http_log_util_unittest.cc', 1617 'http/http_log_util_unittest.cc',
1615 'http/http_network_layer_unittest.cc', 1618 'http/http_network_layer_unittest.cc',
1616 'http/http_network_transaction_ssl_unittest.cc', 1619 'http/http_network_transaction_ssl_unittest.cc',
1617 'http/http_network_transaction_unittest.cc', 1620 'http/http_network_transaction_unittest.cc',
1618 'http/http_proxy_client_socket_pool_unittest.cc', 1621 'http/http_proxy_client_socket_pool_unittest.cc',
1619 'http/http_request_headers_unittest.cc', 1622 'http/http_request_headers_unittest.cc',
1620 'http/http_response_body_drainer_unittest.cc', 1623 'http/http_response_body_drainer_unittest.cc',
(...skipping 1712 matching lines...) Expand 10 before | Expand all | Expand 10 after
3333 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3336 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3334 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3337 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3335 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3338 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3336 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3339 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3337 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3340 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3338 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3341 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3339 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3342 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3340 ], 3343 ],
3341 } 3344 }
3342 } 3345 }
OLDNEW
« no previous file with comments | « 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