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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2686843002: Add more seed corpus for blink_png_decoder_fuzzer. (Closed)
Patch Set: Rebase 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 fuzzer_test("blink_png_decoder_fuzzer") { 2050 fuzzer_test("blink_png_decoder_fuzzer") {
2051 sources = [ 2051 sources = [
2052 "PngFuzzer.cpp", 2052 "PngFuzzer.cpp",
2053 ] 2053 ]
2054 deps = [ 2054 deps = [
2055 ":blink_fuzzer_test_support", 2055 ":blink_fuzzer_test_support",
2056 ":platform", 2056 ":platform",
2057 "//third_party/libpng", 2057 "//third_party/libpng",
2058 ] 2058 ]
2059 dict = "//testing/libfuzzer/fuzzers/dicts/png.dict" 2059 dict = "//testing/libfuzzer/fuzzers/dicts/png.dict"
2060 seed_corpus = "//third_party/WebKit/LayoutTests/images/resources/pngfuzz" 2060 seed_corpuses = [
2061 "//cc/test/data",
2062 "//third_party/WebKit/LayoutTests/images/png-suite/samples",
2063 "//third_party/WebKit/LayoutTests/images/resources/pngfuzz",
2064 ]
2061 } 2065 }
2062 2066
2063 # Fuzzer for blink::JSONParser. 2067 # Fuzzer for blink::JSONParser.
2064 fuzzer_test("blink_json_parser_fuzzer") { 2068 fuzzer_test("blink_json_parser_fuzzer") {
2065 sources = [ 2069 sources = [
2066 "json/JSONParserFuzzer.cpp", 2070 "json/JSONParserFuzzer.cpp",
2067 ] 2071 ]
2068 deps = [ 2072 deps = [
2069 ":blink_fuzzer_test_support", 2073 ":blink_fuzzer_test_support",
2070 ":platform", 2074 ":platform",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 "//third_party/WebKit/Source:config", 2115 "//third_party/WebKit/Source:config",
2112 "//third_party/WebKit/Source:inside_blink", 2116 "//third_party/WebKit/Source:inside_blink",
2113 ] 2117 ]
2114 2118
2115 deps = [ 2119 deps = [
2116 ":test_support", 2120 ":test_support",
2117 "//testing/gmock", 2121 "//testing/gmock",
2118 "//testing/gtest", 2122 "//testing/gtest",
2119 ] 2123 ]
2120 } 2124 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698