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

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

Issue 2435803005: Initial implementation of LayoutNG's block layout algorithm for floats. (Closed)
Patch Set: fix PositionFragment's doc, added TODO to fix floats with margins and add more test expectations. Created 4 years, 2 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 128f9c2fe1fcf5d892267251bb4ee58b397c0156..f0d5e07eb8401ced2ed05a319996dbf35c309d79 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -296,6 +296,7 @@ blink_core_sources("layout") {
"ng/ng_layout_input_text.h",
"ng/ng_layout_opportunity_iterator.cc",
"ng/ng_layout_opportunity_iterator.h",
+ "ng/ng_layout_opportunity_tree_node.cc",
"ng/ng_layout_opportunity_tree_node.h",
"ng/ng_length_utils.cc",
"ng/ng_length_utils.h",

Powered by Google App Engine
This is Rietveld 408576698