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

Side by Side Diff: net/net.gyp

Issue 398233002: Revert of Switch to BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « net/http/des.cc ('k') | net/net_nacl.gyp » ('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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'socket/ssl_server_socket_nss.cc', 248 'socket/ssl_server_socket_nss.cc',
249 'socket/ssl_server_socket_nss.h', 249 'socket/ssl_server_socket_nss.h',
250 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 250 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
251 'third_party/mozilla_security_manager/nsKeygenHandler.h', 251 'third_party/mozilla_security_manager/nsKeygenHandler.h',
252 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 252 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
253 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 253 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
254 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 254 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
255 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 255 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
256 ], 256 ],
257 'dependencies': [ 257 'dependencies': [
258 '../third_party/boringssl/boringssl.gyp:boringssl', 258 '../third_party/openssl/openssl.gyp:openssl',
259 ], 259 ],
260 }, 260 },
261 { # else !use_openssl: remove the unneeded files 261 { # else !use_openssl: remove the unneeded files
262 'sources!': [ 262 'sources!': [
263 'base/crypto_module_openssl.cc', 263 'base/crypto_module_openssl.cc',
264 'cert/ct_log_verifier_openssl.cc', 264 'cert/ct_log_verifier_openssl.cc',
265 'cert/ct_objects_extractor_openssl.cc', 265 'cert/ct_objects_extractor_openssl.cc',
266 'cert/jwk_serializer_openssl.cc', 266 'cert/jwk_serializer_openssl.cc',
267 'cert/x509_util_openssl.cc', 267 'cert/x509_util_openssl.cc',
268 'cert/x509_util_openssl.h', 268 'cert/x509_util_openssl.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 }, 459 },
460 }, 460 },
461 ], 461 ],
462 ['OS=="android" and _toolset=="target" and android_webview_build == 0', { 462 ['OS=="android" and _toolset=="target" and android_webview_build == 0', {
463 'dependencies': [ 463 'dependencies': [
464 'net_java', 464 'net_java',
465 ], 465 ],
466 }], 466 }],
467 [ 'OS == "android"', { 467 [ 'OS == "android"', {
468 'dependencies': [ 468 'dependencies': [
469 '../third_party/boringssl/boringssl.gyp:boringssl', 469 '../third_party/openssl/openssl.gyp:openssl',
470 'net_jni_headers', 470 'net_jni_headers',
471 ], 471 ],
472 'sources!': [ 472 'sources!': [
473 'base/openssl_private_key_store_memory.cc', 473 'base/openssl_private_key_store_memory.cc',
474 'cert/cert_database_openssl.cc', 474 'cert/cert_database_openssl.cc',
475 'cert/cert_verify_proc_openssl.cc', 475 'cert/cert_verify_proc_openssl.cc',
476 'cert/test_root_certs_openssl.cc', 476 'cert/test_root_certs_openssl.cc',
477 ], 477 ],
478 # The net/android/keystore_openssl.cc source file needs to
479 # access an OpenSSL-internal header.
480 'include_dirs': [
481 '../third_party/openssl',
482 ],
478 }, 483 },
479 ], 484 ],
480 [ 'use_icu_alternatives_on_android == 1', { 485 [ 'use_icu_alternatives_on_android == 1', {
481 'dependencies!': [ 486 'dependencies!': [
482 '../base/base.gyp:base_i18n', 487 '../base/base.gyp:base_i18n',
483 '../third_party/icu/icu.gyp:icui18n', 488 '../third_party/icu/icu.gyp:icui18n',
484 '../third_party/icu/icu.gyp:icuuc', 489 '../third_party/icu/icu.gyp:icuuc',
485 ], 490 ],
486 'sources!': [ 491 'sources!': [
487 'base/filename_util_icu.cc', 492 'base/filename_util_icu.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 }], 588 }],
584 [ 'use_nss != 1', { 589 [ 'use_nss != 1', {
585 'sources!': [ 590 'sources!': [
586 'ssl/client_cert_store_nss_unittest.cc', 591 'ssl/client_cert_store_nss_unittest.cc',
587 'ssl/client_cert_store_chromeos_unittest.cc', 592 'ssl/client_cert_store_chromeos_unittest.cc',
588 ], 593 ],
589 }], 594 }],
590 [ 'use_openssl == 1', { 595 [ 'use_openssl == 1', {
591 # Avoid compiling/linking with the system library. 596 # Avoid compiling/linking with the system library.
592 'dependencies': [ 597 'dependencies': [
593 '../third_party/boringssl/boringssl.gyp:boringssl', 598 '../third_party/openssl/openssl.gyp:openssl',
594 ], 599 ],
595 }, { # use_openssl == 0 600 }, { # use_openssl == 0
596 'conditions': [ 601 'conditions': [
597 [ 'desktop_linux == 1 or chromeos == 1', { 602 [ 'desktop_linux == 1 or chromeos == 1', {
598 'dependencies': [ 603 'dependencies': [
599 '../build/linux/system.gyp:ssl', 604 '../build/linux/system.gyp:ssl',
600 ], 605 ],
601 }, { # desktop_linux == 0 and chromeos == 0 606 }, { # desktop_linux == 0 and chromeos == 0
602 'sources!': [ 607 'sources!': [
603 'cert/nss_cert_database_unittest.cc', 608 'cert/nss_cert_database_unittest.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 # iOS. 791 # iOS.
787 # OS is not "linux" or "freebsd" or "openbsd". 792 # OS is not "linux" or "freebsd" or "openbsd".
788 'socket/unix_domain_socket_posix_unittest.cc', 793 'socket/unix_domain_socket_posix_unittest.cc',
789 794
790 # See bug http://crbug.com/344533. 795 # See bug http://crbug.com/344533.
791 'disk_cache/blockfile/index_table_v3_unittest.cc', 796 'disk_cache/blockfile/index_table_v3_unittest.cc',
792 ], 797 ],
793 }], 798 }],
794 [ 'OS == "android"', { 799 [ 'OS == "android"', {
795 'dependencies': [ 800 'dependencies': [
796 '../third_party/boringssl/boringssl.gyp:boringssl', 801 '../third_party/openssl/openssl.gyp:openssl',
797 ], 802 ],
798 'sources!': [ 803 'sources!': [
799 'dns/dns_config_service_posix_unittest.cc', 804 'dns/dns_config_service_posix_unittest.cc',
800 ], 805 ],
801 }, 806 },
802 ], 807 ],
803 ['OS == "android"', { 808 ['OS == "android"', {
804 # TODO(mmenke): This depends on test_support_base, which depends on 809 # TODO(mmenke): This depends on test_support_base, which depends on
805 # icu. Figure out a way to remove that dependency. 810 # icu. Figure out a way to remove that dependency.
806 'dependencies': [ 811 'dependencies': [
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'conditions': [ 972 'conditions': [
968 ['OS != "ios"', { 973 ['OS != "ios"', {
969 'dependencies': [ 974 'dependencies': [
970 '../third_party/protobuf/protobuf.gyp:py_proto', 975 '../third_party/protobuf/protobuf.gyp:py_proto',
971 ], 976 ],
972 }], 977 }],
973 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 978 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
974 'conditions': [ 979 'conditions': [
975 ['use_openssl==1', { 980 ['use_openssl==1', {
976 'dependencies': [ 981 'dependencies': [
977 '../third_party/boringssl/boringssl.gyp:boringssl', 982 '../third_party/openssl/openssl.gyp:openssl',
978 ], 983 ],
979 }, { 984 }, {
980 'dependencies': [ 985 'dependencies': [
981 '../build/linux/system.gyp:ssl', 986 '../build/linux/system.gyp:ssl',
982 ], 987 ],
983 }], 988 }],
984 ], 989 ],
985 }], 990 }],
986 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 991 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
987 'conditions': [ 992 'conditions': [
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 ], 1370 ],
1366 }, 1371 },
1367 { 1372 {
1368 'target_name': 'flip_in_mem_edsm_server_base', 1373 'target_name': 'flip_in_mem_edsm_server_base',
1369 'type': 'static_library', 1374 'type': 'static_library',
1370 'cflags': [ 1375 'cflags': [
1371 '-Wno-deprecated', 1376 '-Wno-deprecated',
1372 ], 1377 ],
1373 'dependencies': [ 1378 'dependencies': [
1374 '../base/base.gyp:base', 1379 '../base/base.gyp:base',
1375 '../third_party/boringssl/boringssl.gyp:boringssl', 1380 '../third_party/openssl/openssl.gyp:openssl',
1376 'balsa', 1381 'balsa',
1377 'epoll_server', 1382 'epoll_server',
1378 'net', 1383 'net',
1379 ], 1384 ],
1380 'sources': [ 1385 'sources': [
1381 'tools/dump_cache/url_to_filename_encoder.cc', 1386 'tools/dump_cache/url_to_filename_encoder.cc',
1382 'tools/dump_cache/url_to_filename_encoder.h', 1387 'tools/dump_cache/url_to_filename_encoder.h',
1383 'tools/dump_cache/url_utilities.h', 1388 'tools/dump_cache/url_utilities.h',
1384 'tools/dump_cache/url_utilities.cc', 1389 'tools/dump_cache/url_utilities.cc',
1385 'tools/flip_server/acceptor_thread.h', 1390 'tools/flip_server/acceptor_thread.h',
(...skipping 24 matching lines...) Expand all
1410 'tools/flip_server/streamer_interface.cc', 1415 'tools/flip_server/streamer_interface.cc',
1411 'tools/flip_server/streamer_interface.h', 1416 'tools/flip_server/streamer_interface.h',
1412 ], 1417 ],
1413 }, 1418 },
1414 { 1419 {
1415 'target_name': 'flip_in_mem_edsm_server_unittests', 1420 'target_name': 'flip_in_mem_edsm_server_unittests',
1416 'type': 'executable', 1421 'type': 'executable',
1417 'dependencies': [ 1422 'dependencies': [
1418 '../testing/gtest.gyp:gtest', 1423 '../testing/gtest.gyp:gtest',
1419 '../testing/gmock.gyp:gmock', 1424 '../testing/gmock.gyp:gmock',
1420 '../third_party/boringssl/boringssl.gyp:boringssl', 1425 '../third_party/openssl/openssl.gyp:openssl',
1421 'flip_in_mem_edsm_server_base', 1426 'flip_in_mem_edsm_server_base',
1422 'net', 1427 'net',
1423 'net_test_support', 1428 'net_test_support',
1424 ], 1429 ],
1425 'sources': [ 1430 'sources': [
1426 'tools/flip_server/flip_test_utils.cc', 1431 'tools/flip_server/flip_test_utils.cc',
1427 'tools/flip_server/flip_test_utils.h', 1432 'tools/flip_server/flip_test_utils.h',
1428 'tools/flip_server/http_interface_test.cc', 1433 'tools/flip_server/http_interface_test.cc',
1429 'tools/flip_server/mem_cache_test.cc', 1434 'tools/flip_server/mem_cache_test.cc',
1430 'tools/flip_server/run_all_tests.cc', 1435 'tools/flip_server/run_all_tests.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 'net_unittests.isolate', 1704 'net_unittests.isolate',
1700 ], 1705 ],
1701 'sources': [ 1706 'sources': [
1702 'net_unittests.isolate', 1707 'net_unittests.isolate',
1703 ], 1708 ],
1704 }, 1709 },
1705 ], 1710 ],
1706 }], 1711 }],
1707 ], 1712 ],
1708 } 1713 }
OLDNEW
« no previous file with comments | « net/http/des.cc ('k') | net/net_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698