| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//url/config.gni") | 8 import("//url/config.gni") |
| 9 | 9 |
| 10 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni. | 10 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni. |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 set_sources_assignment_filter([]) | 516 set_sources_assignment_filter([]) |
| 517 sources += [ | 517 sources += [ |
| 518 "base/platform_mime_util_linux.cc", | 518 "base/platform_mime_util_linux.cc", |
| 519 "base/address_tracker_linux.cc", | 519 "base/address_tracker_linux.cc", |
| 520 "base/address_tracker_linux.h", | 520 "base/address_tracker_linux.h", |
| 521 ] | 521 ] |
| 522 set_sources_assignment_filter(sources_assignment_filter) | 522 set_sources_assignment_filter(sources_assignment_filter) |
| 523 | 523 |
| 524 if (!is_android_webview_build) { | 524 if (!is_android_webview_build) { |
| 525 deps += [ ":net_jni_headers" ] | 525 deps += [ ":net_jni_headers" ] |
| 526 |
| 527 # The net/android/keystore_openssl.cc source file needs to access an |
| 528 # OpenSSL-internal header. |
| 529 include_dirs = [ "//third_party/openssl" ] |
| 526 } | 530 } |
| 527 } | 531 } |
| 528 | 532 |
| 529 if (use_icu_alternatives_on_android) { | 533 if (use_icu_alternatives_on_android) { |
| 530 deps -= [ | 534 deps -= [ |
| 531 "//base:i18n", | 535 "//base:i18n", |
| 532 "//third_party/icu", | 536 "//third_party/icu", |
| 533 ] | 537 ] |
| 534 sources -= [ | 538 sources -= [ |
| 535 "base/filename_util_icu.cc", | 539 "base/filename_util_icu.cc", |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 "tools/flip_server/spdy_util.cc", | 917 "tools/flip_server/spdy_util.cc", |
| 914 "tools/flip_server/spdy_util.h", | 918 "tools/flip_server/spdy_util.h", |
| 915 "tools/flip_server/streamer_interface.cc", | 919 "tools/flip_server/streamer_interface.cc", |
| 916 "tools/flip_server/streamer_interface.h", | 920 "tools/flip_server/streamer_interface.h", |
| 917 ] | 921 ] |
| 918 deps = [ | 922 deps = [ |
| 919 ":balsa", | 923 ":balsa", |
| 920 ":epoll_server", | 924 ":epoll_server", |
| 921 ":net", | 925 ":net", |
| 922 "//base", | 926 "//base", |
| 923 "//third_party/boringssl", | 927 "//third_party/openssl", |
| 924 ] | 928 ] |
| 925 } | 929 } |
| 926 | 930 |
| 927 executable("flip_in_mem_edsm_server_unittests") { | 931 executable("flip_in_mem_edsm_server_unittests") { |
| 928 sources = [ | 932 sources = [ |
| 929 "tools/flip_server/flip_test_utils.cc", | 933 "tools/flip_server/flip_test_utils.cc", |
| 930 "tools/flip_server/flip_test_utils.h", | 934 "tools/flip_server/flip_test_utils.h", |
| 931 "tools/flip_server/http_interface_test.cc", | 935 "tools/flip_server/http_interface_test.cc", |
| 932 "tools/flip_server/mem_cache_test.cc", | 936 "tools/flip_server/mem_cache_test.cc", |
| 933 "tools/flip_server/run_all_tests.cc", | 937 "tools/flip_server/run_all_tests.cc", |
| 934 "tools/flip_server/spdy_interface_test.cc", | 938 "tools/flip_server/spdy_interface_test.cc", |
| 935 ] | 939 ] |
| 936 deps = [ | 940 deps = [ |
| 937 ":flip_in_mem_edsm_server_base", | 941 ":flip_in_mem_edsm_server_base", |
| 938 ":net", | 942 ":net", |
| 939 ":test_support", | 943 ":test_support", |
| 940 "//testing/gtest", | 944 "//testing/gtest", |
| 941 "//testing/gmock", | 945 "//testing/gmock", |
| 942 "//third_party/boringssl", | 946 "//third_party/openssl", |
| 943 ] | 947 ] |
| 944 } | 948 } |
| 945 | 949 |
| 946 executable("flip_in_mem_edsm_server") { | 950 executable("flip_in_mem_edsm_server") { |
| 947 sources = [ "tools/flip_server/flip_in_mem_edsm_server.cc" ] | 951 sources = [ "tools/flip_server/flip_in_mem_edsm_server.cc" ] |
| 948 deps = [ | 952 deps = [ |
| 949 ":flip_in_mem_edsm_server_base", | 953 ":flip_in_mem_edsm_server_base", |
| 950 ":net", | 954 ":net", |
| 951 "//base", | 955 "//base", |
| 952 ] | 956 ] |
| (...skipping 30 matching lines...) Expand all Loading... |
| 983 "tools/quic/quic_time_wait_list_manager.h", | 987 "tools/quic/quic_time_wait_list_manager.h", |
| 984 "tools/quic/quic_time_wait_list_manager.cc", | 988 "tools/quic/quic_time_wait_list_manager.cc", |
| 985 ] | 989 ] |
| 986 deps = [ | 990 deps = [ |
| 987 ":balsa", | 991 ":balsa", |
| 988 ":epoll_server", | 992 ":epoll_server", |
| 989 ":net", | 993 ":net", |
| 990 "//base", | 994 "//base", |
| 991 "//base/third_party/dynamic_annotations", | 995 "//base/third_party/dynamic_annotations", |
| 992 "//crypto", | 996 "//crypto", |
| 993 "//third_party/boringssl", | 997 "//third_party/openssl", |
| 994 "//url", | 998 "//url", |
| 995 ] | 999 ] |
| 996 } | 1000 } |
| 997 | 1001 |
| 998 executable("quic_client") { | 1002 executable("quic_client") { |
| 999 sources = [ "tools/quic/quic_client_bin.cc" ] | 1003 sources = [ "tools/quic/quic_client_bin.cc" ] |
| 1000 deps = [ | 1004 deps = [ |
| 1001 ":quic_base", | 1005 ":quic_base", |
| 1002 ":net", | 1006 ":net", |
| 1003 "//base", | 1007 "//base", |
| 1004 "//third_party/boringssl", | 1008 "//third_party/openssl", |
| 1005 ] | 1009 ] |
| 1006 } | 1010 } |
| 1007 } | 1011 } |
| 1008 | 1012 |
| 1009 if (is_android) { | 1013 if (is_android) { |
| 1010 generate_jni("net_jni_headers") { | 1014 generate_jni("net_jni_headers") { |
| 1011 sources = [ | 1015 sources = [ |
| 1012 "android/java/src/org/chromium/net/AndroidCertVerifyResult.java", | 1016 "android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 1013 "android/java/src/org/chromium/net/AndroidKeyStore.java", | 1017 "android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 1014 "android/java/src/org/chromium/net/AndroidNetworkLibrary.java", | 1018 "android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 deps -= [ "//base:i18n" ] | 1327 deps -= [ "//base:i18n" ] |
| 1324 } | 1328 } |
| 1325 } | 1329 } |
| 1326 | 1330 |
| 1327 executable("quic_server") { | 1331 executable("quic_server") { |
| 1328 sources = [ "quic/quic_server_bin.cc" ] | 1332 sources = [ "quic/quic_server_bin.cc" ] |
| 1329 deps = [ | 1333 deps = [ |
| 1330 ":quic_tools", | 1334 ":quic_tools", |
| 1331 ":net", | 1335 ":net", |
| 1332 "//base", | 1336 "//base", |
| 1333 "//third_party/boringssl", | 1337 "//third_party/openssl", |
| 1334 ] | 1338 ] |
| 1335 } | 1339 } |
| 1336 | 1340 |
| 1337 } # !is_android | 1341 } # !is_android |
| OLD | NEW |