OLD | NEW |
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 Loading... |
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 Loading... |
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 }], | 587 }], |
583 [ 'use_nss != 1', { | 588 [ 'use_nss != 1', { |
584 'sources!': [ | 589 'sources!': [ |
585 'ssl/client_cert_store_nss_unittest.cc', | 590 'ssl/client_cert_store_nss_unittest.cc', |
586 'ssl/client_cert_store_chromeos_unittest.cc', | 591 'ssl/client_cert_store_chromeos_unittest.cc', |
587 ], | 592 ], |
588 }], | 593 }], |
589 [ 'use_openssl == 1', { | 594 [ 'use_openssl == 1', { |
590 # Avoid compiling/linking with the system library. | 595 # Avoid compiling/linking with the system library. |
591 'dependencies': [ | 596 'dependencies': [ |
592 '../third_party/boringssl/boringssl.gyp:boringssl', | 597 '../third_party/openssl/openssl.gyp:openssl', |
593 ], | 598 ], |
594 }, { # use_openssl == 0 | 599 }, { # use_openssl == 0 |
595 'conditions': [ | 600 'conditions': [ |
596 [ 'desktop_linux == 1 or chromeos == 1', { | 601 [ 'desktop_linux == 1 or chromeos == 1', { |
597 'dependencies': [ | 602 'dependencies': [ |
598 '../build/linux/system.gyp:ssl', | 603 '../build/linux/system.gyp:ssl', |
599 ], | 604 ], |
600 }, { # desktop_linux == 0 and chromeos == 0 | 605 }, { # desktop_linux == 0 and chromeos == 0 |
601 'sources!': [ | 606 'sources!': [ |
602 'cert/nss_cert_database_unittest.cc', | 607 'cert/nss_cert_database_unittest.cc', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
785 # iOS. | 790 # iOS. |
786 # OS is not "linux" or "freebsd" or "openbsd". | 791 # OS is not "linux" or "freebsd" or "openbsd". |
787 'socket/unix_domain_socket_posix_unittest.cc', | 792 'socket/unix_domain_socket_posix_unittest.cc', |
788 | 793 |
789 # See bug http://crbug.com/344533. | 794 # See bug http://crbug.com/344533. |
790 'disk_cache/blockfile/index_table_v3_unittest.cc', | 795 'disk_cache/blockfile/index_table_v3_unittest.cc', |
791 ], | 796 ], |
792 }], | 797 }], |
793 [ 'OS == "android"', { | 798 [ 'OS == "android"', { |
794 'dependencies': [ | 799 'dependencies': [ |
795 '../third_party/boringssl/boringssl.gyp:boringssl', | 800 '../third_party/openssl/openssl.gyp:openssl', |
796 ], | 801 ], |
797 'sources!': [ | 802 'sources!': [ |
798 'dns/dns_config_service_posix_unittest.cc', | 803 'dns/dns_config_service_posix_unittest.cc', |
799 ], | 804 ], |
800 }, | 805 }, |
801 ], | 806 ], |
802 ['OS == "android"', { | 807 ['OS == "android"', { |
803 # TODO(mmenke): This depends on test_support_base, which depends on | 808 # TODO(mmenke): This depends on test_support_base, which depends on |
804 # icu. Figure out a way to remove that dependency. | 809 # icu. Figure out a way to remove that dependency. |
805 'dependencies': [ | 810 'dependencies': [ |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'conditions': [ | 971 'conditions': [ |
967 ['OS != "ios"', { | 972 ['OS != "ios"', { |
968 'dependencies': [ | 973 'dependencies': [ |
969 '../third_party/protobuf/protobuf.gyp:py_proto', | 974 '../third_party/protobuf/protobuf.gyp:py_proto', |
970 ], | 975 ], |
971 }], | 976 }], |
972 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 977 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
973 'conditions': [ | 978 'conditions': [ |
974 ['use_openssl==1', { | 979 ['use_openssl==1', { |
975 'dependencies': [ | 980 'dependencies': [ |
976 '../third_party/boringssl/boringssl.gyp:boringssl', | 981 '../third_party/openssl/openssl.gyp:openssl', |
977 ], | 982 ], |
978 }, { | 983 }, { |
979 'dependencies': [ | 984 'dependencies': [ |
980 '../build/linux/system.gyp:ssl', | 985 '../build/linux/system.gyp:ssl', |
981 ], | 986 ], |
982 }], | 987 }], |
983 ], | 988 ], |
984 }], | 989 }], |
985 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 990 ['os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
986 'conditions': [ | 991 'conditions': [ |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1364 ], | 1369 ], |
1365 }, | 1370 }, |
1366 { | 1371 { |
1367 'target_name': 'flip_in_mem_edsm_server_base', | 1372 'target_name': 'flip_in_mem_edsm_server_base', |
1368 'type': 'static_library', | 1373 'type': 'static_library', |
1369 'cflags': [ | 1374 'cflags': [ |
1370 '-Wno-deprecated', | 1375 '-Wno-deprecated', |
1371 ], | 1376 ], |
1372 'dependencies': [ | 1377 'dependencies': [ |
1373 '../base/base.gyp:base', | 1378 '../base/base.gyp:base', |
1374 '../third_party/boringssl/boringssl.gyp:boringssl', | 1379 '../third_party/openssl/openssl.gyp:openssl', |
1375 'balsa', | 1380 'balsa', |
1376 'epoll_server', | 1381 'epoll_server', |
1377 'net', | 1382 'net', |
1378 ], | 1383 ], |
1379 'sources': [ | 1384 'sources': [ |
1380 'tools/dump_cache/url_to_filename_encoder.cc', | 1385 'tools/dump_cache/url_to_filename_encoder.cc', |
1381 'tools/dump_cache/url_to_filename_encoder.h', | 1386 'tools/dump_cache/url_to_filename_encoder.h', |
1382 'tools/dump_cache/url_utilities.h', | 1387 'tools/dump_cache/url_utilities.h', |
1383 'tools/dump_cache/url_utilities.cc', | 1388 'tools/dump_cache/url_utilities.cc', |
1384 'tools/flip_server/acceptor_thread.h', | 1389 'tools/flip_server/acceptor_thread.h', |
(...skipping 24 matching lines...) Expand all Loading... |
1409 'tools/flip_server/streamer_interface.cc', | 1414 'tools/flip_server/streamer_interface.cc', |
1410 'tools/flip_server/streamer_interface.h', | 1415 'tools/flip_server/streamer_interface.h', |
1411 ], | 1416 ], |
1412 }, | 1417 }, |
1413 { | 1418 { |
1414 'target_name': 'flip_in_mem_edsm_server_unittests', | 1419 'target_name': 'flip_in_mem_edsm_server_unittests', |
1415 'type': 'executable', | 1420 'type': 'executable', |
1416 'dependencies': [ | 1421 'dependencies': [ |
1417 '../testing/gtest.gyp:gtest', | 1422 '../testing/gtest.gyp:gtest', |
1418 '../testing/gmock.gyp:gmock', | 1423 '../testing/gmock.gyp:gmock', |
1419 '../third_party/boringssl/boringssl.gyp:boringssl', | 1424 '../third_party/openssl/openssl.gyp:openssl', |
1420 'flip_in_mem_edsm_server_base', | 1425 'flip_in_mem_edsm_server_base', |
1421 'net', | 1426 'net', |
1422 'net_test_support', | 1427 'net_test_support', |
1423 ], | 1428 ], |
1424 'sources': [ | 1429 'sources': [ |
1425 'tools/flip_server/flip_test_utils.cc', | 1430 'tools/flip_server/flip_test_utils.cc', |
1426 'tools/flip_server/flip_test_utils.h', | 1431 'tools/flip_server/flip_test_utils.h', |
1427 'tools/flip_server/http_interface_test.cc', | 1432 'tools/flip_server/http_interface_test.cc', |
1428 'tools/flip_server/mem_cache_test.cc', | 1433 'tools/flip_server/mem_cache_test.cc', |
1429 'tools/flip_server/run_all_tests.cc', | 1434 'tools/flip_server/run_all_tests.cc', |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1698 'net_unittests.isolate', | 1703 'net_unittests.isolate', |
1699 ], | 1704 ], |
1700 'sources': [ | 1705 'sources': [ |
1701 'net_unittests.isolate', | 1706 'net_unittests.isolate', |
1702 ], | 1707 ], |
1703 }, | 1708 }, |
1704 ], | 1709 ], |
1705 }], | 1710 }], |
1706 ], | 1711 ], |
1707 } | 1712 } |
OLD | NEW |