| 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/toolchain/toolchain.gni") | 6 import("//build/toolchain/toolchain.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//testing/libfuzzer/fuzzer_test.gni") | 9 import("//testing/libfuzzer/fuzzer_test.gni") |
| 10 import("//third_party/WebKit/Source/bindings/bindings.gni") | 10 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| (...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 "css/CSSStyleDeclarationTest.cpp", | 998 "css/CSSStyleDeclarationTest.cpp", |
| 999 "css/CSSStyleSheetResourceTest.cpp", | 999 "css/CSSStyleSheetResourceTest.cpp", |
| 1000 "css/CSSTestHelper.cpp", | 1000 "css/CSSTestHelper.cpp", |
| 1001 "css/CSSTestHelper.h", | 1001 "css/CSSTestHelper.h", |
| 1002 "css/CSSValueTestHelper.h", | 1002 "css/CSSValueTestHelper.h", |
| 1003 "css/DragUpdateTest.cpp", | 1003 "css/DragUpdateTest.cpp", |
| 1004 "css/MediaQueryEvaluatorTest.cpp", | 1004 "css/MediaQueryEvaluatorTest.cpp", |
| 1005 "css/MediaQueryListTest.cpp", | 1005 "css/MediaQueryListTest.cpp", |
| 1006 "css/MediaQueryMatcherTest.cpp", | 1006 "css/MediaQueryMatcherTest.cpp", |
| 1007 "css/MediaQuerySetTest.cpp", | 1007 "css/MediaQuerySetTest.cpp", |
| 1008 "css/MediaValuesInitialViewportTest.cpp", |
| 1008 "css/MediaValuesTest.cpp", | 1009 "css/MediaValuesTest.cpp", |
| 1009 "css/RuleFeatureSetTest.cpp", | 1010 "css/RuleFeatureSetTest.cpp", |
| 1010 "css/RuleSetTest.cpp", | 1011 "css/RuleSetTest.cpp", |
| 1011 "css/StyleSheetContentsTest.cpp", | 1012 "css/StyleSheetContentsTest.cpp", |
| 1012 "css/cssom/CSSResourceValueTest.cpp", | 1013 "css/cssom/CSSResourceValueTest.cpp", |
| 1013 "css/cssom/CSSStyleImageValueTest.cpp", | 1014 "css/cssom/CSSStyleImageValueTest.cpp", |
| 1014 "css/cssom/CSSURLImageValueTest.cpp", | 1015 "css/cssom/CSSURLImageValueTest.cpp", |
| 1015 "css/cssom/CSSUnparsedValueTest.cpp", | 1016 "css/cssom/CSSUnparsedValueTest.cpp", |
| 1016 "css/cssom/CSSVariableReferenceValueTest.cpp", | 1017 "css/cssom/CSSVariableReferenceValueTest.cpp", |
| 1017 "css/cssom/FilteredComputedStylePropertyMapTest.cpp", | 1018 "css/cssom/FilteredComputedStylePropertyMapTest.cpp", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1286 sources = [ | 1287 sources = [ |
| 1287 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1288 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
| 1288 "html/parser/TextResourceDecoderForFuzzing.h", | 1289 "html/parser/TextResourceDecoderForFuzzing.h", |
| 1289 ] | 1290 ] |
| 1290 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1291 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
| 1291 deps = [ | 1292 deps = [ |
| 1292 ":core", | 1293 ":core", |
| 1293 "../platform:blink_fuzzer_test_support", | 1294 "../platform:blink_fuzzer_test_support", |
| 1294 ] | 1295 ] |
| 1295 } | 1296 } |
| OLD | NEW |