| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 9eef7c509f7ae35c448b80cb709e778769820063..0dd63aef5a0bd7bfbaf545a51fdd86cba356ca60 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -5117,6 +5117,11 @@ test("net_unittests") {
|
| sources += [ "ssl/ssl_platform_key_chromecast_unittest.cc" ]
|
| sources -= [ "ssl/ssl_platform_key_nss_unittest.cc" ]
|
| }
|
| +
|
| + # Include transport_security_state_generator tests.
|
| + if (host_toolchain == current_toolchain) {
|
| + deps += [ "//net/tools/transport_security_state_generator:transport_security_state_generator_test_sources" ]
|
| + }
|
| }
|
|
|
| # !is_android && !is_win && !is_mac
|
|
|