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

Side by Side Diff: net/net.gypi

Issue 2458793002: Server push cancellation: add PushPromiseHelper which reflects information on the push promise. (Closed)
Patch Set: sync and fix tests 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 | « no previous file | net/quic/chromium/quic_chromium_client_session.h » ('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 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 'spdy/hpack/hpack_input_stream.cc', 1191 'spdy/hpack/hpack_input_stream.cc',
1192 'spdy/hpack/hpack_input_stream.h', 1192 'spdy/hpack/hpack_input_stream.h',
1193 'spdy/hpack/hpack_output_stream.cc', 1193 'spdy/hpack/hpack_output_stream.cc',
1194 'spdy/hpack/hpack_output_stream.h', 1194 'spdy/hpack/hpack_output_stream.h',
1195 'spdy/hpack/hpack_static_table.cc', 1195 'spdy/hpack/hpack_static_table.cc',
1196 'spdy/hpack/hpack_static_table.h', 1196 'spdy/hpack/hpack_static_table.h',
1197 'spdy/http2_write_scheduler.h', 1197 'spdy/http2_write_scheduler.h',
1198 'spdy/http2_priority_dependencies.h', 1198 'spdy/http2_priority_dependencies.h',
1199 'spdy/http2_priority_dependencies.cc', 1199 'spdy/http2_priority_dependencies.cc',
1200 'spdy/priority_write_scheduler.h', 1200 'spdy/priority_write_scheduler.h',
1201 'spdy/server_push_delegate.h',
1201 'spdy/spdy_alt_svc_wire_format.cc', 1202 'spdy/spdy_alt_svc_wire_format.cc',
1202 'spdy/spdy_alt_svc_wire_format.h', 1203 'spdy/spdy_alt_svc_wire_format.h',
1203 'spdy/spdy_bitmasks.h', 1204 'spdy/spdy_bitmasks.h',
1204 'spdy/spdy_buffer.cc', 1205 'spdy/spdy_buffer.cc',
1205 'spdy/spdy_buffer.h', 1206 'spdy/spdy_buffer.h',
1206 'spdy/spdy_buffer_producer.cc', 1207 'spdy/spdy_buffer_producer.cc',
1207 'spdy/spdy_buffer_producer.h', 1208 'spdy/spdy_buffer_producer.h',
1208 'spdy/spdy_bug_tracker.h', 1209 'spdy/spdy_bug_tracker.h',
1209 'spdy/spdy_flags.cc', 1210 'spdy/spdy_flags.cc',
1210 'spdy/spdy_flags.h', 1211 'spdy/spdy_flags.h',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 'test/embedded_test_server/http_response_unittest.cc', 1946 'test/embedded_test_server/http_response_unittest.cc',
1946 'test/python_utils_unittest.cc', 1947 'test/python_utils_unittest.cc',
1947 'test/run_all_unittests.cc', 1948 'test/run_all_unittests.cc',
1948 'third_party/nist-pkits/pkits_testcases-inl.h', 1949 'third_party/nist-pkits/pkits_testcases-inl.h',
1949 'tools/content_decoder_tool/content_decoder_tool.cc', 1950 'tools/content_decoder_tool/content_decoder_tool.cc',
1950 'tools/content_decoder_tool/content_decoder_tool.h', 1951 'tools/content_decoder_tool/content_decoder_tool.h',
1951 'tools/content_decoder_tool/content_decoder_tool_unittest.cc', 1952 'tools/content_decoder_tool/content_decoder_tool_unittest.cc',
1952 'tools/quic/quic_simple_client_test.cc', 1953 'tools/quic/quic_simple_client_test.cc',
1953 'tools/quic/test_tools/mock_quic_server_session_visitor.cc', 1954 'tools/quic/test_tools/mock_quic_server_session_visitor.cc',
1954 'tools/quic/test_tools/mock_quic_server_session_visitor.h', 1955 'tools/quic/test_tools/mock_quic_server_session_visitor.h',
1956 'tools/quic/test_tools/push_promise_delegate.cc',
1957 'tools/quic/test_tools/push_promise_delegate.h',
1955 'tools/quic/test_tools/quic_in_memory_cache_peer.cc', 1958 'tools/quic/test_tools/quic_in_memory_cache_peer.cc',
1956 'tools/quic/test_tools/quic_in_memory_cache_peer.h', 1959 'tools/quic/test_tools/quic_in_memory_cache_peer.h',
1957 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1960 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1958 'udp/udp_socket_unittest.cc', 1961 'udp/udp_socket_unittest.cc',
1959 'url_request/report_sender_unittest.cc', 1962 'url_request/report_sender_unittest.cc',
1960 'url_request/sdch_dictionary_fetcher_unittest.cc', 1963 'url_request/sdch_dictionary_fetcher_unittest.cc',
1961 'url_request/url_fetcher_impl_unittest.cc', 1964 'url_request/url_fetcher_impl_unittest.cc',
1962 'url_request/url_fetcher_response_writer_unittest.cc', 1965 'url_request/url_fetcher_response_writer_unittest.cc',
1963 'url_request/url_request_context_builder_unittest.cc', 1966 'url_request/url_request_context_builder_unittest.cc',
1964 'url_request/url_request_data_job_unittest.cc', 1967 'url_request/url_request_data_job_unittest.cc',
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
3292 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3293 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3294 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3297 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3295 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3298 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3296 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3297 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3298 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3301 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3299 ], 3302 ],
3300 } 3303 }
3301 } 3304 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/chromium/quic_chromium_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698