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

Side by Side Diff: net/BUILD.gn

Issue 2686673003: Initial fuzzer for SpdySession (Closed)
Patch Set: Apply review feedback Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/data/fuzzer_data/net_spdy_session_fuzzer/simple_reply.bin » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 2342 matching lines...) Expand 10 before | Expand all | Expand 10 after
2353 "nqe/network_quality_estimator_test_util.cc", 2353 "nqe/network_quality_estimator_test_util.cc",
2354 "nqe/network_quality_estimator_test_util.h", 2354 "nqe/network_quality_estimator_test_util.h",
2355 "proxy/mock_proxy_resolver.cc", 2355 "proxy/mock_proxy_resolver.cc",
2356 "proxy/mock_proxy_resolver.h", 2356 "proxy/mock_proxy_resolver.h",
2357 "proxy/mock_proxy_script_fetcher.cc", 2357 "proxy/mock_proxy_script_fetcher.cc",
2358 "proxy/mock_proxy_script_fetcher.h", 2358 "proxy/mock_proxy_script_fetcher.h",
2359 "proxy/proxy_config_service_common_unittest.cc", 2359 "proxy/proxy_config_service_common_unittest.cc",
2360 "proxy/proxy_config_service_common_unittest.h", 2360 "proxy/proxy_config_service_common_unittest.h",
2361 "socket/socket_test_util.cc", 2361 "socket/socket_test_util.cc",
2362 "socket/socket_test_util.h", 2362 "socket/socket_test_util.h",
2363 "spdy/spdy_test_util_common.cc",
2364 "spdy/spdy_test_util_common.h",
2363 "test/cert_test_util.cc", 2365 "test/cert_test_util.cc",
2364 "test/cert_test_util.h", 2366 "test/cert_test_util.h",
2365 "test/cert_test_util_nss.cc", 2367 "test/cert_test_util_nss.cc",
2366 "test/channel_id_test_util.cc", 2368 "test/channel_id_test_util.cc",
2367 "test/channel_id_test_util.h", 2369 "test/channel_id_test_util.h",
2368 "test/ct_test_util.cc", 2370 "test/ct_test_util.cc",
2369 "test/ct_test_util.h", 2371 "test/ct_test_util.h",
2370 "test/embedded_test_server/default_handlers.cc", 2372 "test/embedded_test_server/default_handlers.cc",
2371 "test/embedded_test_server/default_handlers.h", 2373 "test/embedded_test_server/default_handlers.h",
2372 "test/embedded_test_server/embedded_test_server.cc", 2374 "test/embedded_test_server/embedded_test_server.cc",
(...skipping 2290 matching lines...) Expand 10 before | Expand all | Expand 10 after
4663 "spdy/spdy_protocol_test_utils.h", 4665 "spdy/spdy_protocol_test_utils.h",
4664 "spdy/spdy_proxy_client_socket_unittest.cc", 4666 "spdy/spdy_proxy_client_socket_unittest.cc",
4665 "spdy/spdy_read_queue_unittest.cc", 4667 "spdy/spdy_read_queue_unittest.cc",
4666 "spdy/spdy_session_pool_unittest.cc", 4668 "spdy/spdy_session_pool_unittest.cc",
4667 "spdy/spdy_session_test_util.cc", 4669 "spdy/spdy_session_test_util.cc",
4668 "spdy/spdy_session_test_util.h", 4670 "spdy/spdy_session_test_util.h",
4669 "spdy/spdy_session_unittest.cc", 4671 "spdy/spdy_session_unittest.cc",
4670 "spdy/spdy_stream_test_util.cc", 4672 "spdy/spdy_stream_test_util.cc",
4671 "spdy/spdy_stream_test_util.h", 4673 "spdy/spdy_stream_test_util.h",
4672 "spdy/spdy_stream_unittest.cc", 4674 "spdy/spdy_stream_unittest.cc",
4673 "spdy/spdy_test_util_common.cc",
4674 "spdy/spdy_test_util_common.h",
4675 "spdy/spdy_test_utils.cc", 4675 "spdy/spdy_test_utils.cc",
4676 "spdy/spdy_test_utils.h", 4676 "spdy/spdy_test_utils.h",
4677 "spdy/spdy_write_queue_unittest.cc", 4677 "spdy/spdy_write_queue_unittest.cc",
4678 "ssl/channel_id_service_unittest.cc", 4678 "ssl/channel_id_service_unittest.cc",
4679 "ssl/client_cert_store_mac_unittest.cc", 4679 "ssl/client_cert_store_mac_unittest.cc",
4680 "ssl/client_cert_store_nss_unittest.cc", 4680 "ssl/client_cert_store_nss_unittest.cc",
4681 "ssl/client_cert_store_unittest-inl.h", 4681 "ssl/client_cert_store_unittest-inl.h",
4682 "ssl/client_cert_store_win_unittest.cc", 4682 "ssl/client_cert_store_win_unittest.cc",
4683 "ssl/default_channel_id_store_unittest.cc", 4683 "ssl/default_channel_id_store_unittest.cc",
4684 "ssl/openssl_client_key_store_unittest.cc", 4684 "ssl/openssl_client_key_store_unittest.cc",
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
5673 ":http_server", 5673 ":http_server",
5674 ":net_fuzzer_test_support", 5674 ":net_fuzzer_test_support",
5675 ":test_support", 5675 ":test_support",
5676 "//base", 5676 "//base",
5677 "//net", 5677 "//net",
5678 ] 5678 ]
5679 dict = "data/fuzzer_dictionaries/net_http_server_fuzzer.dict" 5679 dict = "data/fuzzer_dictionaries/net_http_server_fuzzer.dict"
5680 seed_corpus = "data/fuzzer_data/http_server_requests/" 5680 seed_corpus = "data/fuzzer_data/http_server_requests/"
5681 } 5681 }
5682 5682
5683 fuzzer_test("net_spdy_session_fuzzer") {
5684 sources = [
5685 "spdy/spdy_session_fuzzer.cc",
5686 ]
5687 deps = [
5688 ":net_fuzzer_test_support",
5689 ":test_support",
5690 "//base",
5691 "//net",
5692 ]
5693 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5694 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5695 }
5696
5683 if (host_toolchain == current_toolchain && !is_proto_quic) { 5697 if (host_toolchain == current_toolchain && !is_proto_quic) {
5684 executable("transport_security_state_generator") { 5698 executable("transport_security_state_generator") {
5685 sources = [ 5699 sources = [
5686 "tools/transport_security_state_generator/bit_writer.cc", 5700 "tools/transport_security_state_generator/bit_writer.cc",
5687 "tools/transport_security_state_generator/bit_writer.h", 5701 "tools/transport_security_state_generator/bit_writer.h",
5688 "tools/transport_security_state_generator/cert_util.cc", 5702 "tools/transport_security_state_generator/cert_util.cc",
5689 "tools/transport_security_state_generator/cert_util.h", 5703 "tools/transport_security_state_generator/cert_util.h",
5690 "tools/transport_security_state_generator/huffman/huffman_builder.cc", 5704 "tools/transport_security_state_generator/huffman/huffman_builder.cc",
5691 "tools/transport_security_state_generator/huffman/huffman_builder.h", 5705 "tools/transport_security_state_generator/huffman/huffman_builder.h",
5692 "tools/transport_security_state_generator/pinset.cc", 5706 "tools/transport_security_state_generator/pinset.cc",
(...skipping 12 matching lines...) Expand all
5705 "tools/transport_security_state_generator/trie/trie_writer.cc", 5719 "tools/transport_security_state_generator/trie/trie_writer.cc",
5706 "tools/transport_security_state_generator/trie/trie_writer.h", 5720 "tools/transport_security_state_generator/trie/trie_writer.h",
5707 ] 5721 ]
5708 deps = [ 5722 deps = [
5709 "//base", 5723 "//base",
5710 "//crypto", 5724 "//crypto",
5711 "//third_party/boringssl", 5725 "//third_party/boringssl",
5712 ] 5726 ]
5713 } 5727 }
5714 } 5728 }
OLDNEW
« no previous file with comments | « no previous file | net/data/fuzzer_data/net_spdy_session_fuzzer/simple_reply.bin » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698