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

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

Issue 2772503004: [LayoutNG] Add NGInlineBreakToken and back of NGInlineLayoutAlgorithm (Closed)
Patch Set: Resolved merge conflicts Created 3 years, 9 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 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",
« 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