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

Side by Side Diff: net/net.gyp

Issue 2126803004: WIP: NSS trust store integration for path builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-command-line-path-builder-add_certpathbuilder
Patch Set: . Created 4 years, 4 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
« no previous file with comments | « net/cert/internal/verify_certificate_chain_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'proxy/proxy_config_service_linux_unittest.cc', 206 'proxy/proxy_config_service_linux_unittest.cc',
207 ], 207 ],
208 }], 208 }],
209 [ 'OS == "android"', { 209 [ 'OS == "android"', {
210 'dependencies': [ 210 'dependencies': [
211 'net_javatests', 211 'net_javatests',
212 ], 212 ],
213 }], 213 }],
214 [ 'use_nss_certs != 1', { 214 [ 'use_nss_certs != 1', {
215 'sources!': [ 215 'sources!': [
216 'cert/internal/trust_store_nss_unittest.cc',
216 'cert/nss_cert_database_chromeos_unittest.cc', 217 'cert/nss_cert_database_chromeos_unittest.cc',
217 'cert/nss_cert_database_unittest.cc', 218 'cert/nss_cert_database_unittest.cc',
218 'cert/nss_profile_filter_chromeos_unittest.cc', 219 'cert/nss_profile_filter_chromeos_unittest.cc',
219 'ssl/client_cert_store_nss_unittest.cc', 220 'ssl/client_cert_store_nss_unittest.cc',
220 ], 221 ],
221 }], 222 }],
222 [ 'use_nss_certs == 1', { 223 [ 'use_nss_certs == 1', {
223 'conditions': [ 224 'conditions': [
224 [ 'desktop_linux == 1 or chromeos == 1', { 225 [ 'desktop_linux == 1 or chromeos == 1', {
225 'dependencies': [ 226 'dependencies': [
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1704 '../build/isolate.gypi', 1705 '../build/isolate.gypi',
1705 ], 1706 ],
1706 'sources': [ 1707 'sources': [
1707 'net_unittests.isolate', 1708 'net_unittests.isolate',
1708 ], 1709 ],
1709 }, 1710 },
1710 ], 1711 ],
1711 }], 1712 }],
1712 ], 1713 ],
1713 } 1714 }
OLDNEW
« no previous file with comments | « net/cert/internal/verify_certificate_chain_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698