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

Side by Side Diff: net/net.gypi

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised design, addressed some comments Created 5 years, 6 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'cert/cert_policy_enforcer.cc', 65 'cert/cert_policy_enforcer.cc',
66 'cert/cert_policy_enforcer.h', 66 'cert/cert_policy_enforcer.h',
67 'cert/cert_status_flags.cc', 67 'cert/cert_status_flags.cc',
68 'cert/cert_status_flags.h', 68 'cert/cert_status_flags.h',
69 'cert/cert_verifier.cc', 69 'cert/cert_verifier.cc',
70 'cert/cert_verifier.h', 70 'cert/cert_verifier.h',
71 'cert/cert_verify_result.cc', 71 'cert/cert_verify_result.cc',
72 'cert/cert_verify_result.h', 72 'cert/cert_verify_result.h',
73 'cert/crl_set.cc', 73 'cert/crl_set.cc',
74 'cert/crl_set.h', 74 'cert/crl_set.h',
75 'cert/ct_verifier.cc',
75 'cert/ct_verifier.h', 76 'cert/ct_verifier.h',
76 'cert/ct_verify_result.cc', 77 'cert/ct_verify_result.cc',
77 'cert/ct_verify_result.h', 78 'cert/ct_verify_result.h',
78 'cert/internal/verify_name_match.cc', 79 'cert/internal/verify_name_match.cc',
79 'cert/internal/verify_name_match.h', 80 'cert/internal/verify_name_match.h',
80 'cert/pem_tokenizer.cc', 81 'cert/pem_tokenizer.cc',
81 'cert/pem_tokenizer.h', 82 'cert/pem_tokenizer.h',
82 'cert/sha256_legacy_support_nss_win.cc', 83 'cert/sha256_legacy_support_nss_win.cc',
83 'cert/sha256_legacy_support_openssl_win.cc', 84 'cert/sha256_legacy_support_openssl_win.cc',
84 'cert/sha256_legacy_support_win.cc', 85 'cert/sha256_legacy_support_win.cc',
(...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'base/mac/url_conversions_unittest.mm', 1825 'base/mac/url_conversions_unittest.mm',
1825 ], 1826 ],
1826 'net_docs_script': 'tools/net_docs/net_docs.py', 1827 'net_docs_script': 'tools/net_docs/net_docs.py',
1827 'net_docs_sources': [ 1828 'net_docs_sources': [
1828 'README.md', 1829 'README.md',
1829 'sdch/README.md', 1830 'sdch/README.md',
1830 ], 1831 ],
1831 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1832 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1832 } 1833 }
1833 } 1834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698