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

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: Rebased and got back previous setter names. 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
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/css/CSSProperties.in » ('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 7d799855aac9eab1be8627e2e8689a4e01902802..5ee5eaf34c6727a7df512c37edef4c98fc226e44 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',
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698