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

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

Issue 2736043002: Re-land Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Fix core/BUILD.gn Created 3 years, 9 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 34ef3bccef06c1dde742bfc4b41361558b02834e..9e7c6c97c2f3d0c4e7d65c2366abf3490065823c 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -510,7 +510,7 @@ css_properties("make_core_generated_css_property_apis") {
"$blink_core_output_dir/css/properties/CSSPropertyAPIJustifyItems.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIBaselineShift.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPICaretColor.h",
- "$blink_core_output_dir/css/properties/CSSPropertyAPISnapHeight.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPILineHeightStep.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIWebkitBorderSpacing.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIColumnGap.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetDistance.h",

Powered by Google App Engine
This is Rietveld 408576698