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

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: Fixing more nits. 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'cert/cert_database_ios.cc', 559 'cert/cert_database_ios.cc',
560 'cert/cert_database_mac.cc', 560 'cert/cert_database_mac.cc',
561 'cert/cert_database_nss.cc', 561 'cert/cert_database_nss.cc',
562 'cert/cert_database_win.cc', 562 'cert/cert_database_win.cc',
563 'cert/cert_net_fetcher.h', 563 'cert/cert_net_fetcher.h',
564 'cert/cert_trust_anchor_provider.h', 564 'cert/cert_trust_anchor_provider.h',
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_ios.cc',
570 'cert/cert_verify_proc_ios.h',
569 'cert/cert_verify_proc_mac.cc', 571 'cert/cert_verify_proc_mac.cc',
570 'cert/cert_verify_proc_mac.h', 572 'cert/cert_verify_proc_mac.h',
571 'cert/cert_verify_proc_nss.cc', 573 'cert/cert_verify_proc_nss.cc',
572 'cert/cert_verify_proc_nss.h', 574 'cert/cert_verify_proc_nss.h',
573 'cert/cert_verify_proc_openssl.cc', 575 'cert/cert_verify_proc_openssl.cc',
574 'cert/cert_verify_proc_openssl.h', 576 'cert/cert_verify_proc_openssl.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',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
622 'cert/test_root_certs_win.cc', 624 'cert/test_root_certs_win.cc',
623 'cert/x509_cert_types_mac.cc', 625 'cert/x509_cert_types_mac.cc',
624 'cert/x509_cert_types_win.cc', 626 'cert/x509_cert_types_win.cc',
625 'cert/x509_certificate_ios.cc', 627 'cert/x509_certificate_ios.cc',
626 'cert/x509_certificate_mac.cc', 628 'cert/x509_certificate_mac.cc',
627 'cert/x509_certificate_nss.cc', 629 'cert/x509_certificate_nss.cc',
630 'cert/x509_certificate_openssl_ios.cc',
628 'cert/x509_certificate_win.cc', 631 'cert/x509_certificate_win.cc',
629 'cert/x509_util_android.cc', 632 'cert/x509_util_android.cc',
630 'cert/x509_util_android.h', 633 'cert/x509_util_android.h',
631 'cert/x509_util_ios.cc', 634 'cert/x509_util_ios.cc',
632 'cert/x509_util_ios.h', 635 'cert/x509_util_ios.h',
633 'cert/x509_util_mac.cc', 636 'cert/x509_util_mac.cc',
634 'cert/x509_util_mac.h', 637 'cert/x509_util_mac.h',
635 'cert/x509_util_nss.cc', 638 'cert/x509_util_nss.cc',
636 'cert/x509_util_nss.h', 639 'cert/x509_util_nss.h',
637 'cert/x509_util_nss_certs.cc', 640 'cert/x509_util_nss_certs.cc',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'docs/bug-triage-labels.md', 2005 'docs/bug-triage-labels.md',
2003 'docs/bug-triage-suggested-workflow.md', 2006 'docs/bug-triage-suggested-workflow.md',
2004 'docs/code-patterns.md', 2007 'docs/code-patterns.md',
2005 'docs/crash-course-in-net-internals.md', 2008 'docs/crash-course-in-net-internals.md',
2006 'docs/life-of-a-url-request.md', 2009 'docs/life-of-a-url-request.md',
2007 'sdch/README.md', 2010 'sdch/README.md',
2008 ], 2011 ],
2009 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2012 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2010 } 2013 }
2011 } 2014 }
OLDNEW
« net/BUILD.gn ('K') | « net/net.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698