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

Unified Diff: net/http/BUILD.gn

Issue 2906633003: Add a build flag to configure bundling of HSTS preload list (Closed)
Patch Set: address Ryan comments Created 3 years, 5 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/http/BUILD.gn
diff --git a/net/http/BUILD.gn b/net/http/BUILD.gn
index e51061939fa3addbc41df6b73949e87c2e3e6d7e..8699aeffe463973f56e84ec11e76aa4d7493910b 100644
--- a/net/http/BUILD.gn
+++ b/net/http/BUILD.gn
@@ -23,6 +23,7 @@ compiled_action("generate_transport_security_state") {
compiled_action_foreach("transport_security_state_unittest_data") {
tool = "//net/tools/transport_security_state_generator"
sources = [
+ "transport_security_state_static_unittest0.json",
"transport_security_state_static_unittest1.json",
"transport_security_state_static_unittest2.json",
"transport_security_state_static_unittest3.json",

Powered by Google App Engine
This is Rietveld 408576698