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

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

Issue 2567473002: Made a generator for CSSPropertyDescriptor.cpp (Closed)
Patch Set: 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..c7ceeda47cb3c8f915e9d33f775124f4ddd80633 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,
sashab 2016/12/08 23:56:35 Typo in CL description: properties
aazzam 2016/12/09 00:44:39 done :)
'builder_skip': False,
'direction_aware': False,
+ 'generated_api_class': None,
# Typed OM annotations.
'typedom_types': [],
'keywords': [],

Powered by Google App Engine
This is Rietveld 408576698