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

Unified Diff: third_party/WebKit/Source/build/scripts/css_properties.py

Issue 2538493005: Added initial_keyword flag to CSSProperties.in (Closed)
Patch Set: Created 4 years, 1 month 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/build/scripts/css_properties.py
diff --git a/third_party/WebKit/Source/build/scripts/css_properties.py b/third_party/WebKit/Source/build/scripts/css_properties.py
index 333fc0722491b5305d2c2e02228af731a59579e4..388f643ee47162dc97e4f31146bb5f85a2c04105 100755
--- a/third_party/WebKit/Source/build/scripts/css_properties.py
+++ b/third_party/WebKit/Source/build/scripts/css_properties.py
@@ -34,6 +34,7 @@ class CSSProperties(in_generator.Writer):
# Typed OM annotations.
'typedom_types': [],
'keywords': [],
+ 'initial_keyword': [],
Timothy Loh 2016/12/01 02:14:28 If this isn't meant to be multi-valued, it shouldn
sashab 2016/12/01 02:35:21 Didn't even realize! Ty
'keyword_only': False,
'supports_percentage': False,
'supports_multiple': False,

Powered by Google App Engine
This is Rietveld 408576698