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

Unified Diff: net/BUILD.gn

Issue 2775053002: Add unittests for different transport security state generator components. (Closed)
Patch Set: fix a comment. Created 3 years, 9 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
« no previous file with comments | « no previous file | net/tools/transport_security_state_generator/BUILD.gn » ('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 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
« no previous file with comments | « no previous file | net/tools/transport_security_state_generator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698