| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 425812b5eda6fda202f62809b7ce8935f3fc36ec..1ec92e6b096b7f6f8a06c7e798efb55f96556ddd 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -412,14 +412,17 @@ css_properties("make_core_generated_computed_style_base") {
|
| }
|
|
|
| css_properties("make_core_generated_css_property_apis") {
|
| - script = "../build/scripts/make_css_property_apis.py"
|
| - other_inputs = [
|
| - "../build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl",
|
| - "../build/scripts/templates/CSSPropertyAPIFiles.h.tmpl",
|
| - ]
|
| - outputs = [
|
| - "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp",
|
| - ]
|
| + script = "../build/scripts/make_css_property_apis.py"
|
| + other_inputs = [
|
| + "../build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl",
|
| + "../build/scripts/templates/CSSPropertyAPIFiles.h.tmpl",
|
| + ]
|
| + in_files = [
|
| + "css/properties/CSSPropertyAPIMethods.json5",
|
| + ]
|
| + outputs = [
|
| + "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp",
|
| + ]
|
| }
|
|
|
| css_properties("make_core_generated_css_property_names") {
|
|
|