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("//crypto/ssl/flags.gni") | 5 import("//build/config/crypto.gni") |
6 import("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
7 | 7 |
8 component("net") { | 8 component("net") { |
9 external = true | 9 external = true |
10 sources = [ | 10 sources = [ |
11 "android/cert_verify_result_android.h", | 11 "android/cert_verify_result_android.h", |
12 "android/cert_verify_result_android_list.h", | 12 "android/cert_verify_result_android_list.h", |
13 "android/gurl_utils.cc", | 13 "android/gurl_utils.cc", |
14 "android/gurl_utils.h", | 14 "android/gurl_utils.h", |
15 "android/keystore.cc", | 15 "android/keystore.cc", |
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 "server/http_server_response_info.h", | 1215 "server/http_server_response_info.h", |
1216 "server/web_socket.cc", | 1216 "server/web_socket.cc", |
1217 "server/web_socket.h", | 1217 "server/web_socket.h", |
1218 ] | 1218 ] |
1219 configs += [ "//build/config/compiler:wexit_time_destructors" ] | 1219 configs += [ "//build/config/compiler:wexit_time_destructors" ] |
1220 deps = [ | 1220 deps = [ |
1221 ":net", | 1221 ":net", |
1222 "//base", | 1222 "//base", |
1223 ] | 1223 ] |
1224 } | 1224 } |
OLD | NEW |