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

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

Issue 2871733003: [LayoutNG] Refactor NGLineBreaker for ShapingLineBreaker (Closed)
Patch Set: Cleanup Created 3 years, 7 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 fb26056d1d3c1143ce568f110f488aee4e4c0c2e..9114791b33b145affd7b40e9eefb4273c32fcb83 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -350,6 +350,8 @@ blink_core_sources("layout") {
"ng/inline/ng_inline_break_token.h",
"ng/inline/ng_inline_item.cc",
"ng/inline/ng_inline_item.h",
+ "ng/inline/ng_inline_item_result.cc",
+ "ng/inline/ng_inline_item_result.h",
"ng/inline/ng_inline_items_builder.cc",
"ng/inline/ng_inline_items_builder.h",
"ng/inline/ng_inline_layout_algorithm.cc",

Powered by Google App Engine
This is Rietveld 408576698