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

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

Issue 1407633003: [css-grid] Implementation of Baseline Self-Alignment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get advantage of recomputing the intrinsic size to solve the issues with orthogonal flows. Created 3 years, 10 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 524d6e55230a59c5b8eb60477204c9550cdb2ea4..6a145f4866cd1543bbfc7b56d4bb6bffcf6def47 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -8,6 +8,8 @@ blink_core_sources("layout") {
split_count = 5
sources = [
+ "BaselineAlignment.cpp",
+ "BaselineAlignment.h",
"BidiRun.h",
"BidiRunForLine.cpp",
"BidiRunForLine.h",

Powered by Google App Engine
This is Rietveld 408576698