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

Unified Diff: net/http/BUILD.gn

Issue 2906633003: Add a build flag to configure bundling of HSTS preload list (Closed)
Patch Set: address sleevi comments 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/http/BUILD.gn
diff --git a/net/http/BUILD.gn b/net/http/BUILD.gn
index e51061939fa3addbc41df6b73949e87c2e3e6d7e..a23d03ec29f875982962896f1ead7f4194b45f2e 100644
--- a/net/http/BUILD.gn
+++ b/net/http/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/compiled_action.gni")
+import("//net/features.gni")
compiled_action("generate_transport_security_state") {
tool = "//net/tools/transport_security_state_generator"
@@ -23,6 +24,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