| 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 f4541608bcca7663b44b57179fe010eb45a9c460..61c76c17813b06aad81294e8b2fe4ee23a0dcefa 100644
|
| --- a/third_party/WebKit/Source/core/layout/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/layout/BUILD.gn
|
| @@ -343,12 +343,35 @@ blink_core_sources("layout") {
|
| "ng/geometry/ng_physical_size.h",
|
| "ng/geometry/ng_static_position.cc",
|
| "ng/geometry/ng_static_position.h",
|
| + "ng/inline/ng_bidi_paragraph.cc",
|
| + "ng/inline/ng_bidi_paragraph.h",
|
| + "ng/inline/ng_inline_break_token.cc",
|
| + "ng/inline/ng_inline_break_token.h",
|
| + "ng/inline/ng_inline_layout_algorithm.cc",
|
| + "ng/inline/ng_inline_layout_algorithm.h",
|
| + "ng/inline/ng_inline_node.cc",
|
| + "ng/inline/ng_inline_node.h",
|
| + "ng/inline/ng_layout_inline_items_builder.cc",
|
| + "ng/inline/ng_layout_inline_items_builder.h",
|
| + "ng/inline/ng_line_box_fragment.cc",
|
| + "ng/inline/ng_line_box_fragment.h",
|
| + "ng/inline/ng_line_box_fragment_builder.cc",
|
| + "ng/inline/ng_line_box_fragment_builder.h",
|
| + "ng/inline/ng_line_breaker.cc",
|
| + "ng/inline/ng_line_breaker.h",
|
| + "ng/inline/ng_line_height_metrics.cc",
|
| + "ng/inline/ng_line_height_metrics.h",
|
| + "ng/inline/ng_physical_line_box_fragment.cc",
|
| + "ng/inline/ng_physical_line_box_fragment.h",
|
| + "ng/inline/ng_physical_text_fragment.h",
|
| + "ng/inline/ng_text_fragment.cc",
|
| + "ng/inline/ng_text_fragment.h",
|
| + "ng/inline/ng_text_fragment_builder.cc",
|
| + "ng/inline/ng_text_fragment_builder.h",
|
| "ng/layout_ng_block_flow.cc",
|
| "ng/layout_ng_block_flow.h",
|
| "ng/ng_absolute_utils.cc",
|
| "ng/ng_absolute_utils.h",
|
| - "ng/ng_bidi_paragraph.cc",
|
| - "ng/ng_bidi_paragraph.h",
|
| "ng/ng_block_break_token.cc",
|
| "ng/ng_block_break_token.h",
|
| "ng/ng_block_child_iterator.cc",
|
| @@ -375,15 +398,7 @@ 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",
|
| - "ng/ng_layout_inline_items_builder.cc",
|
| - "ng/ng_layout_inline_items_builder.h",
|
| "ng/ng_layout_input_node.h",
|
| "ng/ng_layout_opportunity_iterator.cc",
|
| "ng/ng_layout_opportunity_iterator.h",
|
| @@ -393,14 +408,6 @@ 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_breaker.cc",
|
| - "ng/ng_line_breaker.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",
|
| @@ -410,17 +417,10 @@ 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",
|
| "ng/ng_space_utils.cc",
|
| "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_writing_mode.cc",
|
| "ng/ng_writing_mode.h",
|
| "shapes/BoxShape.cpp",
|
|
|