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

Unified Diff: third_party/WebKit/Source/core/css/BUILD.gn

Issue 2767213003: First Implementation of Snapped Points
Patch Set: Rebase and format Created 3 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: third_party/WebKit/Source/core/css/BUILD.gn
diff --git a/third_party/WebKit/Source/core/css/BUILD.gn b/third_party/WebKit/Source/core/css/BUILD.gn
index df0bb61b7d6aeb81deb2c9929da0c9efe362596e..79223c98a54d36f7f9529a76486d8cf0bf4f5f9b 100644
--- a/third_party/WebKit/Source/core/css/BUILD.gn
+++ b/third_party/WebKit/Source/core/css/BUILD.gn
@@ -445,7 +445,11 @@ blink_core_sources("css") {
"properties/CSSPropertyAPIRadius.cpp",
"properties/CSSPropertyAPIRotate.cpp",
"properties/CSSPropertyAPIScale.cpp",
+ "properties/CSSPropertyAPIScrollPadding.cpp",
+ "properties/CSSPropertyAPIScrollSnapAlign.cpp",
"properties/CSSPropertyAPIScrollSnapCoordinate.cpp",
+ "properties/CSSPropertyAPIScrollSnapMargin.cpp",
+ "properties/CSSPropertyAPIScrollSnapType.cpp",
"properties/CSSPropertyAPIShapeImageThreshold.cpp",
"properties/CSSPropertyAPIShapeMargin.cpp",
"properties/CSSPropertyAPIShapeOutside.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698