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

Unified Diff: Source/build/scripts/make_style_builder.py

Issue 677103002: Expand system font values during property parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove isExpandedShorthandForAll. Created 6 years, 2 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 | « LayoutTests/fast/css/font-shorthand-expected.txt ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/make_style_builder.py
diff --git a/Source/build/scripts/make_style_builder.py b/Source/build/scripts/make_style_builder.py
index d0367b8f495301c37cc4cc270eff3015e234c160..8ad952067b13e57bff019e52ea31632db5aacb4b 100755
--- a/Source/build/scripts/make_style_builder.py
+++ b/Source/build/scripts/make_style_builder.py
@@ -66,8 +66,6 @@ class StyleBuilderWriter(css_properties.CSSProperties):
property['should_declare_functions'] = not property['use_handlers_for'] and not property['longhands'] \
and not property['direction_aware'] and not property['builder_skip']
- self._properties['CSSPropertyFont']['should_declare_functions'] = True
-
@template_expander.use_jinja('StyleBuilderFunctions.h.tmpl',
filters=filters)
def generate_style_builder_functions_h(self):
« no previous file with comments | « LayoutTests/fast/css/font-shorthand-expected.txt ('k') | Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698