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

Side by Side Diff: net/net.gyp

Issue 2272493002: Add TrustStoreNSS and TrustStoreCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-trust-store-interface3-nss
Patch Set: rebase Created 4 years, 3 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/trust_store_test_helpers.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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'proxy/proxy_config_service_linux_unittest.cc', 205 'proxy/proxy_config_service_linux_unittest.cc',
206 ], 206 ],
207 }], 207 }],
208 [ 'OS == "android"', { 208 [ 'OS == "android"', {
209 'dependencies': [ 209 'dependencies': [
210 'net_javatests', 210 'net_javatests',
211 ], 211 ],
212 }], 212 }],
213 [ 'use_nss_certs != 1', { 213 [ 'use_nss_certs != 1', {
214 'sources!': [ 214 'sources!': [
215 'cert/internal/trust_store_nss_unittest.cc',
215 'cert/nss_cert_database_chromeos_unittest.cc', 216 'cert/nss_cert_database_chromeos_unittest.cc',
216 'cert/nss_cert_database_unittest.cc', 217 'cert/nss_cert_database_unittest.cc',
217 'cert/nss_profile_filter_chromeos_unittest.cc', 218 'cert/nss_profile_filter_chromeos_unittest.cc',
218 'ssl/client_cert_store_nss_unittest.cc', 219 'ssl/client_cert_store_nss_unittest.cc',
219 ], 220 ],
220 }], 221 }],
221 [ 'use_nss_certs == 1', { 222 [ 'use_nss_certs == 1', {
222 'conditions': [ 223 'conditions': [
223 [ 'desktop_linux == 1 or chromeos == 1', { 224 [ 'desktop_linux == 1 or chromeos == 1', {
224 'dependencies': [ 225 'dependencies': [
(...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 '../build/isolate.gypi', 1697 '../build/isolate.gypi',
1697 ], 1698 ],
1698 'sources': [ 1699 'sources': [
1699 'net_unittests.isolate', 1700 'net_unittests.isolate',
1700 ], 1701 ],
1701 }, 1702 },
1702 ], 1703 ],
1703 }], 1704 }],
1704 ], 1705 ],
1705 } 1706 }
OLDNEW
« no previous file with comments | « net/cert/internal/trust_store_test_helpers.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698