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

Side by Side Diff: net/net.gypi

Issue 881213004: Support building BoringSSL with NSS certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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/net_common.gypi » ('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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'ssl/channel_id_service.cc', 133 'ssl/channel_id_service.cc',
134 'ssl/channel_id_service.h', 134 'ssl/channel_id_service.h',
135 'ssl/channel_id_store.cc', 135 'ssl/channel_id_store.cc',
136 'ssl/channel_id_store.h', 136 'ssl/channel_id_store.h',
137 'ssl/default_channel_id_store.cc', 137 'ssl/default_channel_id_store.cc',
138 'ssl/default_channel_id_store.h', 138 'ssl/default_channel_id_store.h',
139 'ssl/openssl_client_key_store.cc', 139 'ssl/openssl_client_key_store.cc',
140 'ssl/openssl_client_key_store.h', 140 'ssl/openssl_client_key_store.h',
141 'ssl/openssl_platform_key.h', 141 'ssl/openssl_platform_key.h',
142 'ssl/openssl_platform_key_mac.cc', 142 'ssl/openssl_platform_key_mac.cc',
143 'ssl/openssl_platform_key_nss.cc',
143 'ssl/openssl_platform_key_win.cc', 144 'ssl/openssl_platform_key_win.cc',
144 'ssl/openssl_ssl_util.cc', 145 'ssl/openssl_ssl_util.cc',
145 'ssl/openssl_ssl_util.h', 146 'ssl/openssl_ssl_util.h',
146 'ssl/signed_certificate_timestamp_and_status.cc', 147 'ssl/signed_certificate_timestamp_and_status.cc',
147 'ssl/signed_certificate_timestamp_and_status.h', 148 'ssl/signed_certificate_timestamp_and_status.h',
148 'ssl/ssl_cert_request_info.cc', 149 'ssl/ssl_cert_request_info.cc',
149 'ssl/ssl_cert_request_info.h', 150 'ssl/ssl_cert_request_info.h',
150 'ssl/ssl_cipher_suite_names.cc', 151 'ssl/ssl_cipher_suite_names.cc',
151 'ssl/ssl_cipher_suite_names.h', 152 'ssl/ssl_cipher_suite_names.h',
152 'ssl/ssl_client_auth_cache.cc', 153 'ssl/ssl_client_auth_cache.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'cert/x509_certificate_nss.cc', 372 'cert/x509_certificate_nss.cc',
372 'cert/x509_certificate_win.cc', 373 'cert/x509_certificate_win.cc',
373 'cert/x509_util_android.cc', 374 'cert/x509_util_android.cc',
374 'cert/x509_util_android.h', 375 'cert/x509_util_android.h',
375 'cert/x509_util_ios.cc', 376 'cert/x509_util_ios.cc',
376 'cert/x509_util_ios.h', 377 'cert/x509_util_ios.h',
377 'cert/x509_util_mac.cc', 378 'cert/x509_util_mac.cc',
378 'cert/x509_util_mac.h', 379 'cert/x509_util_mac.h',
379 'cert/x509_util_nss.cc', 380 'cert/x509_util_nss.cc',
380 'cert/x509_util_nss.h', 381 'cert/x509_util_nss.h',
382 'cert/x509_util_nss_certs.cc',
381 'cert_net/cert_net_fetcher_impl.cc', 383 'cert_net/cert_net_fetcher_impl.cc',
382 'cert_net/cert_net_fetcher_impl.h', 384 'cert_net/cert_net_fetcher_impl.h',
383 'cookies/canonical_cookie.cc', 385 'cookies/canonical_cookie.cc',
384 'cookies/canonical_cookie.h', 386 'cookies/canonical_cookie.h',
385 'cookies/cookie_constants.cc', 387 'cookies/cookie_constants.cc',
386 'cookies/cookie_constants.h', 388 'cookies/cookie_constants.h',
387 'cookies/cookie_monster.cc', 389 'cookies/cookie_monster.cc',
388 'cookies/cookie_monster.h', 390 'cookies/cookie_monster.h',
389 'cookies/cookie_options.h', 391 'cookies/cookie_options.h',
390 'cookies/cookie_store.cc', 392 'cookies/cookie_store.cc',
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 'base/mac/url_conversions_unittest.mm', 1790 'base/mac/url_conversions_unittest.mm',
1789 ], 1791 ],
1790 'net_docs_script': 'tools/net_docs/net_docs.py', 1792 'net_docs_script': 'tools/net_docs/net_docs.py',
1791 'net_docs_sources': [ 1793 'net_docs_sources': [
1792 'README.md', 1794 'README.md',
1793 'sdch/README.md', 1795 'sdch/README.md',
1794 ], 1796 ],
1795 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1797 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1796 } 1798 }
1797 } 1799 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698