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

Side by Side Diff: net/net.gypi

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix break condition. Created 4 years, 10 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
« net/der/input.h ('K') | « net/der/parser.cc ('k') | no next file » | 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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'cert/multi_log_ct_verifier.cc', 602 'cert/multi_log_ct_verifier.cc',
603 'cert/multi_log_ct_verifier.h', 603 'cert/multi_log_ct_verifier.h',
604 'cert/multi_threaded_cert_verifier.cc', 604 'cert/multi_threaded_cert_verifier.cc',
605 'cert/multi_threaded_cert_verifier.h', 605 'cert/multi_threaded_cert_verifier.h',
606 'cert/nss_cert_database.cc', 606 'cert/nss_cert_database.cc',
607 'cert/nss_cert_database.h', 607 'cert/nss_cert_database.h',
608 'cert/nss_cert_database_chromeos.cc', 608 'cert/nss_cert_database_chromeos.cc',
609 'cert/nss_cert_database_chromeos.h', 609 'cert/nss_cert_database_chromeos.h',
610 'cert/nss_profile_filter_chromeos.cc', 610 'cert/nss_profile_filter_chromeos.cc',
611 'cert/nss_profile_filter_chromeos.h', 611 'cert/nss_profile_filter_chromeos.h',
612 'cert/ocsp_parser.h',
613 'cert/ocsp_parser.cc',
612 'cert/scoped_nss_types.h', 614 'cert/scoped_nss_types.h',
613 'cert/sct_status_flags.h', 615 'cert/sct_status_flags.h',
614 'cert/test_root_certs.cc', 616 'cert/test_root_certs.cc',
615 'cert/test_root_certs.h', 617 'cert/test_root_certs.h',
616 'cert/test_root_certs_android.cc', 618 'cert/test_root_certs_android.cc',
617 'cert/test_root_certs_mac.cc', 619 'cert/test_root_certs_mac.cc',
618 'cert/test_root_certs_nss.cc', 620 'cert/test_root_certs_nss.cc',
619 'cert/test_root_certs_openssl.cc', 621 'cert/test_root_certs_openssl.cc',
620 'cert/test_root_certs_win.cc', 622 'cert/test_root_certs_win.cc',
621 'cert/x509_cert_types_mac.cc', 623 'cert/x509_cert_types_mac.cc',
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 'cert/internal/test_helpers.h', 1363 'cert/internal/test_helpers.h',
1362 'cert/internal/verify_certificate_chain_unittest.cc', 1364 'cert/internal/verify_certificate_chain_unittest.cc',
1363 'cert/internal/verify_name_match_unittest.cc', 1365 'cert/internal/verify_name_match_unittest.cc',
1364 'cert/internal/verify_signed_data_unittest.cc', 1366 'cert/internal/verify_signed_data_unittest.cc',
1365 'cert/jwk_serializer_unittest.cc', 1367 'cert/jwk_serializer_unittest.cc',
1366 'cert/multi_log_ct_verifier_unittest.cc', 1368 'cert/multi_log_ct_verifier_unittest.cc',
1367 'cert/multi_threaded_cert_verifier_unittest.cc', 1369 'cert/multi_threaded_cert_verifier_unittest.cc',
1368 'cert/nss_cert_database_chromeos_unittest.cc', 1370 'cert/nss_cert_database_chromeos_unittest.cc',
1369 'cert/nss_cert_database_unittest.cc', 1371 'cert/nss_cert_database_unittest.cc',
1370 'cert/nss_profile_filter_chromeos_unittest.cc', 1372 'cert/nss_profile_filter_chromeos_unittest.cc',
1373 'cert/ocsp_parser_unittest.cc',
1371 'cert/pem_tokenizer_unittest.cc', 1374 'cert/pem_tokenizer_unittest.cc',
1372 'cert/sha256_legacy_support_win_unittest.cc', 1375 'cert/sha256_legacy_support_win_unittest.cc',
1373 'cert/signed_certificate_timestamp_unittest.cc', 1376 'cert/signed_certificate_timestamp_unittest.cc',
1374 'cert/test_root_certs_unittest.cc', 1377 'cert/test_root_certs_unittest.cc',
1375 'cert/x509_cert_types_unittest.cc', 1378 'cert/x509_cert_types_unittest.cc',
1376 'cert/x509_certificate_unittest.cc', 1379 'cert/x509_certificate_unittest.cc',
1377 'cert/x509_util_unittest.cc', 1380 'cert/x509_util_unittest.cc',
1378 'cert_net/cert_net_fetcher_impl_unittest.cc', 1381 'cert_net/cert_net_fetcher_impl_unittest.cc',
1379 'cert_net/nss_ocsp_unittest.cc', 1382 'cert_net/nss_ocsp_unittest.cc',
1380 'cookies/canonical_cookie_unittest.cc', 1383 'cookies/canonical_cookie_unittest.cc',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 'docs/bug-triage-labels.md', 1973 'docs/bug-triage-labels.md',
1971 'docs/bug-triage-suggested-workflow.md', 1974 'docs/bug-triage-suggested-workflow.md',
1972 'docs/code-patterns.md', 1975 'docs/code-patterns.md',
1973 'docs/crash-course-in-net-internals.md', 1976 'docs/crash-course-in-net-internals.md',
1974 'docs/life-of-a-url-request.md', 1977 'docs/life-of-a-url-request.md',
1975 'sdch/README.md', 1978 'sdch/README.md',
1976 ], 1979 ],
1977 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1980 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1978 } 1981 }
1979 } 1982 }
OLDNEW
« net/der/input.h ('K') | « net/der/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698