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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 "../build/scripts/templates/ComputedStyleBase.h.tmpl", | 417 "../build/scripts/templates/ComputedStyleBase.h.tmpl", |
418 "../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl", | 418 "../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl", |
419 ] | 419 ] |
420 outputs = [ | 420 outputs = [ |
421 "$blink_core_output_dir/ComputedStyleBase.cpp", | 421 "$blink_core_output_dir/ComputedStyleBase.cpp", |
422 "$blink_core_output_dir/ComputedStyleBase.h", | 422 "$blink_core_output_dir/ComputedStyleBase.h", |
423 "$blink_core_output_dir/ComputedStyleBaseConstants.h", | 423 "$blink_core_output_dir/ComputedStyleBaseConstants.h", |
424 ] | 424 ] |
425 } | 425 } |
426 | 426 |
427 css_properties("make_core_generated_css_property_descriptor") { | 427 css_properties("make_core_generated_css_property_apis") { |
428 script = "../build/scripts/make_css_property_descriptor.py" | 428 script = "../build/scripts/make_css_property_apis.py" |
429 other_inputs = [ "../build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl" ] | 429 other_inputs = [ |
| 430 "../build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl", |
| 431 "../build/scripts/templates/CSSPropertyAPIFiles.h.tmpl", |
| 432 ] |
430 outputs = [ | 433 outputs = [ |
431 "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp", | 434 "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp", |
432 ] | 435 ] |
433 } | 436 } |
434 | 437 |
435 css_properties("make_core_generated_css_property_names") { | 438 css_properties("make_core_generated_css_property_names") { |
436 script = "../build/scripts/make_css_property_names.py" | 439 script = "../build/scripts/make_css_property_names.py" |
437 outputs = [ | 440 outputs = [ |
438 "$blink_core_output_dir/CSSPropertyNames.cpp", | 441 "$blink_core_output_dir/CSSPropertyNames.cpp", |
439 "$blink_core_output_dir/CSSPropertyNames.h", | 442 "$blink_core_output_dir/CSSPropertyNames.h", |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 } | 869 } |
867 | 870 |
868 # Targets from above that generate outputs that need to be compiled. | 871 # Targets from above that generate outputs that need to be compiled. |
869 # All sources declared as outputs from these targets will be compiled into one | 872 # All sources declared as outputs from these targets will be compiled into one |
870 # target. | 873 # target. |
871 targets_generating_sources = [ | 874 targets_generating_sources = [ |
872 ":make_core_generated_bison", | 875 ":make_core_generated_bison", |
873 ":make_core_generated_css_primitive_value_unit_trie", | 876 ":make_core_generated_css_primitive_value_unit_trie", |
874 ":make_core_generated_css_property_metadata", | 877 ":make_core_generated_css_property_metadata", |
875 ":make_core_generated_computed_style_base", | 878 ":make_core_generated_computed_style_base", |
876 ":make_core_generated_css_property_descriptor", | 879 ":make_core_generated_css_property_apis", |
877 ":make_core_generated_css_property_names", | 880 ":make_core_generated_css_property_names", |
878 ":make_core_generated_cssom_types", | 881 ":make_core_generated_cssom_types", |
879 ":make_core_generated_event_factory", | 882 ":make_core_generated_event_factory", |
880 ":make_core_generated_event_names", | 883 ":make_core_generated_event_names", |
881 ":make_core_generated_event_target_names", | 884 ":make_core_generated_event_target_names", |
882 ":make_core_generated_event_type_names", | 885 ":make_core_generated_event_type_names", |
883 ":make_core_generated_fetch_initiator_type_names", | 886 ":make_core_generated_fetch_initiator_type_names", |
884 ":make_core_generated_html_element_factory", | 887 ":make_core_generated_html_element_factory", |
885 ":make_core_generated_html_element_lookup_trie", | 888 ":make_core_generated_html_element_lookup_trie", |
886 ":make_core_generated_html_entity_table", | 889 ":make_core_generated_html_entity_table", |
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1330 sources = [ | 1333 sources = [ |
1331 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1334 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
1332 ] | 1335 ] |
1333 deps = [ | 1336 deps = [ |
1334 ":core", | 1337 ":core", |
1335 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1338 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
1336 ] | 1339 ] |
1337 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1340 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
1338 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1341 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
1339 } | 1342 } |
OLD | NEW |