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

Unified Diff: Source/core/core.gypi

Issue 1070143002: [Alignment] Single class for holding the alignment data. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjusting the StyleRareNonIheritedData class size. Created 5 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index b661c046017c04fd403e609817c6a8ffb652e7c6..d1520ba3f019a24a7ac7005abbb7a42c98b620d2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -821,6 +821,7 @@
'style/ShadowList.h',
'style/StyleBackgroundData.cpp',
'style/StyleBoxData.cpp',
+ 'style/StyleContentAlignmentData.h',
'style/StyleDeprecatedFlexibleBoxData.cpp',
'style/StyleFetchedImage.cpp',
'style/StyleFetchedImageSet.cpp',
@@ -837,6 +838,7 @@
'style/StylePendingImage.h',
'style/StyleRareInheritedData.cpp',
'style/StyleRareNonInheritedData.cpp',
+ 'style/StyleSelfAlignmentData.h',
'style/StyleSurroundData.cpp',
'style/StyleTransformData.cpp',
'style/StyleVisualData.cpp',

Powered by Google App Engine
This is Rietveld 408576698