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

Side by Side Diff: net/net.gyp

Issue 4646001: Implement LoadTemporaryRoot for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/net/base
Patch Set: Widen suppresions Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/test/test_server.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'base/ssl_config_service_defaults.h', 170 'base/ssl_config_service_defaults.h',
171 'base/ssl_config_service_mac.cc', 171 'base/ssl_config_service_mac.cc',
172 'base/ssl_config_service_mac.h', 172 'base/ssl_config_service_mac.h',
173 'base/ssl_config_service_win.cc', 173 'base/ssl_config_service_win.cc',
174 'base/ssl_config_service_win.h', 174 'base/ssl_config_service_win.h',
175 'base/ssl_false_start_blacklist.cc', 175 'base/ssl_false_start_blacklist.cc',
176 'base/ssl_info.cc', 176 'base/ssl_info.cc',
177 'base/ssl_info.h', 177 'base/ssl_info.h',
178 'base/static_cookie_policy.cc', 178 'base/static_cookie_policy.cc',
179 'base/static_cookie_policy.h', 179 'base/static_cookie_policy.h',
180 'base/test_root_certs.cc',
181 'base/test_root_certs.h',
182 'base/test_root_certs_mac.cc',
183 'base/test_root_certs_nss.cc',
184 'base/test_root_certs_openssl.cc',
185 'base/test_root_certs_win.cc',
180 'base/transport_security_state.cc', 186 'base/transport_security_state.cc',
181 'base/transport_security_state.h', 187 'base/transport_security_state.h',
182 'base/sys_addrinfo.h', 188 'base/sys_addrinfo.h',
183 'base/test_completion_callback.h', 189 'base/test_completion_callback.h',
184 'base/upload_data.cc', 190 'base/upload_data.cc',
185 'base/upload_data.h', 191 'base/upload_data.h',
186 'base/upload_data_stream.cc', 192 'base/upload_data_stream.cc',
187 'base/upload_data_stream.h', 193 'base/upload_data_stream.h',
188 'base/winsock_init.cc', 194 'base/winsock_init.cc',
189 'base/winsock_init.h', 195 'base/winsock_init.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'dependencies': [ 251 'dependencies': [
246 '../build/linux/system.gyp:nss', 252 '../build/linux/system.gyp:nss',
247 ], 253 ],
248 }], 254 }],
249 ], 255 ],
250 }, 256 },
251 { # else: OS is not in the above list 257 { # else: OS is not in the above list
252 'sources!': [ 258 'sources!': [
253 'base/cert_database_nss.cc', 259 'base/cert_database_nss.cc',
254 'base/keygen_handler_nss.cc', 260 'base/keygen_handler_nss.cc',
261 'base/test_root_certs_nss.cc',
255 'base/x509_certificate_nss.cc', 262 'base/x509_certificate_nss.cc',
256 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 263 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
257 'third_party/mozilla_security_manager/nsKeygenHandler.h', 264 'third_party/mozilla_security_manager/nsKeygenHandler.h',
258 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 265 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
259 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 266 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
260 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', 267 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
261 'third_party/mozilla_security_manager/nsNSSCertTrust.h', 268 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
262 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 269 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
263 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 270 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
264 ], 271 ],
265 }, 272 },
266 ], 273 ],
267 [ 'use_openssl==1', { 274 [ 'use_openssl==1', {
268 'sources!': [ 275 'sources!': [
269 'base/cert_database_nss.cc', 276 'base/cert_database_nss.cc',
270 'base/dnssec_keyset.cc', 277 'base/dnssec_keyset.cc',
271 'base/dnssec_keyset.h', 278 'base/dnssec_keyset.h',
272 'base/keygen_handler_nss.cc', 279 'base/keygen_handler_nss.cc',
273 'base/nss_memio.c', 280 'base/nss_memio.c',
274 'base/nss_memio.h', 281 'base/nss_memio.h',
282 'base/test_root_certs_nss.cc',
275 'base/x509_certificate_nss.cc', 283 'base/x509_certificate_nss.cc',
276 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 284 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
277 'third_party/mozilla_security_manager/nsKeygenHandler.h', 285 'third_party/mozilla_security_manager/nsKeygenHandler.h',
278 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 286 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
279 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 287 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
280 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', 288 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
281 'third_party/mozilla_security_manager/nsNSSCertTrust.h', 289 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
282 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 290 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
283 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 291 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
284 ], 292 ],
285 }, 293 },
286 { # else: not using openssl. 294 { # else: not using openssl.
287 'sources!': [ 295 'sources!': [
288 'base/cert_database_openssl.cc', 296 'base/cert_database_openssl.cc',
289 'base/keygen_handler_openssl.cc', 297 'base/keygen_handler_openssl.cc',
290 'base/openssl_memory_private_key_store.cc', 298 'base/openssl_memory_private_key_store.cc',
291 'base/openssl_private_key_store.h', 299 'base/openssl_private_key_store.h',
300 'base/test_root_certs_openssl.cc',
292 'base/x509_certificate_openssl.cc', 301 'base/x509_certificate_openssl.cc',
293 'base/x509_openssl_util.cc', 302 'base/x509_openssl_util.cc',
294 'base/x509_openssl_util.h', 303 'base/x509_openssl_util.h',
295 ], 304 ],
296 }, 305 },
297 ], 306 ],
298 [ 'OS == "win"', { 307 [ 'OS == "win"', {
299 'dependencies': [ 308 'dependencies': [
300 '../third_party/nss/nss.gyp:nss', 309 '../third_party/nss/nss.gyp:nss',
301 'tld_cleanup', 310 'tld_cleanup',
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', 1199 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
1191 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m anagement_proto', 1200 '../chrome/browser/policy/proto/device_management_proto.gyp:device_m anagement_proto',
1192 '../third_party/protobuf/protobuf.gyp:py_proto', 1201 '../third_party/protobuf/protobuf.gyp:py_proto',
1193 ], 1202 ],
1194 }], 1203 }],
1195 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 1204 ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
1196 'conditions': [ 1205 'conditions': [
1197 ['use_openssl==1', { 1206 ['use_openssl==1', {
1198 'dependencies': [ 1207 'dependencies': [
1199 '../third_party/openssl/openssl.gyp:openssl', 1208 '../third_party/openssl/openssl.gyp:openssl',
1200 ] 1209 ],
1201 }, { 1210 }, {
1202 'dependencies': [ 1211 'dependencies': [
1203 '../build/linux/system.gyp:nss', 1212 '../build/linux/system.gyp:nss',
1204 ], 1213 ],
1205 }], 1214 }],
1206 ], 1215 ],
1207 }], 1216 }],
1208 ['OS == "linux"', { 1217 ['OS == "linux"', {
1209 'conditions': [ 1218 'conditions': [
1210 ['linux_use_tcmalloc==1', { 1219 ['linux_use_tcmalloc==1', {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 ], 1458 ],
1450 }], 1459 }],
1451 ], 1460 ],
1452 } 1461 }
1453 1462
1454 # Local Variables: 1463 # Local Variables:
1455 # tab-width:2 1464 # tab-width:2
1456 # indent-tabs-mode:nil 1465 # indent-tabs-mode:nil
1457 # End: 1466 # End:
1458 # vim: set expandtab tabstop=2 shiftwidth=2: 1467 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/x509_certificate_win.cc ('k') | net/test/test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698