| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 "tools/flip_server/spdy_util.cc", | 910 "tools/flip_server/spdy_util.cc", |
| 907 "tools/flip_server/spdy_util.h", | 911 "tools/flip_server/spdy_util.h", |
| 908 "tools/flip_server/streamer_interface.cc", | 912 "tools/flip_server/streamer_interface.cc", |
| 909 "tools/flip_server/streamer_interface.h", | 913 "tools/flip_server/streamer_interface.h", |
| 910 ] | 914 ] |
| 911 deps = [ | 915 deps = [ |
| 912 ":balsa", | 916 ":balsa", |
| 913 ":epoll_server", | 917 ":epoll_server", |
| 914 ":net", | 918 ":net", |
| 915 "//base", | 919 "//base", |
| 916 "//third_party/boringssl", | 920 "//third_party/openssl", |
| 917 ] | 921 ] |
| 918 } | 922 } |
| 919 | 923 |
| 920 executable("flip_in_mem_edsm_server_unittests") { | 924 executable("flip_in_mem_edsm_server_unittests") { |
| 921 sources = [ | 925 sources = [ |
| 922 "tools/flip_server/flip_test_utils.cc", | 926 "tools/flip_server/flip_test_utils.cc", |
| 923 "tools/flip_server/flip_test_utils.h", | 927 "tools/flip_server/flip_test_utils.h", |
| 924 "tools/flip_server/http_interface_test.cc", | 928 "tools/flip_server/http_interface_test.cc", |
| 925 "tools/flip_server/mem_cache_test.cc", | 929 "tools/flip_server/mem_cache_test.cc", |
| 926 "tools/flip_server/run_all_tests.cc", | 930 "tools/flip_server/run_all_tests.cc", |
| 927 "tools/flip_server/spdy_interface_test.cc", | 931 "tools/flip_server/spdy_interface_test.cc", |
| 928 ] | 932 ] |
| 929 deps = [ | 933 deps = [ |
| 930 ":flip_in_mem_edsm_server_base", | 934 ":flip_in_mem_edsm_server_base", |
| 931 ":net", | 935 ":net", |
| 932 ":test_support", | 936 ":test_support", |
| 933 "//testing/gtest", | 937 "//testing/gtest", |
| 934 "//testing/gmock", | 938 "//testing/gmock", |
| 935 "//third_party/boringssl", | 939 "//third_party/openssl", |
| 936 ] | 940 ] |
| 937 } | 941 } |
| 938 | 942 |
| 939 executable("flip_in_mem_edsm_server") { | 943 executable("flip_in_mem_edsm_server") { |
| 940 sources = [ "tools/flip_server/flip_in_mem_edsm_server.cc" ] | 944 sources = [ "tools/flip_server/flip_in_mem_edsm_server.cc" ] |
| 941 deps = [ | 945 deps = [ |
| 942 ":flip_in_mem_edsm_server_base", | 946 ":flip_in_mem_edsm_server_base", |
| 943 ":net", | 947 ":net", |
| 944 "//base", | 948 "//base", |
| 945 ] | 949 ] |
| (...skipping 30 matching lines...) Expand all Loading... |
| 976 "tools/quic/quic_time_wait_list_manager.h", | 980 "tools/quic/quic_time_wait_list_manager.h", |
| 977 "tools/quic/quic_time_wait_list_manager.cc", | 981 "tools/quic/quic_time_wait_list_manager.cc", |
| 978 ] | 982 ] |
| 979 deps = [ | 983 deps = [ |
| 980 ":balsa", | 984 ":balsa", |
| 981 ":epoll_server", | 985 ":epoll_server", |
| 982 ":net", | 986 ":net", |
| 983 "//base", | 987 "//base", |
| 984 "//base/third_party/dynamic_annotations", | 988 "//base/third_party/dynamic_annotations", |
| 985 "//crypto", | 989 "//crypto", |
| 986 "//third_party/boringssl", | 990 "//third_party/openssl", |
| 987 "//url", | 991 "//url", |
| 988 ] | 992 ] |
| 989 } | 993 } |
| 990 | 994 |
| 991 executable("quic_client") { | 995 executable("quic_client") { |
| 992 sources = [ "tools/quic/quic_client_bin.cc" ] | 996 sources = [ "tools/quic/quic_client_bin.cc" ] |
| 993 deps = [ | 997 deps = [ |
| 994 ":quic_base", | 998 ":quic_base", |
| 995 ":net", | 999 ":net", |
| 996 "//base", | 1000 "//base", |
| 997 "//third_party/boringssl", | 1001 "//third_party/openssl", |
| 998 ] | 1002 ] |
| 999 } | 1003 } |
| 1000 } | 1004 } |
| 1001 | 1005 |
| 1002 if (is_android) { | 1006 if (is_android) { |
| 1003 generate_jni("net_jni_headers") { | 1007 generate_jni("net_jni_headers") { |
| 1004 sources = [ | 1008 sources = [ |
| 1005 "android/java/src/org/chromium/net/AndroidCertVerifyResult.java", | 1009 "android/java/src/org/chromium/net/AndroidCertVerifyResult.java", |
| 1006 "android/java/src/org/chromium/net/AndroidKeyStore.java", | 1010 "android/java/src/org/chromium/net/AndroidKeyStore.java", |
| 1007 "android/java/src/org/chromium/net/AndroidNetworkLibrary.java", | 1011 "android/java/src/org/chromium/net/AndroidNetworkLibrary.java", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1316 deps -= [ "//base:i18n" ] | 1320 deps -= [ "//base:i18n" ] |
| 1317 } | 1321 } |
| 1318 } | 1322 } |
| 1319 | 1323 |
| 1320 executable("quic_server") { | 1324 executable("quic_server") { |
| 1321 sources = [ "quic/quic_server_bin.cc" ] | 1325 sources = [ "quic/quic_server_bin.cc" ] |
| 1322 deps = [ | 1326 deps = [ |
| 1323 ":quic_tools", | 1327 ":quic_tools", |
| 1324 ":net", | 1328 ":net", |
| 1325 "//base", | 1329 "//base", |
| 1326 "//third_party/boringssl", | 1330 "//third_party/openssl", |
| 1327 ] | 1331 ] |
| 1328 } | 1332 } |
| 1329 | 1333 |
| 1330 } # !is_android | 1334 } # !is_android |
| OLD | NEW |