| OLD | NEW |
| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//build/split_static_library.gni") | 7 import("//build/split_static_library.gni") |
| 8 import("//testing/libfuzzer/fuzzer_test.gni") | 8 import("//testing/libfuzzer/fuzzer_test.gni") |
| 9 import("//third_party/WebKit/Source/bindings/bindings.gni") | 9 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| 10 import("//third_party/WebKit/Source/bindings/modules/modules.gni") | 10 import("//third_party/WebKit/Source/bindings/modules/modules.gni") |
| (...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 "animation/animatable/AnimatableDoubleAndBoolTest.cpp", | 932 "animation/animatable/AnimatableDoubleAndBoolTest.cpp", |
| 933 "animation/animatable/AnimatableDoubleTest.cpp", | 933 "animation/animatable/AnimatableDoubleTest.cpp", |
| 934 "animation/animatable/AnimatableLengthTest.cpp", | 934 "animation/animatable/AnimatableLengthTest.cpp", |
| 935 "animation/animatable/AnimatableNeutralTest.cpp", | 935 "animation/animatable/AnimatableNeutralTest.cpp", |
| 936 "animation/animatable/AnimatableStrokeDasharrayListTest.cpp", | 936 "animation/animatable/AnimatableStrokeDasharrayListTest.cpp", |
| 937 "animation/animatable/AnimatableUnknownTest.cpp", | 937 "animation/animatable/AnimatableUnknownTest.cpp", |
| 938 "animation/animatable/AnimatableValueTestHelper.cpp", | 938 "animation/animatable/AnimatableValueTestHelper.cpp", |
| 939 "animation/animatable/AnimatableValueTestHelper.h", | 939 "animation/animatable/AnimatableValueTestHelper.h", |
| 940 "animation/animatable/AnimatableValueTestHelperTest.cpp", | 940 "animation/animatable/AnimatableValueTestHelperTest.cpp", |
| 941 "clipboard/DataObjectTest.cpp", | 941 "clipboard/DataObjectTest.cpp", |
| 942 "css/ActiveStyleSheetsTest.cpp", |
| 942 "css/AffectedByFocusTest.cpp", | 943 "css/AffectedByFocusTest.cpp", |
| 943 "css/CSSCalculationValueTest.cpp", | 944 "css/CSSCalculationValueTest.cpp", |
| 944 "css/CSSFontFaceSourceTest.cpp", | 945 "css/CSSFontFaceSourceTest.cpp", |
| 945 "css/CSSPageRuleTest.cpp", | 946 "css/CSSPageRuleTest.cpp", |
| 946 "css/CSSSelectorTest.cpp", | 947 "css/CSSSelectorTest.cpp", |
| 947 "css/CSSStyleDeclarationTest.cpp", | 948 "css/CSSStyleDeclarationTest.cpp", |
| 948 "css/CSSStyleSheetResourceTest.cpp", | 949 "css/CSSStyleSheetResourceTest.cpp", |
| 949 "css/CSSTestHelper.cpp", | 950 "css/CSSTestHelper.cpp", |
| 950 "css/CSSTestHelper.h", | 951 "css/CSSTestHelper.h", |
| 951 "css/CSSValueTestHelper.h", | 952 "css/CSSValueTestHelper.h", |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1223 sources = [ | 1224 sources = [ |
| 1224 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1225 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
| 1225 "html/parser/TextResourceDecoderForFuzzing.h", | 1226 "html/parser/TextResourceDecoderForFuzzing.h", |
| 1226 ] | 1227 ] |
| 1227 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1228 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
| 1228 deps = [ | 1229 deps = [ |
| 1229 ":core", | 1230 ":core", |
| 1230 "../platform:blink_fuzzer_test_support", | 1231 "../platform:blink_fuzzer_test_support", |
| 1231 ] | 1232 ] |
| 1232 } | 1233 } |
| OLD | NEW |