Commit 72551008 authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Fix missing output in Blink CSS code generator.

make_core_generated_css_longhand_property_classes was missing
text_decoration_skip_ink.h as an output.

BUG=chromium:904788
TBR=tkent@chromium.org

Change-Id: I4144bb975f647dd01ea2277b02cef4528f2c9c23
Reviewed-on: https://chromium-review.googlesource.com/c/1333389Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607566}
parent d1feffde
...@@ -828,6 +828,7 @@ css_properties("make_core_generated_css_longhand_property_classes") { ...@@ -828,6 +828,7 @@ css_properties("make_core_generated_css_longhand_property_classes") {
"$blink_core_output_dir/css/properties/longhands/text_decoration_color.h", "$blink_core_output_dir/css/properties/longhands/text_decoration_color.h",
"$blink_core_output_dir/css/properties/longhands/text_decoration_color.cc", "$blink_core_output_dir/css/properties/longhands/text_decoration_color.cc",
"$blink_core_output_dir/css/properties/longhands/text_decoration_line.h", "$blink_core_output_dir/css/properties/longhands/text_decoration_line.h",
"$blink_core_output_dir/css/properties/longhands/text_decoration_skip_ink.h",
"$blink_core_output_dir/css/properties/longhands/text_decoration_style.h", "$blink_core_output_dir/css/properties/longhands/text_decoration_style.h",
"$blink_core_output_dir/css/properties/longhands/text_indent.h", "$blink_core_output_dir/css/properties/longhands/text_indent.h",
"$blink_core_output_dir/css/properties/longhands/text_justify.h", "$blink_core_output_dir/css/properties/longhands/text_justify.h",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment