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

Side by Side Diff: net/net.gypi

Issue 687833002: Get net_unittests working on Windows BoringSSL port. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wincrypt
Patch Set: fix gn Created 6 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 | « net/net.gyp ('k') | net/socket/ssl_session_cache_openssl.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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'cert/cert_verifier.h', 70 'cert/cert_verifier.h',
71 'cert/cert_verify_result.cc', 71 'cert/cert_verify_result.cc',
72 'cert/cert_verify_result.h', 72 'cert/cert_verify_result.h',
73 'cert/crl_set.cc', 73 'cert/crl_set.cc',
74 'cert/crl_set.h', 74 'cert/crl_set.h',
75 'cert/ct_verifier.h', 75 'cert/ct_verifier.h',
76 'cert/ct_verify_result.cc', 76 'cert/ct_verify_result.cc',
77 'cert/ct_verify_result.h', 77 'cert/ct_verify_result.h',
78 'cert/pem_tokenizer.cc', 78 'cert/pem_tokenizer.cc',
79 'cert/pem_tokenizer.h', 79 'cert/pem_tokenizer.h',
80 'cert/sha256_legacy_support_nss_win.cc',
81 'cert/sha256_legacy_support_openssl_win.cc',
80 'cert/sha256_legacy_support_win.cc', 82 'cert/sha256_legacy_support_win.cc',
81 'cert/sha256_legacy_support_win.h', 83 'cert/sha256_legacy_support_win.h',
82 'cert/signed_certificate_timestamp.cc', 84 'cert/signed_certificate_timestamp.cc',
83 'cert/signed_certificate_timestamp.h', 85 'cert/signed_certificate_timestamp.h',
84 'cert/single_request_cert_verifier.cc', 86 'cert/single_request_cert_verifier.cc',
85 'cert/single_request_cert_verifier.h', 87 'cert/single_request_cert_verifier.h',
86 'cert/signed_tree_head.h', 88 'cert/signed_tree_head.h',
87 'cert/x509_cert_types.cc', 89 'cert/x509_cert_types.cc',
88 'cert/x509_cert_types.h', 90 'cert/x509_cert_types.h',
89 'cert/x509_certificate.cc', 91 'cert/x509_certificate.cc',
(...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1754 'tools/quic/test_tools/quic_test_client.h', 1756 'tools/quic/test_tools/quic_test_client.h',
1755 'tools/quic/test_tools/quic_test_utils.cc', 1757 'tools/quic/test_tools/quic_test_utils.cc',
1756 'tools/quic/test_tools/quic_test_utils.h', 1758 'tools/quic/test_tools/quic_test_utils.h',
1757 'tools/quic/test_tools/server_thread.h', 1759 'tools/quic/test_tools/server_thread.h',
1758 'tools/quic/test_tools/server_thread.cc', 1760 'tools/quic/test_tools/server_thread.cc',
1759 'tools/quic/test_tools/simple_client.h', 1761 'tools/quic/test_tools/simple_client.h',
1760 'tools/quic/test_tools/simple_client.cc', 1762 'tools/quic/test_tools/simple_client.cc',
1761 ], 1763 ],
1762 } 1764 }
1763 } 1765 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/socket/ssl_session_cache_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698