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 a39c79d0b28efbd60921da4f146b20f4369f5106..cf6eb3d778486355451943456461d81310167d39 100644 |
--- a/third_party/WebKit/Source/core/layout/BUILD.gn |
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn |
@@ -288,6 +288,7 @@ blink_core_sources("layout") { |
"ng/ng_bidi_paragraph.h", |
"ng/ng_block_layout_algorithm.cc", |
"ng/ng_block_layout_algorithm.h", |
+ "ng/ng_block_layout_child_iterator.h", |
"ng/ng_block_node.cc", |
"ng/ng_block_node.h", |
"ng/ng_box_fragment.cc", |
@@ -317,6 +318,8 @@ blink_core_sources("layout") { |
"ng/ng_line_builder.cc", |
"ng/ng_line_builder.h", |
"ng/ng_macros.h", |
+ "ng/ng_multi_column_layout_algorithm.cc", |
+ "ng/ng_multi_column_layout_algorithm.h", |
"ng/ng_out_of_flow_layout_part.cc", |
"ng/ng_out_of_flow_layout_part.h", |
"ng/ng_physical_box_fragment.cc", |