| 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 8a2c4bd2a08c2044f813bfb3f43ba37af0b57adc..c0572c1c66276013e727a30cbb5f5502166d7658 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -504,6 +504,7 @@ css_properties("make_core_generated_css_property_apis") {
|
| "$blink_core_output_dir/css/properties/CSSPropertyAPIMarker.h",
|
| "$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetAnchor.h",
|
| "$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetDistance.h",
|
| + "$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetPath.h",
|
| "$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetPosition.h",
|
| "$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetRotate.h",
|
| "$blink_core_output_dir/css/properties/CSSPropertyAPIOpacity.h",
|
|
|