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

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

Issue 2772503004: [LayoutNG] Add NGInlineBreakToken and back of NGInlineLayoutAlgorithm (Closed)
Patch Set: Rename 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 b6075fce02bb8b39ce980933a25c1c810845147b..5aab78c0d43e070c0288ff12a9792a04fb662906 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -347,6 +347,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",
@@ -365,8 +369,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",
@@ -389,8 +393,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",

Powered by Google App Engine
This is Rietveld 408576698