| 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 4804605f9a966c1b850acfc1acd7d3aecde58455..79c76954ec6c3bb2d3c2cb983dc1730f008f8752 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -410,7 +410,10 @@ action("generated_testing_idls_internal_runtime_flags") {
|
|
|
| css_properties("make_core_generated_computed_style_base") {
|
| script = "../build/scripts/make_computed_style_base.py"
|
| - in_files = [ "css/ComputedStyleExtraFields.json5" ]
|
| + in_files = [
|
| + "css/ComputedStyleExtraFields.json5",
|
| + "css/ComputedStyleDiffFunctions.json5",
|
| + ]
|
| other_inputs = [
|
| "../build/scripts/templates/fields/field.tmpl",
|
| "../build/scripts/templates/fields/group.tmpl",
|
|
|