Add NS_FONT_STRETCH_* to bindgen script

This commit is contained in:
Ravi Shankar 2016-10-03 20:40:34 +05:30
parent 7da20f2617
commit 854258c76e

View file

@ -48,6 +48,7 @@ COMPILATION_TARGETS = {
"--ignore-methods", "--ignore-methods",
], ],
"includes": [ "includes": [
"{}/dist/include/gfxFontConstants.h",
"{}/dist/include/nsThemeConstants.h", "{}/dist/include/nsThemeConstants.h",
"{}/dist/include/mozilla/dom/AnimationEffectReadOnlyBinding.h", "{}/dist/include/mozilla/dom/AnimationEffectReadOnlyBinding.h",
"{}/dist/include/mozilla/ServoElementSnapshot.h", "{}/dist/include/mozilla/ServoElementSnapshot.h",
@ -73,6 +74,7 @@ COMPILATION_TARGETS = {
"whitelist_vars": [ "whitelist_vars": [
"NS_THEME_.*", "NS_THEME_.*",
"NODE_.*", "NODE_.*",
"NS_FONT_STRETCH_.*",
"NS_FONT_STYLE_.*", "NS_FONT_STYLE_.*",
"NS_STYLE_.*", "NS_STYLE_.*",
"NS_CORNER_.*", "NS_CORNER_.*",