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

Unified Diff: Source/core/core.gypi

Issue 1148873005: Parsing CSS properties for scroll snap points (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comment Created 5 years, 6 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 0c79b124ad564b6d31c8f92071bacc3715982333..5a7db54a7776a5913a0f8b19335eab9d790464c9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -834,6 +834,8 @@
'style/StylePendingImage.h',
'style/StyleRareInheritedData.cpp',
'style/StyleRareNonInheritedData.cpp',
+ 'style/StyleScrollSnapData.cpp',
+ 'style/StyleScrollSnapData.h',
'style/StyleSelfAlignmentData.h',
'style/StyleSurroundData.cpp',
'style/StyleTransformData.cpp',
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties-expected.txt ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698