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

Unified Diff: net/features.gni

Issue 2906633003: Add a build flag to configure bundling of HSTS preload list (Closed)
Patch Set: change flag to INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: net/features.gni
diff --git a/net/features.gni b/net/features.gni
index 12ba0e011c2f0893940ef0394d289251e5e7b21b..27d7b7506d1837bc1dc2b3a9eaf91c954b47225e 100644
--- a/net/features.gni
+++ b/net/features.gni
@@ -27,4 +27,7 @@ declare_args() {
# Multicast DNS.
enable_mdns = is_win || is_linux
+
+ # Whether transport security preload list should be included.
Ryan Sleevi 2017/06/29 20:47:40 Can we provide any better documentation here about
xunjieli 2017/06/30 19:12:18 Done.
+ include_transport_security_state_preload_list = true
}
« no previous file with comments | « net/BUILD.gn ('k') | net/http/BUILD.gn » ('j') | net/http/http_security_headers_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698