Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: third_party/WebKit/Source/core/layout/BUILD.gn

Issue 2706353004: [LayoutNG] Introduce block child iterator. (Closed)
Patch Set: address comments. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..607f139bacc1154ea89ed6c04e90da7724609369 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -286,6 +286,10 @@ blink_core_sources("layout") {
"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",
+ "ng/ng_block_child_iterator.h",
"ng/ng_block_layout_algorithm.cc",
"ng/ng_block_layout_algorithm.h",
"ng/ng_block_node.cc",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698