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

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

Issue 2798203002: NGInlineLayoutAlgorithm should take margins of inline floats into account (Closed)
Patch Set: Created 3 years, 8 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 f4541608bcca7663b44b57179fe010eb45a9c460..58382fe36c70ee2bdebb82d9aaeb386b141eacd0 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -381,6 +381,7 @@ blink_core_sources("layout") {
"ng/ng_inline_layout_algorithm.h",
"ng/ng_inline_node.cc",
"ng/ng_inline_node.h",
+ "ng/ng_layout_algorithm.cc",
"ng/ng_layout_algorithm.h",
"ng/ng_layout_inline_items_builder.cc",
"ng/ng_layout_inline_items_builder.h",

Powered by Google App Engine
This is Rietveld 408576698