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

Side by Side Diff: net/net.gypi

Issue 2295473002: Move the chromium specific QUIC end-to-end tests from net/quic/core (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | net/quic/chromium/quic_end_to_end_unittest.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 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 'url_request/url_request_job_unittest.cc', 1877 'url_request/url_request_job_unittest.cc',
1878 'url_request/url_request_simple_job_unittest.cc', 1878 'url_request/url_request_simple_job_unittest.cc',
1879 'url_request/url_request_throttler_simulation_unittest.cc', 1879 'url_request/url_request_throttler_simulation_unittest.cc',
1880 'url_request/url_request_throttler_test_support.cc', 1880 'url_request/url_request_throttler_test_support.cc',
1881 'url_request/url_request_throttler_test_support.h', 1881 'url_request/url_request_throttler_test_support.h',
1882 'url_request/url_request_throttler_unittest.cc', 1882 'url_request/url_request_throttler_unittest.cc',
1883 'url_request/url_request_unittest.cc', 1883 'url_request/url_request_unittest.cc',
1884 'url_request/view_cache_helper_unittest.cc', 1884 'url_request/view_cache_helper_unittest.cc',
1885 ], 1885 ],
1886 'net_linux_test_sources': [ 1886 'net_linux_test_sources': [
1887 'quic/core/quic_end_to_end_unittest.cc', 1887 'quic/chromium/quic_end_to_end_unittest.cc',
1888 'tools/quic/chlo_extractor_test.cc', 1888 'tools/quic/chlo_extractor_test.cc',
Jana 2016/08/29 19:14:53 Add this to other platform tests too
Ryan Hamilton 2016/08/29 19:17:04 Done.
1889 'tools/quic/end_to_end_test.cc', 1889 'tools/quic/end_to_end_test.cc',
1890 'tools/quic/quic_client_session_test.cc', 1890 'tools/quic/quic_client_session_test.cc',
1891 'tools/quic/quic_client_test.cc', 1891 'tools/quic/quic_client_test.cc',
1892 'tools/quic/quic_dispatcher_test.cc', 1892 'tools/quic/quic_dispatcher_test.cc',
1893 'tools/quic/quic_epoll_alarm_factory_test.cc', 1893 'tools/quic/quic_epoll_alarm_factory_test.cc',
1894 'tools/quic/quic_epoll_clock_test.cc', 1894 'tools/quic/quic_epoll_clock_test.cc',
1895 'tools/quic/quic_epoll_connection_helper_test.cc', 1895 'tools/quic/quic_epoll_connection_helper_test.cc',
1896 'tools/quic/quic_in_memory_cache_test.cc', 1896 'tools/quic/quic_in_memory_cache_test.cc',
1897 'tools/quic/quic_server_test.cc', 1897 'tools/quic/quic_server_test.cc',
1898 'tools/quic/quic_simple_server_session_helper_test.cc', 1898 'tools/quic/quic_simple_server_session_helper_test.cc',
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3207 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3207 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3209 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3209 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3211 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3211 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3213 ], 3213 ],
3214 } 3214 }
3215 } 3215 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/chromium/quic_end_to_end_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698