Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: tools/gn/secondary/net/BUILD.gn

Issue 27500004: Listen for new system certificates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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",
29 "base/address_family.h", 31 "base/address_family.h",
30 "base/address_list.cc", 32 "base/address_list.cc",
31 "base/address_list.h", 33 "base/address_list.h",
32 "base/address_tracker_linux.cc", 34 "base/address_tracker_linux.cc",
33 "base/address_tracker_linux.h", 35 "base/address_tracker_linux.h",
34 "base/auth.cc", 36 "base/auth.cc",
35 "base/auth.h", 37 "base/auth.h",
36 "base/backoff_entry.cc", 38 "base/backoff_entry.cc",
37 "base/backoff_entry.h", 39 "base/backoff_entry.h",
38 "base/bandwidth_metrics.cc", 40 "base/bandwidth_metrics.cc",
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 "server/web_socket.h", 1219 "server/web_socket.h",
1218 ] 1220 ]
1219 deps = [ 1221 deps = [
1220 ":net", 1222 ":net",
1221 "//base", 1223 "//base",
1222 ] 1224 ]
1223 1225
1224 # TODO(brettw) figure out how to get this: 1226 # TODO(brettw) figure out how to get this:
1225 # 'variables': { 'enable_wexit_time_destructors': 1, }, 1227 # 'variables': { 'enable_wexit_time_destructors': 1, },
1226 } 1228 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698