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

Unified Diff: net/BUILD.gn

Issue 2680933009: Add unittests for HSTS decoding. (Closed)
Patch Set: Comment rsleevi. 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/http/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 0ecbca526f8b1e3c5f28041af2f84dc12b3cf547..0c95f228409218fb10bce17ea120e723518b86fb 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -4735,6 +4735,7 @@ test("net_unittests") {
"//crypto:platform",
"//crypto:test_support",
"//net/base/registry_controlled_domains",
+ "//net/http:transport_security_state_unittest_data",
"//testing/gmock",
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",
@@ -5672,36 +5673,3 @@ fuzzer_test("net_spdy_session_fuzzer") {
dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
}
-
-if (host_toolchain == current_toolchain && !is_proto_quic) {
- executable("transport_security_state_generator") {
- sources = [
- "tools/transport_security_state_generator/bit_writer.cc",
- "tools/transport_security_state_generator/bit_writer.h",
- "tools/transport_security_state_generator/cert_util.cc",
- "tools/transport_security_state_generator/cert_util.h",
- "tools/transport_security_state_generator/huffman/huffman_builder.cc",
- "tools/transport_security_state_generator/huffman/huffman_builder.h",
- "tools/transport_security_state_generator/pinset.cc",
- "tools/transport_security_state_generator/pinset.h",
- "tools/transport_security_state_generator/pinsets.cc",
- "tools/transport_security_state_generator/pinsets.h",
- "tools/transport_security_state_generator/preloaded_state_generator.cc",
- "tools/transport_security_state_generator/preloaded_state_generator.h",
- "tools/transport_security_state_generator/spki_hash.cc",
- "tools/transport_security_state_generator/spki_hash.h",
- "tools/transport_security_state_generator/transport_security_state_entry.cc",
- "tools/transport_security_state_generator/transport_security_state_entry.h",
- "tools/transport_security_state_generator/transport_security_state_generator.cc",
- "tools/transport_security_state_generator/trie/trie_bit_buffer.cc",
- "tools/transport_security_state_generator/trie/trie_bit_buffer.h",
- "tools/transport_security_state_generator/trie/trie_writer.cc",
- "tools/transport_security_state_generator/trie/trie_writer.h",
- ]
- deps = [
- "//base",
- "//crypto",
- "//third_party/boringssl",
- ]
- }
-}
« no previous file with comments | « no previous file | net/http/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698