| 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 0492231385badc8124093c4327335f00e5f0b55a..b6075fce02bb8b39ce980933a25c1c810845147b 100644
|
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| @@ -361,8 +361,14 @@ blink_core_sources("layout") {
|
| "ng/ng_layout_result.h",
|
| "ng/ng_length_utils.cc",
|
| "ng/ng_length_utils.h",
|
| + "ng/ng_line_box_fragment.cc",
|
| + "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_height_metrics.cc",
|
| + "ng/ng_line_height_metrics.h",
|
| "ng/ng_macros.h",
|
| "ng/ng_min_max_content_size.cc",
|
| "ng/ng_min_max_content_size.h",
|
| @@ -372,6 +378,8 @@ blink_core_sources("layout") {
|
| "ng/ng_physical_box_fragment.h",
|
| "ng/ng_physical_fragment.cc",
|
| "ng/ng_physical_fragment.h",
|
| + "ng/ng_physical_line_box_fragment.cc",
|
| + "ng/ng_physical_line_box_fragment.h",
|
| "ng/ng_physical_text_fragment.h",
|
| "ng/ng_relative_utils.cc",
|
| "ng/ng_relative_utils.h",
|
| @@ -379,6 +387,8 @@ blink_core_sources("layout") {
|
| "ng/ng_space_utils.h",
|
| "ng/ng_text_fragment.cc",
|
| "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",
|
|
|