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 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 ":net", | 1077 ":net", |
1078 ":quic_tools", | 1078 ":quic_tools", |
1079 ":test_support", | 1079 ":test_support", |
1080 "//base", | 1080 "//base", |
1081 "//base:i18n", | 1081 "//base:i18n", |
1082 "//base:prefs_test_support", | 1082 "//base:prefs_test_support", |
1083 "//base/allocator", | 1083 "//base/allocator", |
1084 "//base/third_party/dynamic_annotations", | 1084 "//base/third_party/dynamic_annotations", |
1085 "//crypto", | 1085 "//crypto", |
1086 "//crypto:platform", | 1086 "//crypto:platform", |
| 1087 "//crypto:test_support", |
1087 "//net/base/registry_controlled_domains", | 1088 "//net/base/registry_controlled_domains", |
1088 "//testing/gmock", | 1089 "//testing/gmock", |
1089 "//testing/gtest", | 1090 "//testing/gtest", |
1090 "//third_party/zlib", | 1091 "//third_party/zlib", |
1091 "//url", | 1092 "//url", |
1092 ] | 1093 ] |
1093 | 1094 |
1094 if (is_linux) { | 1095 if (is_linux) { |
1095 sources += gypi_values.net_linux_test_sources | 1096 sources += gypi_values.net_linux_test_sources |
1096 deps += [ | 1097 deps += [ |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1332 sources = [ "quic/quic_server_bin.cc" ] | 1333 sources = [ "quic/quic_server_bin.cc" ] |
1333 deps = [ | 1334 deps = [ |
1334 ":quic_tools", | 1335 ":quic_tools", |
1335 ":net", | 1336 ":net", |
1336 "//base", | 1337 "//base", |
1337 "//third_party/openssl", | 1338 "//third_party/openssl", |
1338 ] | 1339 ] |
1339 } | 1340 } |
1340 | 1341 |
1341 } # !is_android | 1342 } # !is_android |
OLD | NEW |