| 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 1c49a1136ffe98258b3167bbf0ab58cc450fdcad..7c62b688d9636b06081d998384b563a26d4630b7 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -405,11 +405,13 @@ action("generated_testing_idls_internal_runtime_flags") {
|
| 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/base.tmpl",
|
| "../build/scripts/templates/fields/keyword.tmpl",
|
| "../build/scripts/templates/fields/flag.tmpl",
|
| "../build/scripts/templates/fields/monotonic_flag.tmpl",
|
| "../build/scripts/templates/fields/storage_only.tmpl",
|
| + "../build/scripts/templates/fields/external.tmpl",
|
| "../build/scripts/templates/ComputedStyleBase.cpp.tmpl",
|
| "../build/scripts/templates/ComputedStyleBase.h.tmpl",
|
| "../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl",
|
|
|