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

Unified Diff: net/BUILD.gn

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
« no previous file with comments | « no previous file | net/features.gni » ('j') | net/features.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index cd3d690e110aa3e16ba863a8876892387fa5a072..45f6d3e20969d43bf5df05f5debea4dd61a42ca0 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -53,6 +53,7 @@ buildflag_header("features") {
"ENABLE_MDNS=$enable_mdns",
"ENABLE_WEBSOCKETS=$enable_websockets",
"USE_BYTE_CERTS=$use_byte_certs",
+ "INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST=$include_transport_security_state_preload_list",
]
}
« no previous file with comments | « no previous file | net/features.gni » ('j') | net/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698