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

Unified Diff: sky/engine/build/scripts/make_css_property_metadata.py

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: sky/engine/build/scripts/make_css_property_metadata.py
diff --git a/sky/engine/build/scripts/make_css_property_metadata.py b/sky/engine/build/scripts/make_css_property_metadata.py
index bd732ae646340b8c7022033e7574f34478f687c1..a730dd416c37429bac3c25d1b5dafc76e4741072 100755
--- a/sky/engine/build/scripts/make_css_property_metadata.py
+++ b/sky/engine/build/scripts/make_css_property_metadata.py
@@ -24,9 +24,7 @@ class CSSPropertyMetadataWriter(css_properties.CSSProperties):
def generate_css_property_metadata_cpp(self):
return {
'properties': self._properties,
- 'switches': [('animatable', 'isAnimatableProperty'),
- ('inherited', 'isInheritedProperty'),
- ],
+ 'switches': [('inherited', 'isInheritedProperty')],
'first_enum_value': self._first_enum_value,
}
« no previous file with comments | « sky/engine/build/scripts/css_properties.py ('k') | sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698