| 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("//crypto/ssl/flags.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", |
| 16 "android/keystore.h", | 16 "android/keystore.h", |
| 17 "android/keystore_openssl.cc", | 17 "android/keystore_openssl.cc", |
| 18 "android/keystore_openssl.h", | 18 "android/keystore_openssl.h", |
| 19 "android/net_jni_registrar.cc", | 19 "android/net_jni_registrar.cc", |
| 20 "android/net_jni_registrar.h", | 20 "android/net_jni_registrar.h", |
| 21 "android/network_change_notifier_android.cc", | 21 "android/network_change_notifier_android.cc", |
| 22 "android/network_change_notifier_android.h", | 22 "android/network_change_notifier_android.h", |
| 23 "android/network_change_notifier_delegate_android.cc", | 23 "android/network_change_notifier_delegate_android.cc", |
| 24 "android/network_change_notifier_delegate_android.h", | 24 "android/network_change_notifier_delegate_android.h", |
| 25 "android/network_change_notifier_factory_android.cc", | 25 "android/network_change_notifier_factory_android.cc", |
| 26 "android/network_change_notifier_factory_android.h", | 26 "android/network_change_notifier_factory_android.h", |
| 27 "android/network_library.cc", | 27 "android/network_library.cc", |
| 28 "android/network_library.h", | 28 "android/network_library.h", |
| 29 "android/x509_util.cc", | |
| 30 "android/x509_util.h", | |
| 31 "base/address_family.h", | 29 "base/address_family.h", |
| 32 "base/address_list.cc", | 30 "base/address_list.cc", |
| 33 "base/address_list.h", | 31 "base/address_list.h", |
| 34 "base/address_tracker_linux.cc", | 32 "base/address_tracker_linux.cc", |
| 35 "base/address_tracker_linux.h", | 33 "base/address_tracker_linux.h", |
| 36 "base/auth.cc", | 34 "base/auth.cc", |
| 37 "base/auth.h", | 35 "base/auth.h", |
| 38 "base/backoff_entry.cc", | 36 "base/backoff_entry.cc", |
| 39 "base/backoff_entry.h", | 37 "base/backoff_entry.h", |
| 40 "base/bandwidth_metrics.cc", | 38 "base/bandwidth_metrics.cc", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "cert/x509_certificate.h", | 245 "cert/x509_certificate.h", |
| 248 "cert/x509_certificate_ios.cc", | 246 "cert/x509_certificate_ios.cc", |
| 249 "cert/x509_certificate_mac.cc", | 247 "cert/x509_certificate_mac.cc", |
| 250 "cert/x509_certificate_net_log_param.cc", | 248 "cert/x509_certificate_net_log_param.cc", |
| 251 "cert/x509_certificate_net_log_param.h", | 249 "cert/x509_certificate_net_log_param.h", |
| 252 "cert/x509_certificate_nss.cc", | 250 "cert/x509_certificate_nss.cc", |
| 253 "cert/x509_certificate_openssl.cc", | 251 "cert/x509_certificate_openssl.cc", |
| 254 "cert/x509_certificate_win.cc", | 252 "cert/x509_certificate_win.cc", |
| 255 "cert/x509_util.h", | 253 "cert/x509_util.h", |
| 256 "cert/x509_util.cc", | 254 "cert/x509_util.cc", |
| 255 "cert/x509_util_android.cc", |
| 256 "cert/x509_util_android.h", |
| 257 "cert/x509_util_ios.cc", | 257 "cert/x509_util_ios.cc", |
| 258 "cert/x509_util_ios.h", | 258 "cert/x509_util_ios.h", |
| 259 "cert/x509_util_mac.cc", | 259 "cert/x509_util_mac.cc", |
| 260 "cert/x509_util_mac.h", | 260 "cert/x509_util_mac.h", |
| 261 "cert/x509_util_nss.cc", | 261 "cert/x509_util_nss.cc", |
| 262 "cert/x509_util_nss.h", | 262 "cert/x509_util_nss.h", |
| 263 "cert/x509_util_openssl.cc", | 263 "cert/x509_util_openssl.cc", |
| 264 "cert/x509_util_openssl.h", | 264 "cert/x509_util_openssl.h", |
| 265 "cookies/canonical_cookie.cc", | 265 "cookies/canonical_cookie.cc", |
| 266 "cookies/canonical_cookie.h", | 266 "cookies/canonical_cookie.h", |
| (...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1219 "server/web_socket.h", | 1219 "server/web_socket.h", |
| 1220 ] | 1220 ] |
| 1221 deps = [ | 1221 deps = [ |
| 1222 ":net", | 1222 ":net", |
| 1223 "//base", | 1223 "//base", |
| 1224 ] | 1224 ] |
| 1225 | 1225 |
| 1226 # TODO(brettw) figure out how to get this: | 1226 # TODO(brettw) figure out how to get this: |
| 1227 # 'variables': { 'enable_wexit_time_destructors': 1, }, | 1227 # 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1228 } | 1228 } |
| OLD | NEW |