| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index c1675a1bfec8fba0a81ead2f8a3915a6b8006982..a6fef4f0d8cdccd7893b9cba455aa45838654a21 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -598,12 +598,8 @@ group("make_core_generated") {
|
| }
|
|
|
| # "CSSPropertyNames" in make_core_generated from GYP.
|
| -process_in_files("make_core_generated_css_property_names") {
|
| +css_properties("make_core_generated_css_property_names") {
|
| script = "../build/scripts/make_css_property_names.py"
|
| - in_files = [
|
| - "css/CSSPropertyNames.in",
|
| - "css/SVGCSSPropertyNames.in",
|
| - ]
|
| outputs = [
|
| "$blink_core_output_dir/CSSPropertyNames.cpp",
|
| "$blink_core_output_dir/CSSPropertyNames.h",
|
| @@ -628,11 +624,8 @@ process_in_files("make_core_generated_media_features") {
|
| }
|
|
|
| # "StylePropertyShorthand" in make_core_generated from GYP.
|
| -process_in_files("make_core_generated_style_property_shorthand") {
|
| +css_properties("make_core_generated_style_property_shorthand") {
|
| script = "../build/scripts/make_style_shorthands.py"
|
| - in_files = [
|
| - "css/CSSShorthands.in",
|
| - ]
|
| other_inputs = [
|
| "../build/scripts/templates/StylePropertyShorthand.cpp.tmpl",
|
| "../build/scripts/templates/StylePropertyShorthand.h.tmpl",
|
| @@ -644,12 +637,8 @@ process_in_files("make_core_generated_style_property_shorthand") {
|
| }
|
|
|
| # "StyleBuilder" in make_core_generated from GYP.
|
| -process_in_files("make_core_generated_style_builder") {
|
| +css_properties("make_core_generated_style_builder") {
|
| script = "../build/scripts/make_style_builder.py"
|
| -
|
| - in_files = [
|
| - "css/CSSProperties.in",
|
| - ]
|
| other_inputs = [
|
| "../build/scripts/templates/StyleBuilder.cpp.tmpl",
|
| "../build/scripts/templates/StyleBuilderFunctions.cpp.tmpl",
|
|
|