From 2b4d301fbf72d957fb5bfcb68dd7bf2b0d8955fe Mon Sep 17 00:00:00 2001 From: Ravi Shankar Date: Sun, 9 Oct 2016 22:40:51 +0530 Subject: [PATCH] Import NS_FONT_* constants for font-* glue --- components/style/binding_tools/regen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/style/binding_tools/regen.py b/components/style/binding_tools/regen.py index 49593e91f74..da703c497ff 100755 --- a/components/style/binding_tools/regen.py +++ b/components/style/binding_tools/regen.py @@ -74,8 +74,7 @@ COMPILATION_TARGETS = { "whitelist_vars": [ "NS_THEME_.*", "NODE_.*", - "NS_FONT_STRETCH_.*", - "NS_FONT_STYLE_.*", + "NS_FONT_.*", "NS_STYLE_.*", "NS_CORNER_.*", "NS_RADIUS_.*",