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

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

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: Fix nits 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index b9f2ff0c7f7ba075f7e7c81c9d7510283074ac8e..0925f7e9fdb964c8d6d38872692432e1d7ab09dc 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -525,7 +525,10 @@ css_properties("make_core_generated_css_property_apis") {
"$blink_core_output_dir/css/properties/CSSPropertyAPIRadius.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIRotate.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIScale.h",
- "$blink_core_output_dir/css/properties/CSSPropertyAPIScrollSnapCoordinate.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPIScrollSnapAlign.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPIScrollPadding.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPIScrollSnapMargin.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPIScrollSnapType.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIShapeImageThreshold.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIShapeMargin.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIShapeOutside.h",

Powered by Google App Engine
This is Rietveld 408576698