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

Side by Side Diff: net/net.gypi

Issue 1810153002: Adding iOS OpenSSL Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master. Created 4 years, 9 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 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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'cert/cert_verify_proc.cc', 565 'cert/cert_verify_proc.cc',
566 'cert/cert_verify_proc.h', 566 'cert/cert_verify_proc.h',
567 'cert/cert_verify_proc_android.cc', 567 'cert/cert_verify_proc_android.cc',
568 'cert/cert_verify_proc_android.h', 568 'cert/cert_verify_proc_android.h',
569 'cert/cert_verify_proc_mac.cc', 569 'cert/cert_verify_proc_mac.cc',
570 'cert/cert_verify_proc_mac.h', 570 'cert/cert_verify_proc_mac.h',
571 'cert/cert_verify_proc_nss.cc', 571 'cert/cert_verify_proc_nss.cc',
572 'cert/cert_verify_proc_nss.h', 572 'cert/cert_verify_proc_nss.h',
573 'cert/cert_verify_proc_openssl.cc', 573 'cert/cert_verify_proc_openssl.cc',
574 'cert/cert_verify_proc_openssl.h', 574 'cert/cert_verify_proc_openssl.h',
575 'cert/cert_verify_proc_openssl_ios.cc',
576 'cert/cert_verify_proc_openssl_ios.h',
575 'cert/cert_verify_proc_whitelist.cc', 577 'cert/cert_verify_proc_whitelist.cc',
576 'cert/cert_verify_proc_whitelist.h', 578 'cert/cert_verify_proc_whitelist.h',
577 'cert/cert_verify_proc_win.cc', 579 'cert/cert_verify_proc_win.cc',
578 'cert/cert_verify_proc_win.h', 580 'cert/cert_verify_proc_win.h',
579 'cert/crl_set_storage.cc', 581 'cert/crl_set_storage.cc',
580 'cert/crl_set_storage.h', 582 'cert/crl_set_storage.h',
581 'cert/ct_ev_whitelist.h', 583 'cert/ct_ev_whitelist.h',
582 'cert/ct_log_response_parser.cc', 584 'cert/ct_log_response_parser.cc',
583 'cert/ct_log_response_parser.h', 585 'cert/ct_log_response_parser.h',
584 'cert/ct_log_verifier.cc', 586 'cert/ct_log_verifier.cc',
(...skipping 27 matching lines...) Expand all
612 'cert/nss_profile_filter_chromeos.cc', 614 'cert/nss_profile_filter_chromeos.cc',
613 'cert/nss_profile_filter_chromeos.h', 615 'cert/nss_profile_filter_chromeos.h',
614 'cert/scoped_nss_types.h', 616 'cert/scoped_nss_types.h',
615 'cert/sct_status_flags.h', 617 'cert/sct_status_flags.h',
616 'cert/test_root_certs.cc', 618 'cert/test_root_certs.cc',
617 'cert/test_root_certs.h', 619 'cert/test_root_certs.h',
618 'cert/test_root_certs_android.cc', 620 'cert/test_root_certs_android.cc',
619 'cert/test_root_certs_mac.cc', 621 'cert/test_root_certs_mac.cc',
620 'cert/test_root_certs_nss.cc', 622 'cert/test_root_certs_nss.cc',
621 'cert/test_root_certs_openssl.cc', 623 'cert/test_root_certs_openssl.cc',
624 'cert/test_root_certs_openssl_ios.cc',
622 'cert/test_root_certs_win.cc', 625 'cert/test_root_certs_win.cc',
623 'cert/x509_cert_types_mac.cc', 626 'cert/x509_cert_types_mac.cc',
624 'cert/x509_cert_types_win.cc', 627 'cert/x509_cert_types_win.cc',
625 'cert/x509_certificate_ios.cc', 628 'cert/x509_certificate_ios.cc',
626 'cert/x509_certificate_mac.cc', 629 'cert/x509_certificate_mac.cc',
627 'cert/x509_certificate_nss.cc', 630 'cert/x509_certificate_nss.cc',
631 'cert/x509_certificate_openssl_ios.cc',
628 'cert/x509_certificate_win.cc', 632 'cert/x509_certificate_win.cc',
629 'cert/x509_util_android.cc', 633 'cert/x509_util_android.cc',
630 'cert/x509_util_android.h', 634 'cert/x509_util_android.h',
631 'cert/x509_util_ios.cc', 635 'cert/x509_util_ios.cc',
632 'cert/x509_util_ios.h', 636 'cert/x509_util_ios.h',
633 'cert/x509_util_mac.cc', 637 'cert/x509_util_mac.cc',
634 'cert/x509_util_mac.h', 638 'cert/x509_util_mac.h',
635 'cert/x509_util_nss.cc', 639 'cert/x509_util_nss.cc',
636 'cert/x509_util_nss.h', 640 'cert/x509_util_nss.h',
637 'cert/x509_util_nss_certs.cc', 641 'cert/x509_util_nss_certs.cc',
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1989 'docs/bug-triage-labels.md', 1993 'docs/bug-triage-labels.md',
1990 'docs/bug-triage-suggested-workflow.md', 1994 'docs/bug-triage-suggested-workflow.md',
1991 'docs/code-patterns.md', 1995 'docs/code-patterns.md',
1992 'docs/crash-course-in-net-internals.md', 1996 'docs/crash-course-in-net-internals.md',
1993 'docs/life-of-a-url-request.md', 1997 'docs/life-of-a-url-request.md',
1994 'sdch/README.md', 1998 'sdch/README.md',
1995 ], 1999 ],
1996 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2000 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1997 } 2001 }
1998 } 2002 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698