| 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 } | 600 } |
| 601 | 601 |
| 602 make_names("make_core_generated_input_type_names") { | 602 make_names("make_core_generated_input_type_names") { |
| 603 in_files = [ "html/forms/InputTypeNames.in" ] | 603 in_files = [ "html/forms/InputTypeNames.in" ] |
| 604 outputs = [ | 604 outputs = [ |
| 605 "$blink_core_output_dir/InputTypeNames.cpp", | 605 "$blink_core_output_dir/InputTypeNames.cpp", |
| 606 "$blink_core_output_dir/InputTypeNames.h", | 606 "$blink_core_output_dir/InputTypeNames.h", |
| 607 ] | 607 ] |
| 608 } | 608 } |
| 609 | 609 |
| 610 make_names("make_core_generated_input_mode_names") { |
| 611 in_files = [ "editing/InputModeNames.in" ] |
| 612 outputs = [ |
| 613 "$blink_core_output_dir/InputModeNames.cpp", |
| 614 "$blink_core_output_dir/InputModeNames.h", |
| 615 ] |
| 616 } |
| 617 |
| 610 # make_qualified_names --------------------------------------------------------- | 618 # make_qualified_names --------------------------------------------------------- |
| 611 | 619 |
| 612 make_qualified_names("make_core_generated_math_ml_names") { | 620 make_qualified_names("make_core_generated_math_ml_names") { |
| 613 in_files = [ | 621 in_files = [ |
| 614 "html/parser/MathMLTagNames.in", | 622 "html/parser/MathMLTagNames.in", |
| 615 "html/parser/MathMLAttributeNames.in", | 623 "html/parser/MathMLAttributeNames.in", |
| 616 ] | 624 ] |
| 617 outputs = [ | 625 outputs = [ |
| 618 "$blink_core_output_dir/MathMLNames.cpp", | 626 "$blink_core_output_dir/MathMLNames.cpp", |
| 619 "$blink_core_output_dir/MathMLNames.h", | 627 "$blink_core_output_dir/MathMLNames.h", |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 ":make_core_generated_cssom_types", | 862 ":make_core_generated_cssom_types", |
| 855 ":make_core_generated_event_factory", | 863 ":make_core_generated_event_factory", |
| 856 ":make_core_generated_event_names", | 864 ":make_core_generated_event_names", |
| 857 ":make_core_generated_event_target_names", | 865 ":make_core_generated_event_target_names", |
| 858 ":make_core_generated_event_type_names", | 866 ":make_core_generated_event_type_names", |
| 859 ":make_core_generated_fetch_initiator_type_names", | 867 ":make_core_generated_fetch_initiator_type_names", |
| 860 ":make_core_generated_html_element_factory", | 868 ":make_core_generated_html_element_factory", |
| 861 ":make_core_generated_html_element_lookup_trie", | 869 ":make_core_generated_html_element_lookup_trie", |
| 862 ":make_core_generated_html_entity_table", | 870 ":make_core_generated_html_entity_table", |
| 863 ":make_core_generated_html_tokenizer_names", | 871 ":make_core_generated_html_tokenizer_names", |
| 872 ":make_core_generated_input_mode_names", |
| 864 ":make_core_generated_input_type_names", | 873 ":make_core_generated_input_type_names", |
| 865 ":make_core_generated_math_ml_names", | 874 ":make_core_generated_math_ml_names", |
| 866 ":make_core_generated_media_feature_names", | 875 ":make_core_generated_media_feature_names", |
| 867 ":make_core_generated_media_type_names", | 876 ":make_core_generated_media_type_names", |
| 868 ":make_core_generated_origin_trials", | 877 ":make_core_generated_origin_trials", |
| 869 ":make_core_generated_style_builder", | 878 ":make_core_generated_style_builder", |
| 870 ":make_core_generated_style_property_shorthand", | 879 ":make_core_generated_style_property_shorthand", |
| 871 ":make_core_generated_svg_names", | 880 ":make_core_generated_svg_names", |
| 872 ":make_core_generated_xlink_names", | 881 ":make_core_generated_xlink_names", |
| 873 ":make_core_generated_xml_names", | 882 ":make_core_generated_xml_names", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1292 sources = [ | 1301 sources = [ |
| 1293 "html/parser/HTMLPreloadScannerFuzzer.cpp", | 1302 "html/parser/HTMLPreloadScannerFuzzer.cpp", |
| 1294 "html/parser/TextResourceDecoderForFuzzing.h", | 1303 "html/parser/TextResourceDecoderForFuzzing.h", |
| 1295 ] | 1304 ] |
| 1296 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" | 1305 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" |
| 1297 deps = [ | 1306 deps = [ |
| 1298 ":core", | 1307 ":core", |
| 1299 "../platform:blink_fuzzer_test_support", | 1308 "../platform:blink_fuzzer_test_support", |
| 1300 ] | 1309 ] |
| 1301 } | 1310 } |
| OLD | NEW |