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

Side by Side Diff: net/net.gypi

Issue 2497083002: Server push cancellation: clean up the code to make sure shared code is in sync with internal code. (Closed)
Patch Set: 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_test.cc » ('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 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 'test/embedded_test_server/http_response_unittest.cc', 1946 'test/embedded_test_server/http_response_unittest.cc',
1947 'test/python_utils_unittest.cc', 1947 'test/python_utils_unittest.cc',
1948 'test/run_all_unittests.cc', 1948 'test/run_all_unittests.cc',
1949 'third_party/nist-pkits/pkits_testcases-inl.h', 1949 'third_party/nist-pkits/pkits_testcases-inl.h',
1950 'tools/content_decoder_tool/content_decoder_tool.cc', 1950 'tools/content_decoder_tool/content_decoder_tool.cc',
1951 'tools/content_decoder_tool/content_decoder_tool.h', 1951 'tools/content_decoder_tool/content_decoder_tool.h',
1952 'tools/content_decoder_tool/content_decoder_tool_unittest.cc', 1952 'tools/content_decoder_tool/content_decoder_tool_unittest.cc',
1953 'tools/quic/quic_simple_client_test.cc', 1953 'tools/quic/quic_simple_client_test.cc',
1954 'tools/quic/test_tools/mock_quic_server_session_visitor.cc', 1954 'tools/quic/test_tools/mock_quic_server_session_visitor.cc',
1955 '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',
1958 'tools/quic/test_tools/quic_in_memory_cache_peer.cc', 1956 'tools/quic/test_tools/quic_in_memory_cache_peer.cc',
1959 'tools/quic/test_tools/quic_in_memory_cache_peer.h', 1957 'tools/quic/test_tools/quic_in_memory_cache_peer.h',
1960 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1958 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1961 'udp/udp_socket_unittest.cc', 1959 'udp/udp_socket_unittest.cc',
1962 'url_request/report_sender_unittest.cc', 1960 'url_request/report_sender_unittest.cc',
1963 'url_request/sdch_dictionary_fetcher_unittest.cc', 1961 'url_request/sdch_dictionary_fetcher_unittest.cc',
1964 'url_request/url_fetcher_impl_unittest.cc', 1962 'url_request/url_fetcher_impl_unittest.cc',
1965 'url_request/url_fetcher_response_writer_unittest.cc', 1963 'url_request/url_fetcher_response_writer_unittest.cc',
1966 'url_request/url_request_context_builder_unittest.cc', 1964 'url_request/url_request_context_builder_unittest.cc',
1967 'url_request/url_request_data_job_unittest.cc', 1965 'url_request/url_request_data_job_unittest.cc',
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3293 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3296 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3294 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3297 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3295 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3298 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3296 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3297 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3300 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3298 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3301 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3299 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3302 ], 3300 ],
3303 } 3301 }
3304 } 3302 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/chromium/quic_chromium_client_session_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698