| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "//url", | 169 "//url", |
| 170 "//v8", | 170 "//v8", |
| 171 ] | 171 ] |
| 172 deps = [ | 172 deps = [ |
| 173 "//third_party/WebKit/Source/core/animation", | 173 "//third_party/WebKit/Source/core/animation", |
| 174 "//third_party/WebKit/Source/core/clipboard", | 174 "//third_party/WebKit/Source/core/clipboard", |
| 175 "//third_party/WebKit/Source/core/css", | 175 "//third_party/WebKit/Source/core/css", |
| 176 "//third_party/WebKit/Source/core/dom", | 176 "//third_party/WebKit/Source/core/dom", |
| 177 "//third_party/WebKit/Source/core/editing", | 177 "//third_party/WebKit/Source/core/editing", |
| 178 "//third_party/WebKit/Source/core/events", | 178 "//third_party/WebKit/Source/core/events", |
| 179 "//third_party/WebKit/Source/core/fetch", | |
| 180 "//third_party/WebKit/Source/core/fileapi", | 179 "//third_party/WebKit/Source/core/fileapi", |
| 181 "//third_party/WebKit/Source/core/frame", | 180 "//third_party/WebKit/Source/core/frame", |
| 182 "//third_party/WebKit/Source/core/html", | 181 "//third_party/WebKit/Source/core/html", |
| 183 "//third_party/WebKit/Source/core/imagebitmap", | 182 "//third_party/WebKit/Source/core/imagebitmap", |
| 184 "//third_party/WebKit/Source/core/input", | 183 "//third_party/WebKit/Source/core/input", |
| 185 "//third_party/WebKit/Source/core/inspector", | 184 "//third_party/WebKit/Source/core/inspector", |
| 186 "//third_party/WebKit/Source/core/layout", | 185 "//third_party/WebKit/Source/core/layout", |
| 187 "//third_party/WebKit/Source/core/layout/svg", | 186 "//third_party/WebKit/Source/core/layout/svg", |
| 188 "//third_party/WebKit/Source/core/loader", | 187 "//third_party/WebKit/Source/core/loader", |
| 189 "//third_party/WebKit/Source/core/observer", | 188 "//third_party/WebKit/Source/core/observer", |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 } | 601 } |
| 603 | 602 |
| 604 make_names("make_core_generated_event_target_names") { | 603 make_names("make_core_generated_event_target_names") { |
| 605 in_files = [ "events/EventTargetFactory.in" ] | 604 in_files = [ "events/EventTargetFactory.in" ] |
| 606 outputs = [ | 605 outputs = [ |
| 607 "$blink_core_output_dir/EventTargetNames.cpp", | 606 "$blink_core_output_dir/EventTargetNames.cpp", |
| 608 "$blink_core_output_dir/EventTargetNames.h", | 607 "$blink_core_output_dir/EventTargetNames.h", |
| 609 ] | 608 ] |
| 610 } | 609 } |
| 611 | 610 |
| 612 make_names("make_core_generated_fetch_initiator_type_names") { | |
| 613 in_files = [ "fetch/FetchInitiatorTypeNames.in" ] | |
| 614 outputs = [ | |
| 615 "$blink_core_output_dir/fetch/FetchInitiatorTypeNames.cpp", | |
| 616 "$blink_core_output_dir/fetch/FetchInitiatorTypeNames.h", | |
| 617 ] | |
| 618 } | |
| 619 | |
| 620 make_names("make_core_generated_event_type_names") { | 611 make_names("make_core_generated_event_type_names") { |
| 621 in_files = [ "events/EventTypeNames.in" ] | 612 in_files = [ "events/EventTypeNames.in" ] |
| 622 outputs = [ | 613 outputs = [ |
| 623 "$blink_core_output_dir/EventTypeNames.cpp", | 614 "$blink_core_output_dir/EventTypeNames.cpp", |
| 624 "$blink_core_output_dir/EventTypeNames.h", | 615 "$blink_core_output_dir/EventTypeNames.h", |
| 625 ] | 616 ] |
| 626 } | 617 } |
| 627 | 618 |
| 628 make_names("make_core_generated_html_tokenizer_names") { | 619 make_names("make_core_generated_html_tokenizer_names") { |
| 629 in_files = [ "html/parser/HTMLTokenizerNames.in" ] | 620 in_files = [ "html/parser/HTMLTokenizerNames.in" ] |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 ":make_core_generated_css_primitive_value_unit_trie", | 856 ":make_core_generated_css_primitive_value_unit_trie", |
| 866 ":make_core_generated_css_property_metadata", | 857 ":make_core_generated_css_property_metadata", |
| 867 ":make_core_generated_computed_style_base", | 858 ":make_core_generated_computed_style_base", |
| 868 ":make_core_generated_css_property_apis", | 859 ":make_core_generated_css_property_apis", |
| 869 ":make_core_generated_css_property_names", | 860 ":make_core_generated_css_property_names", |
| 870 ":make_core_generated_cssom_types", | 861 ":make_core_generated_cssom_types", |
| 871 ":make_core_generated_event_factory", | 862 ":make_core_generated_event_factory", |
| 872 ":make_core_generated_event_names", | 863 ":make_core_generated_event_names", |
| 873 ":make_core_generated_event_target_names", | 864 ":make_core_generated_event_target_names", |
| 874 ":make_core_generated_event_type_names", | 865 ":make_core_generated_event_type_names", |
| 875 ":make_core_generated_fetch_initiator_type_names", | |
| 876 ":make_core_generated_html_element_factory", | 866 ":make_core_generated_html_element_factory", |
| 877 ":make_core_generated_html_element_lookup_trie", | 867 ":make_core_generated_html_element_lookup_trie", |
| 878 ":make_core_generated_html_entity_table", | 868 ":make_core_generated_html_entity_table", |
| 879 ":make_core_generated_html_tokenizer_names", | 869 ":make_core_generated_html_tokenizer_names", |
| 880 ":make_core_generated_input_mode_names", | 870 ":make_core_generated_input_mode_names", |
| 881 ":make_core_generated_input_type_names", | 871 ":make_core_generated_input_type_names", |
| 882 ":make_core_generated_math_ml_names", | 872 ":make_core_generated_math_ml_names", |
| 883 ":make_core_generated_media_feature_names", | 873 ":make_core_generated_media_feature_names", |
| 884 ":make_core_generated_media_type_names", | 874 ":make_core_generated_media_type_names", |
| 885 ":make_core_generated_origin_trials", | 875 ":make_core_generated_origin_trials", |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1087 "dom/custom/CustomElementRegistryTest.cpp", | 1077 "dom/custom/CustomElementRegistryTest.cpp", |
| 1088 "dom/custom/CustomElementTest.cpp", | 1078 "dom/custom/CustomElementTest.cpp", |
| 1089 "dom/custom/CustomElementTestHelpers.cpp", | 1079 "dom/custom/CustomElementTestHelpers.cpp", |
| 1090 "dom/custom/CustomElementTestHelpers.h", | 1080 "dom/custom/CustomElementTestHelpers.h", |
| 1091 "dom/custom/CustomElementUpgradeSorterTest.cpp", | 1081 "dom/custom/CustomElementUpgradeSorterTest.cpp", |
| 1092 "dom/shadow/FlatTreeTraversalTest.cpp", | 1082 "dom/shadow/FlatTreeTraversalTest.cpp", |
| 1093 "dom/shadow/SlotScopedTraversalTest.cpp", | 1083 "dom/shadow/SlotScopedTraversalTest.cpp", |
| 1094 "events/EventPathTest.cpp", | 1084 "events/EventPathTest.cpp", |
| 1095 "events/EventTargetTest.cpp", | 1085 "events/EventTargetTest.cpp", |
| 1096 "events/PointerEventFactoryTest.cpp", | 1086 "events/PointerEventFactoryTest.cpp", |
| 1097 "fetch/ClientHintsPreferencesTest.cpp", | |
| 1098 "fetch/CrossOriginAccessControlTest.cpp", | |
| 1099 "fetch/FetchUtilsTest.cpp", | |
| 1100 "fetch/MemoryCacheCorrectnessTest.cpp", | |
| 1101 "fetch/MemoryCacheCorrectnessTestHelper.cpp", | |
| 1102 "fetch/MemoryCacheCorrectnessTestHelper.h", | |
| 1103 "fetch/MemoryCacheTest.cpp", | |
| 1104 "fetch/MockFetchContext.h", | |
| 1105 "fetch/MockResource.cpp", | |
| 1106 "fetch/MockResource.h", | |
| 1107 "fetch/MockResourceClient.cpp", | |
| 1108 "fetch/MockResourceClient.h", | |
| 1109 "fetch/RawResourceTest.cpp", | |
| 1110 "fetch/ResourceFetcherTest.cpp", | |
| 1111 "fetch/ResourceLoaderOptionsTest.cpp", | |
| 1112 "fetch/ResourceTest.cpp", | |
| 1113 "fileapi/FileListTest.cpp", | 1087 "fileapi/FileListTest.cpp", |
| 1114 "fileapi/FileTest.cpp", | 1088 "fileapi/FileTest.cpp", |
| 1115 "frame/FeaturePolicyInFrameTest.cpp", | 1089 "frame/FeaturePolicyInFrameTest.cpp", |
| 1116 "frame/FrameViewTest.cpp", | 1090 "frame/FrameViewTest.cpp", |
| 1117 "frame/HistoryTest.cpp", | 1091 "frame/HistoryTest.cpp", |
| 1118 "frame/ImageBitmapTest.cpp", | 1092 "frame/ImageBitmapTest.cpp", |
| 1119 "frame/LocalFrameTest.cpp", | 1093 "frame/LocalFrameTest.cpp", |
| 1120 "frame/OriginsUsingFeaturesTest.cpp", | 1094 "frame/OriginsUsingFeaturesTest.cpp", |
| 1121 "frame/PerformanceMonitorTest.cpp", | 1095 "frame/PerformanceMonitorTest.cpp", |
| 1122 "frame/RootFrameViewportTest.cpp", | 1096 "frame/RootFrameViewportTest.cpp", |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 sources = [ | 1304 sources = [ |
| 1331 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1305 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
| 1332 ] | 1306 ] |
| 1333 deps = [ | 1307 deps = [ |
| 1334 ":core", | 1308 ":core", |
| 1335 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1309 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
| 1336 ] | 1310 ] |
| 1337 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1311 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
| 1338 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1312 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
| 1339 } | 1313 } |
| OLD | NEW |