| Index: third_party/WebKit/Source/core/layout/BUILD.gn | 
| diff --git a/third_party/WebKit/Source/core/layout/BUILD.gn b/third_party/WebKit/Source/core/layout/BUILD.gn | 
| index fb26056d1d3c1143ce568f110f488aee4e4c0c2e..9114791b33b145affd7b40e9eefb4273c32fcb83 100644 | 
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn | 
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn | 
| @@ -350,6 +350,8 @@ blink_core_sources("layout") { | 
| "ng/inline/ng_inline_break_token.h", | 
| "ng/inline/ng_inline_item.cc", | 
| "ng/inline/ng_inline_item.h", | 
| +    "ng/inline/ng_inline_item_result.cc", | 
| +    "ng/inline/ng_inline_item_result.h", | 
| "ng/inline/ng_inline_items_builder.cc", | 
| "ng/inline/ng_inline_items_builder.h", | 
| "ng/inline/ng_inline_layout_algorithm.cc", | 
|  |