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

Side by Side Diff: net/BUILD.gn

Issue 2726873003: Make transport security state data source configurable. (Closed)
Patch Set: Add TransportSecurityStateSource struct. Created 3 years, 9 months 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
« no previous file with comments | « no previous file | net/http/transport_security_state.h » ('j') | net/http/transport_security_state.h » ('J')
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("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "http/http_response_info.cc", 274 "http/http_response_info.cc",
275 "http/http_response_info.h", 275 "http/http_response_info.h",
276 "http/http_security_headers.cc", 276 "http/http_security_headers.cc",
277 "http/http_security_headers.h", 277 "http/http_security_headers.h",
278 "http/http_util.cc", 278 "http/http_util.cc",
279 "http/http_util.h", 279 "http/http_util.h",
280 "http/http_vary_data.cc", 280 "http/http_vary_data.cc",
281 "http/http_vary_data.h", 281 "http/http_vary_data.h",
282 "http/transport_security_state.cc", 282 "http/transport_security_state.cc",
283 "http/transport_security_state.h", 283 "http/transport_security_state.h",
284 "http/transport_security_state_structs.h",
284 "log/net_log.cc", 285 "log/net_log.cc",
285 "log/net_log.h", 286 "log/net_log.h",
286 "log/net_log_capture_mode.cc", 287 "log/net_log_capture_mode.cc",
287 "log/net_log_capture_mode.h", 288 "log/net_log_capture_mode.h",
288 "log/net_log_entry.cc", 289 "log/net_log_entry.cc",
289 "log/net_log_entry.h", 290 "log/net_log_entry.h",
290 "log/net_log_event_type_list.h", 291 "log/net_log_event_type_list.h",
291 "log/net_log_source.cc", 292 "log/net_log_source.cc",
292 "log/net_log_source.h", 293 "log/net_log_source.h",
293 "log/net_log_source_type_list.h", 294 "log/net_log_source_type_list.h",
(...skipping 5411 matching lines...) Expand 10 before | Expand all | Expand 10 after
5705 "tools/transport_security_state_generator/trie/trie_writer.cc", 5706 "tools/transport_security_state_generator/trie/trie_writer.cc",
5706 "tools/transport_security_state_generator/trie/trie_writer.h", 5707 "tools/transport_security_state_generator/trie/trie_writer.h",
5707 ] 5708 ]
5708 deps = [ 5709 deps = [
5709 "//base", 5710 "//base",
5710 "//crypto", 5711 "//crypto",
5711 "//third_party/boringssl", 5712 "//third_party/boringssl",
5712 ] 5713 ]
5713 } 5714 }
5714 } 5715 }
OLDNEW
« no previous file with comments | « no previous file | net/http/transport_security_state.h » ('j') | net/http/transport_security_state.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698