| 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 f09f49e0bbd4728427c5ee680f996d0c5d3f44ac..9fff62c80b0d1605b181c7222323304118d09d34 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -409,6 +409,7 @@ css_properties("make_core_generated_computed_style_base") {
|
| script = "../build/scripts/make_computed_style_base.py"
|
| other_inputs = [
|
| "../build/scripts/templates/fields/field.tmpl",
|
| + "../build/scripts/templates/fields/group.tmpl",
|
| "../build/scripts/templates/fields/base.tmpl",
|
| "../build/scripts/templates/fields/keyword.tmpl",
|
| "../build/scripts/templates/fields/primitive.tmpl",
|
|
|