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

Side by Side Diff: net/net.gyp

Issue 519473002: Implement ct_objects_extractor for OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another comment tweak (try jobs still on patch set 3) Created 6 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'sources!': [ 635 'sources!': [
636 'ocsp/nss_ocsp_unittest.cc', 636 'ocsp/nss_ocsp_unittest.cc',
637 ], 637 ],
638 }], 638 }],
639 [ 'use_openssl==1', { 639 [ 'use_openssl==1', {
640 # When building for OpenSSL, we need to exclude NSS specific tests 640 # When building for OpenSSL, we need to exclude NSS specific tests
641 # or functionality not supported by OpenSSL yet. 641 # or functionality not supported by OpenSSL yet.
642 # TODO(bulach): Add equivalent tests when the underlying 642 # TODO(bulach): Add equivalent tests when the underlying
643 # functionality is ported to OpenSSL. 643 # functionality is ported to OpenSSL.
644 'sources!': [ 644 'sources!': [
645 'cert/ct_objects_extractor_unittest.cc',
646 'cert/multi_log_ct_verifier_unittest.cc',
647 'cert/nss_cert_database_unittest.cc', 645 'cert/nss_cert_database_unittest.cc',
648 'cert/nss_cert_database_chromeos_unittest.cc', 646 'cert/nss_cert_database_chromeos_unittest.cc',
649 'cert/nss_profile_filter_chromeos_unittest.cc', 647 'cert/nss_profile_filter_chromeos_unittest.cc',
650 'cert/x509_util_nss_unittest.cc', 648 'cert/x509_util_nss_unittest.cc',
651 'quic/test_tools/crypto_test_utils_nss.cc', 649 'quic/test_tools/crypto_test_utils_nss.cc',
652 ], 650 ],
653 }, { # else !use_openssl: remove the unneeded files 651 }, { # else !use_openssl: remove the unneeded files
654 'sources!': [ 652 'sources!': [
655 'cert/x509_util_openssl_unittest.cc', 653 'cert/x509_util_openssl_unittest.cc',
656 'quic/test_tools/crypto_test_utils_openssl.cc', 654 'quic/test_tools/crypto_test_utils_openssl.cc',
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 'net_unittests.isolate', 1709 'net_unittests.isolate',
1712 ], 1710 ],
1713 'sources': [ 1711 'sources': [
1714 'net_unittests.isolate', 1712 'net_unittests.isolate',
1715 ], 1713 ],
1716 }, 1714 },
1717 ], 1715 ],
1718 }], 1716 }],
1719 ], 1717 ],
1720 } 1718 }
OLDNEW
« net/cert/ct_objects_extractor_openssl.cc ('K') | « net/cert/ct_objects_extractor_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698