| 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 1984af5be9529bf05f49549f3bb107be4d9bc349..7896fcc6da983e0828c78a761f3505c26a24c00d 100644
|
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| @@ -360,6 +360,10 @@ blink_core_sources("layout") {
|
| "ng/ng_fragment.h",
|
| "ng/ng_fragment_builder.cc",
|
| "ng/ng_fragment_builder.h",
|
| + "ng/ng_inline_break_token.cc",
|
| + "ng/ng_inline_break_token.h",
|
| + "ng/ng_inline_layout_algorithm.cc",
|
| + "ng/ng_inline_layout_algorithm.h",
|
| "ng/ng_inline_node.cc",
|
| "ng/ng_inline_node.h",
|
| "ng/ng_layout_algorithm.h",
|
| @@ -378,8 +382,8 @@ blink_core_sources("layout") {
|
| "ng/ng_line_box_fragment.h",
|
| "ng/ng_line_box_fragment_builder.cc",
|
| "ng/ng_line_box_fragment_builder.h",
|
| - "ng/ng_line_builder.cc",
|
| - "ng/ng_line_builder.h",
|
| + "ng/ng_line_breaker.cc",
|
| + "ng/ng_line_breaker.h",
|
| "ng/ng_line_height_metrics.cc",
|
| "ng/ng_line_height_metrics.h",
|
| "ng/ng_macros.h",
|
| @@ -402,8 +406,6 @@ blink_core_sources("layout") {
|
| "ng/ng_text_fragment.h",
|
| "ng/ng_text_fragment_builder.cc",
|
| "ng/ng_text_fragment_builder.h",
|
| - "ng/ng_text_layout_algorithm.cc",
|
| - "ng/ng_text_layout_algorithm.h",
|
| "ng/ng_writing_mode.cc",
|
| "ng/ng_writing_mode.h",
|
| "shapes/BoxShape.cpp",
|
|
|