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

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

Issue 2654533003: [css-grid] Move the track sizing algorithm to its own class (Closed)
Patch Set: Win build fix Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/Grid.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9a787e1687d7bb6f1eb1f5817a6816f987cdc346..885a01ed8eaf90277aef981a096faf725f74aa3c 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -29,6 +29,10 @@ blink_core_sources("layout") {
"FragmentainerIterator.h",
"FragmentationContext.h",
"GeneratedChildren.h",
+ "Grid.cpp",
+ "Grid.h",
+ "GridTrackSizingAlgorithm.cpp",
+ "GridTrackSizingAlgorithm.h",
"HitTestCache.cpp",
"HitTestCache.h",
"HitTestCanvasResult.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/Grid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698