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

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

Issue 2782603003: Add NGColumnLayoutAlgorithm skeleton implementation. (Closed)
Patch Set: update TestExpectations 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 7896fcc6da983e0828c78a761f3505c26a24c00d..556b3bcb2161904229c0363394fd7aeec2c1cbcf 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -347,6 +347,8 @@ blink_core_sources("layout") {
"ng/ng_box_fragment.cc",
"ng/ng_box_fragment.h",
"ng/ng_break_token.h",
+ "ng/ng_column_layout_algorithm.cc",
+ "ng/ng_column_layout_algorithm.h",
"ng/ng_constraint_space.cc",
"ng/ng_constraint_space.h",
"ng/ng_constraint_space_builder.cc",
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698