| 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 b20f845a3dca65510d43fc4b88880c6fef88eff4..d21632ee63b6d01c8fb8fa79c0107a05c5f3f522 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -426,6 +426,14 @@ css_properties("make_core_generated_computed_style_base") {
|
| ]
|
| }
|
|
|
| +css_properties("make_core_generated_css_property_descriptor") {
|
| + script = "../build/scripts/make_css_property_descriptor.py"
|
| + other_inputs = [ "../build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl" ]
|
| + outputs = [
|
| + "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp",
|
| + ]
|
| +}
|
| +
|
| css_properties("make_core_generated_css_property_names") {
|
| script = "../build/scripts/make_css_property_names.py"
|
| outputs = [
|
| @@ -910,6 +918,7 @@ targets_generating_sources = [
|
| ":make_core_generated_css_primitive_value_unit_trie",
|
| ":make_core_generated_css_property_metadata",
|
| ":make_core_generated_computed_style_base",
|
| + ":make_core_generated_css_property_descriptor",
|
| ":make_core_generated_css_property_names",
|
| ":make_core_generated_cssom_types",
|
| ":make_core_generated_event_factory",
|
|
|