| 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", | 
| +    ] | 
| +  } | 
| +} | 
|  |