| 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 247069f888d93d472fe33b66458c87efbd21280d..c6bea9f09f9e166930dc961279f1de009c485b9f 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -483,6 +483,7 @@ make_css_property_apis("make_core_generated_css_property_apis") {
|
| "css/properties/CSSPropertyAPIMethods.json5",
|
| ]
|
| outputs = [
|
| + "$blink_core_output_dir/css/properties/CSSPropertyAPI.h",
|
| "$blink_core_output_dir/css/properties/CSSPropertyDescriptor.cpp",
|
| ]
|
| }
|
|
|