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

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

Issue 2614773007: Use switches for CSSPropertyMetadata::isDescriptorOnly. (Closed)
Patch Set: remove typo Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f26f7651ff1d9ae8ba35da98e221e9e9d6424072..e2015500bbda2b7e01bd2eb0e91e28829791579a 100755
--- a/third_party/WebKit/Source/build/scripts/css_properties.py
+++ b/third_party/WebKit/Source/build/scripts/css_properties.py
@@ -62,8 +62,6 @@ class CSSProperties(in_generator.Writer):
in_generator.Writer.__init__(self, file_paths)
properties = self.in_file.name_dictionaries
- self._descriptors = [property for property in properties if property['descriptor_only']]
-
self._aliases = [property for property in properties if property['alias_for']]
properties = [property for property in properties if not property['alias_for']]
« no previous file with comments | « no previous file | third_party/WebKit/Source/build/scripts/make_css_property_metadata.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698