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

Unified Diff: net/BUILD.gn

Issue 2551153003: Add static domain security state generator tool. (Closed)
Patch Set: Fix iOS? Created 4 years 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/net.gypi » ('j') | no next file with comments »
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 edacd2fc245713c3039fd2aeedd785515f795690..49e2d42f52e99c356566ec188c1dcdee9aacb969 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2073,3 +2073,14 @@ fuzzer_test("net_http_security_headers_hpkp_report_only_fuzzer") {
]
dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict"
}
+
+if (host_toolchain == current_toolchain) {
+ executable("domain_security_preload_generator") {
+ sources = gypi_values.net_domain_security_state_generator_sources
+ deps = [
+ "//base",
+ "//crypto",
+ "//third_party/boringssl",
+ ]
+ }
+}
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698