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

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: Apply suggested changes Created 6 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 21b5cc997bb2cfb70c7f40adf9bdc3b85866f2cb..e182ec81ad90635ac6f6a9460c5b5b1f0d505e60 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1642,6 +1642,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') | Source/core/rendering/style/GridResolvedPosition.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698