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

Side by Side Diff: net/net.gypi

Issue 1980663003: Add a new QUIC ChloExtractor class used by the QuicProxyDispatcher to extract CHLO message from pac… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@121403250
Patch Set: review feedback (#1) Created 4 years, 7 months 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/net.gyp ('k') | net/tools/quic/chlo_extractor.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 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 'url_request/url_request_simple_job_unittest.cc', 1795 'url_request/url_request_simple_job_unittest.cc',
1796 'url_request/url_request_throttler_simulation_unittest.cc', 1796 'url_request/url_request_throttler_simulation_unittest.cc',
1797 'url_request/url_request_throttler_test_support.cc', 1797 'url_request/url_request_throttler_test_support.cc',
1798 'url_request/url_request_throttler_test_support.h', 1798 'url_request/url_request_throttler_test_support.h',
1799 'url_request/url_request_throttler_unittest.cc', 1799 'url_request/url_request_throttler_unittest.cc',
1800 'url_request/url_request_unittest.cc', 1800 'url_request/url_request_unittest.cc',
1801 'url_request/view_cache_helper_unittest.cc', 1801 'url_request/view_cache_helper_unittest.cc',
1802 ], 1802 ],
1803 'net_linux_test_sources': [ 1803 'net_linux_test_sources': [
1804 'quic/quic_end_to_end_unittest.cc', 1804 'quic/quic_end_to_end_unittest.cc',
1805 'tools/quic/chlo_extractor_test.cc',
1805 'tools/quic/end_to_end_test.cc', 1806 'tools/quic/end_to_end_test.cc',
1806 'tools/quic/quic_client_session_test.cc', 1807 'tools/quic/quic_client_session_test.cc',
1807 'tools/quic/quic_client_test.cc', 1808 'tools/quic/quic_client_test.cc',
1808 'tools/quic/quic_dispatcher_test.cc', 1809 'tools/quic/quic_dispatcher_test.cc',
1809 'tools/quic/quic_epoll_alarm_factory_test.cc', 1810 'tools/quic/quic_epoll_alarm_factory_test.cc',
1810 'tools/quic/quic_epoll_clock_test.cc', 1811 'tools/quic/quic_epoll_clock_test.cc',
1811 'tools/quic/quic_epoll_connection_helper_test.cc', 1812 'tools/quic/quic_epoll_connection_helper_test.cc',
1812 'tools/quic/quic_in_memory_cache_test.cc', 1813 'tools/quic/quic_in_memory_cache_test.cc',
1813 'tools/quic/quic_server_session_base_test.cc', 1814 'tools/quic/quic_server_session_base_test.cc',
1814 'tools/quic/quic_server_test.cc', 1815 'tools/quic/quic_server_test.cc',
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
3081 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3082 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3083 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3084 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3084 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3085 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3085 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3086 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3087 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3088 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3088 ], 3089 ],
3089 } 3090 }
3090 } 3091 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/tools/quic/chlo_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698