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

Side by Side Diff: components/cronet/ios/BUILD.gn

Issue 2493863002: [Cronet] Ignore Certificate Transparency to avoid CT log expiration. (Closed)
Patch Set: Use IgnoresCTVerifier / PolicyEnforcer on iOS. Created 4 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/ios/rules.gni") 6 import("//build/config/ios/rules.gni")
7 import("//build/config/mac/symbols.gni") 7 import("//build/config/mac/symbols.gni")
8 import("//build/mac/tweak_info_plist.gni") 8 import("//build/mac/tweak_info_plist.gni")
9 import("//build/util/process_version.gni") 9 import("//build/util/process_version.gni")
10 import("//build/util/version.gni") 10 import("//build/util/version.gni")
(...skipping 25 matching lines...) Expand all
36 "//components/metrics:metrics", 36 "//components/metrics:metrics",
37 "//components/metrics/proto:proto", 37 "//components/metrics/proto:proto",
38 "//components/prefs:prefs", 38 "//components/prefs:prefs",
39 "//ios/net:net", 39 "//ios/net:net",
40 "//ios/web:user_agent", 40 "//ios/web:user_agent",
41 "//net", 41 "//net",
42 "//url", 42 "//url",
43 ] 43 ]
44 44
45 sources = [ 45 sources = [
46 "../ct_ignores.cc",
47 "../ct_ignores.h",
46 "../histogram_manager.cc", 48 "../histogram_manager.cc",
47 "../histogram_manager.h", 49 "../histogram_manager.h",
48 "../stale_host_resolver.cc", 50 "../stale_host_resolver.cc",
49 "../stale_host_resolver.h", 51 "../stale_host_resolver.h",
50 "../url_request_context_config.cc", 52 "../url_request_context_config.cc",
51 "../url_request_context_config.h", 53 "../url_request_context_config.h",
52 "Cronet.h", 54 "Cronet.h",
53 "Cronet.mm", 55 "Cronet.mm",
54 "cronet_bidirectional_stream.cc", 56 "cronet_bidirectional_stream.cc",
55 "cronet_bidirectional_stream.h", 57 "cronet_bidirectional_stream.h",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 ] 222 ]
221 } 223 }
222 224
223 group("cronet_package") { 225 group("cronet_package") {
224 deps = [ 226 deps = [
225 ":cronet_package_copy", 227 ":cronet_package_copy",
226 ":generate_license", 228 ":generate_license",
227 ] 229 ]
228 } 230 }
229 } 231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698