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

Unified Diff: Source/core/core.gypi

Issue 166623002: [CSS Grid Layout] Introduce an explicit type for resolved grid positions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compilation issue Created 6 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
« no previous file with comments | « no previous file | Source/core/css/CSSGridTemplateAreasValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c2570cb743e807dc4773e07904d57b37bd3514ae..ad5d7b9a60ab3e546dc4cddf08cc97ec0e9d4757 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1682,6 +1682,8 @@
'rendering/style/CounterDirectives.cpp',
'rendering/style/FillLayer.cpp',
'rendering/style/GridCoordinate.h',
+ 'rendering/style/GridResolvedPosition.cpp',
+ 'rendering/style/GridResolvedPosition.h',
'rendering/style/KeyframeList.cpp',
'rendering/style/KeyframeList.h',
'rendering/style/NinePieceImage.cpp',
« no previous file with comments | « no previous file | Source/core/css/CSSGridTemplateAreasValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698