| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 4b7d98e2dd90411296ce9bb2a96e1830aeaf3c55..00f37c89cef01e95cc4a8e966d63270d7310f01d 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -589,12 +589,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",
|
|
|