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

Side by Side Diff: net/net.gypi

Issue 1979763002: Landing Recent QUIC changes until Sun May 8 00:39:29 2016 +0000 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/quic/congestion_control/cubic_bytes_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 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 'url_request/url_request_simple_job_unittest.cc', 1792 'url_request/url_request_simple_job_unittest.cc',
1793 'url_request/url_request_throttler_simulation_unittest.cc', 1793 'url_request/url_request_throttler_simulation_unittest.cc',
1794 'url_request/url_request_throttler_test_support.cc', 1794 'url_request/url_request_throttler_test_support.cc',
1795 'url_request/url_request_throttler_test_support.h', 1795 'url_request/url_request_throttler_test_support.h',
1796 'url_request/url_request_throttler_unittest.cc', 1796 'url_request/url_request_throttler_unittest.cc',
1797 'url_request/url_request_unittest.cc', 1797 'url_request/url_request_unittest.cc',
1798 'url_request/view_cache_helper_unittest.cc', 1798 'url_request/view_cache_helper_unittest.cc',
1799 ], 1799 ],
1800 'net_linux_test_sources': [ 1800 'net_linux_test_sources': [
1801 'quic/quic_end_to_end_unittest.cc', 1801 'quic/quic_end_to_end_unittest.cc',
1802 'tools/quic/chlo_extractor_test.cc',
1802 'tools/quic/end_to_end_test.cc', 1803 'tools/quic/end_to_end_test.cc',
1803 'tools/quic/quic_client_session_test.cc', 1804 'tools/quic/quic_client_session_test.cc',
1804 'tools/quic/quic_client_test.cc', 1805 'tools/quic/quic_client_test.cc',
1805 'tools/quic/quic_dispatcher_test.cc', 1806 'tools/quic/quic_dispatcher_test.cc',
1806 'tools/quic/quic_epoll_alarm_factory_test.cc', 1807 'tools/quic/quic_epoll_alarm_factory_test.cc',
1807 'tools/quic/quic_epoll_clock_test.cc', 1808 'tools/quic/quic_epoll_clock_test.cc',
1808 'tools/quic/quic_epoll_connection_helper_test.cc', 1809 'tools/quic/quic_epoll_connection_helper_test.cc',
1809 'tools/quic/quic_in_memory_cache_test.cc', 1810 'tools/quic/quic_in_memory_cache_test.cc',
1810 'tools/quic/quic_server_session_base_test.cc', 1811 'tools/quic/quic_server_session_base_test.cc',
1811 'tools/quic/quic_server_test.cc', 1812 'tools/quic/quic_server_test.cc',
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
3078 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3079 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3079 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3080 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3080 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3081 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3081 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3082 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3082 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3083 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3083 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3084 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3084 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3085 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3085 ], 3086 ],
3086 } 3087 }
3087 } 3088 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/congestion_control/cubic_bytes_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698