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

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 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 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 'http/http_auth_handler_mock.cc', 1583 'http/http_auth_handler_mock.cc',
1582 'http/http_auth_handler_mock.h', 1584 'http/http_auth_handler_mock.h',
1583 'http/http_auth_handler_negotiate_unittest.cc', 1585 'http/http_auth_handler_negotiate_unittest.cc',
1584 'http/http_auth_handler_unittest.cc', 1586 'http/http_auth_handler_unittest.cc',
1585 'http/http_auth_multi_round_parse_unittest.cc', 1587 'http/http_auth_multi_round_parse_unittest.cc',
1586 'http/http_auth_preferences_unittest.cc', 1588 'http/http_auth_preferences_unittest.cc',
1587 'http/http_auth_sspi_win_unittest.cc', 1589 'http/http_auth_sspi_win_unittest.cc',
1588 'http/http_auth_unittest.cc', 1590 'http/http_auth_unittest.cc',
1589 'http/http_basic_state_unittest.cc', 1591 'http/http_basic_state_unittest.cc',
1590 'http/http_byte_range_unittest.cc', 1592 'http/http_byte_range_unittest.cc',
1593 'http/http_cache_lookup_manager_unittest.cc',
1591 'http/http_cache_unittest.cc', 1594 'http/http_cache_unittest.cc',
1592 'http/http_chunked_decoder_unittest.cc', 1595 'http/http_chunked_decoder_unittest.cc',
1593 'http/http_content_disposition_unittest.cc', 1596 'http/http_content_disposition_unittest.cc',
1594 'http/http_log_util_unittest.cc', 1597 'http/http_log_util_unittest.cc',
1595 'http/http_network_layer_unittest.cc', 1598 'http/http_network_layer_unittest.cc',
1596 'http/http_network_transaction_ssl_unittest.cc', 1599 'http/http_network_transaction_ssl_unittest.cc',
1597 'http/http_network_transaction_unittest.cc', 1600 'http/http_network_transaction_unittest.cc',
1598 'http/http_proxy_client_socket_pool_unittest.cc', 1601 'http/http_proxy_client_socket_pool_unittest.cc',
1599 'http/http_request_headers_unittest.cc', 1602 'http/http_request_headers_unittest.cc',
1600 'http/http_response_body_drainer_unittest.cc', 1603 'http/http_response_body_drainer_unittest.cc',
(...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after
3312 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3315 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3313 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3316 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3314 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3317 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3315 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3318 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3316 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3319 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3317 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3320 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3318 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3321 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3319 ], 3322 ],
3320 } 3323 }
3321 } 3324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698