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

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

Issue 2645043003: Use InitializeBlinkFuzzTest instead of ScopedUnittestsEnvironmentSetup. (Closed)
Patch Set: Created 3 years, 11 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 | third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp » ('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 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 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 "//content/test:test_support", 1995 "//content/test:test_support",
1996 ] 1996 ]
1997 } 1997 }
1998 1998
1999 # Fuzzer for blink::MHTMLParser. 1999 # Fuzzer for blink::MHTMLParser.
2000 fuzzer_test("mhtml_parser_fuzzer") { 2000 fuzzer_test("mhtml_parser_fuzzer") {
2001 sources = [ 2001 sources = [
2002 "mhtml/MHTMLFuzzer.cpp", 2002 "mhtml/MHTMLFuzzer.cpp",
2003 ] 2003 ]
2004 deps = [ 2004 deps = [
2005 ":blink_common", 2005 ":blink_fuzzer_test_support",
2006 ":platform", 2006 ":platform",
2007 ":test_support",
2008 ] 2007 ]
2009 dict = "//testing/libfuzzer/fuzzers/dicts/mhtml.dict" 2008 dict = "//testing/libfuzzer/fuzzers/dicts/mhtml.dict"
2010 seed_corpus = "//third_party/WebKit/LayoutTests/mhtml" 2009 seed_corpus = "//third_party/WebKit/LayoutTests/mhtml"
2011 additional_configs = [ 2010 additional_configs = [
2012 "//third_party/WebKit/Source/wtf:wtf_config", 2011 "//third_party/WebKit/Source/wtf:wtf_config",
2013 "//third_party/WebKit/Source:config", 2012 "//third_party/WebKit/Source:config",
2014 ] 2013 ]
2015 } 2014 }
2016 2015
2017 # Fuzzer for blink::WebIconSizesParser. 2016 # Fuzzer for blink::WebIconSizesParser.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 "//third_party/WebKit/Source:config", 2089 "//third_party/WebKit/Source:config",
2091 "//third_party/WebKit/Source:inside_blink", 2090 "//third_party/WebKit/Source:inside_blink",
2092 ] 2091 ]
2093 2092
2094 deps = [ 2093 deps = [
2095 ":test_support", 2094 ":test_support",
2096 "//testing/gmock", 2095 "//testing/gmock",
2097 "//testing/gtest", 2096 "//testing/gtest",
2098 ] 2097 ]
2099 } 2098 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698