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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 "../build/scripts/templates/ComputedStyleBase.h.tmpl", | 419 "../build/scripts/templates/ComputedStyleBase.h.tmpl", |
420 "../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl", | 420 "../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl", |
421 ] | 421 ] |
422 outputs = [ | 422 outputs = [ |
423 "$blink_core_output_dir/ComputedStyleBase.cpp", | 423 "$blink_core_output_dir/ComputedStyleBase.cpp", |
424 "$blink_core_output_dir/ComputedStyleBase.h", | 424 "$blink_core_output_dir/ComputedStyleBase.h", |
425 "$blink_core_output_dir/ComputedStyleBaseConstants.h", | 425 "$blink_core_output_dir/ComputedStyleBaseConstants.h", |
426 ] | 426 ] |
427 } | 427 } |
428 | 428 |
| 429 css_properties("make_core_generated_css_property_descriptor") { |
| 430 script = "../build/scripts/make_css_property_descriptor.py" |
| 431 other_inputs = [ "../build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl" ] |
| 432 outputs = [ |
| 433 "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp", |
| 434 ] |
| 435 } |
| 436 |
429 css_properties("make_core_generated_css_property_names") { | 437 css_properties("make_core_generated_css_property_names") { |
430 script = "../build/scripts/make_css_property_names.py" | 438 script = "../build/scripts/make_css_property_names.py" |
431 outputs = [ | 439 outputs = [ |
432 "$blink_core_output_dir/CSSPropertyNames.cpp", | 440 "$blink_core_output_dir/CSSPropertyNames.cpp", |
433 "$blink_core_output_dir/CSSPropertyNames.h", | 441 "$blink_core_output_dir/CSSPropertyNames.h", |
434 ] | 442 ] |
435 } | 443 } |
436 | 444 |
437 process_in_files("make_core_generated_media_features") { | 445 process_in_files("make_core_generated_media_features") { |
438 script = "../build/scripts/make_media_features.py" | 446 script = "../build/scripts/make_media_features.py" |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
902 } | 910 } |
903 | 911 |
904 # Targets from above that generate outputs that need to be compiled. | 912 # Targets from above that generate outputs that need to be compiled. |
905 # All sources declared as outputs from these targets will be compiled into one | 913 # All sources declared as outputs from these targets will be compiled into one |
906 # target. | 914 # target. |
907 targets_generating_sources = [ | 915 targets_generating_sources = [ |
908 ":make_core_generated_bison", | 916 ":make_core_generated_bison", |
909 ":make_core_generated_css_primitive_value_unit_trie", | 917 ":make_core_generated_css_primitive_value_unit_trie", |
910 ":make_core_generated_css_property_metadata", | 918 ":make_core_generated_css_property_metadata", |
911 ":make_core_generated_computed_style_base", | 919 ":make_core_generated_computed_style_base", |
| 920 ":make_core_generated_css_property_descriptor", |
912 ":make_core_generated_css_property_names", | 921 ":make_core_generated_css_property_names", |
913 ":make_core_generated_cssom_types", | 922 ":make_core_generated_cssom_types", |
914 ":make_core_generated_event_factory", | 923 ":make_core_generated_event_factory", |
915 ":make_core_generated_event_names", | 924 ":make_core_generated_event_names", |
916 ":make_core_generated_event_target_names", | 925 ":make_core_generated_event_target_names", |
917 ":make_core_generated_event_type_names", | 926 ":make_core_generated_event_type_names", |
918 ":make_core_generated_fetch_initiator_type_names", | 927 ":make_core_generated_fetch_initiator_type_names", |
919 ":make_core_generated_html_element_factory", | 928 ":make_core_generated_html_element_factory", |
920 ":make_core_generated_html_element_lookup_trie", | 929 ":make_core_generated_html_element_lookup_trie", |
921 ":make_core_generated_html_entity_table", | 930 ":make_core_generated_html_entity_table", |
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1364 sources = [ | 1373 sources = [ |
1365 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1374 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
1366 ] | 1375 ] |
1367 deps = [ | 1376 deps = [ |
1368 ":core", | 1377 ":core", |
1369 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1378 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
1370 ] | 1379 ] |
1371 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1380 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
1372 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1381 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
1373 } | 1382 } |
OLD | NEW |