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

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

Issue 2567473002: Made a generator for CSSPropertyDescriptor.cpp (Closed)
Patch Set: removed accidental comment Created 4 years 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 5c52b52ba4b1b80d044c9b384acb1c7b518b383f..d05ba12e9219b81172d98518903ef21f0e9d1edf 100755
--- a/third_party/WebKit/Source/build/scripts/css_properties.py
+++ b/third_party/WebKit/Source/build/scripts/css_properties.py
@@ -31,6 +31,7 @@ class CSSProperties(in_generator.Writer):
'custom_value': False,
'builder_skip': False,
'direction_aware': False,
+ 'api_class': None,
# Typed OM annotations.
'typedom_types': [],
'keywords': [],

Powered by Google App Engine
This is Rietveld 408576698