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

Side by Side Diff: net/net.gyp

Issue 419013003: Replace c/b/nss_context by a KeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added Linux implementation. Created 6 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 | Annotate | Revision Log
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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 359 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
360 ], 360 ],
361 }, 361 },
362 ], 362 ],
363 [ 'use_nss != 1', { 363 [ 'use_nss != 1', {
364 'sources!': [ 364 'sources!': [
365 'cert/cert_verify_proc_nss.cc', 365 'cert/cert_verify_proc_nss.cc',
366 'cert/cert_verify_proc_nss.h', 366 'cert/cert_verify_proc_nss.h',
367 'ssl/client_cert_store_nss.cc', 367 'ssl/client_cert_store_nss.cc',
368 'ssl/client_cert_store_nss.h', 368 'ssl/client_cert_store_nss.h',
369 'ssl/client_cert_store_chromeos.cc',
370 'ssl/client_cert_store_chromeos.h',
371 ], 369 ],
372 }], 370 }],
373 [ 'enable_websockets != 1', { 371 [ 'enable_websockets != 1', {
374 'sources/': [ 372 'sources/': [
375 ['exclude', '^socket_stream/'], 373 ['exclude', '^socket_stream/'],
376 ['exclude', '^websockets/'], 374 ['exclude', '^websockets/'],
377 ], 375 ],
378 'sources!': [ 376 'sources!': [
379 'spdy/spdy_websocket_stream.cc', 377 'spdy/spdy_websocket_stream.cc',
380 'spdy/spdy_websocket_stream.h', 378 'spdy/spdy_websocket_stream.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'dns/dns_config_service_posix_unittest.cc', 579 'dns/dns_config_service_posix_unittest.cc',
582 ], 580 ],
583 'dependencies': [ 581 'dependencies': [
584 'net_javatests', 582 'net_javatests',
585 'net_test_jni_headers', 583 'net_test_jni_headers',
586 ], 584 ],
587 }], 585 }],
588 [ 'use_nss != 1', { 586 [ 'use_nss != 1', {
589 'sources!': [ 587 'sources!': [
590 'ssl/client_cert_store_nss_unittest.cc', 588 'ssl/client_cert_store_nss_unittest.cc',
591 'ssl/client_cert_store_chromeos_unittest.cc',
592 ], 589 ],
593 }], 590 }],
594 [ 'use_openssl == 1', { 591 [ 'use_openssl == 1', {
595 # Avoid compiling/linking with the system library. 592 # Avoid compiling/linking with the system library.
596 'dependencies': [ 593 'dependencies': [
597 '../third_party/boringssl/boringssl.gyp:boringssl', 594 '../third_party/boringssl/boringssl.gyp:boringssl',
598 ], 595 ],
599 }, { # use_openssl == 0 596 }, { # use_openssl == 0
600 'conditions': [ 597 'conditions': [
601 [ 'desktop_linux == 1 or chromeos == 1', { 598 [ 'desktop_linux == 1 or chromeos == 1', {
(...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1725 'net_unittests.isolate', 1722 'net_unittests.isolate',
1726 ], 1723 ],
1727 'sources': [ 1724 'sources': [
1728 'net_unittests.isolate', 1725 'net_unittests.isolate',
1729 ], 1726 ],
1730 }, 1727 },
1731 ], 1728 ],
1732 }], 1729 }],
1733 ], 1730 ],
1734 } 1731 }
OLDNEW
« components/cert_database.gypi ('K') | « crypto/nss_util.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698