| 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 c40adf527432f873f475ac4f45d698a295f2adaa..e4dcdc7840fbce1d5915708df9f7d9fcd9cceba0 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -424,10 +424,12 @@ css_properties("make_core_generated_computed_style_base") {
|
| "../build/scripts/templates/fields/storage_only.tmpl",
|
| "../build/scripts/templates/fields/external.tmpl",
|
| "../build/scripts/templates/ComputedStyleBase.h.tmpl",
|
| + "../build/scripts/templates/ComputedStyleBase.cpp.tmpl",
|
| "../build/scripts/templates/ComputedStyleBaseConstants.h.tmpl",
|
| ]
|
| outputs = [
|
| "$blink_core_output_dir/ComputedStyleBase.h",
|
| + "$blink_core_output_dir/ComputedStyleBase.cpp",
|
| "$blink_core_output_dir/ComputedStyleBaseConstants.h",
|
| ]
|
| }
|
|
|