mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add NS_FONT_STRETCH_* to bindgen script
This commit is contained in:
parent
7da20f2617
commit
854258c76e
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ COMPILATION_TARGETS = {
|
|||
"--ignore-methods",
|
||||
],
|
||||
"includes": [
|
||||
"{}/dist/include/gfxFontConstants.h",
|
||||
"{}/dist/include/nsThemeConstants.h",
|
||||
"{}/dist/include/mozilla/dom/AnimationEffectReadOnlyBinding.h",
|
||||
"{}/dist/include/mozilla/ServoElementSnapshot.h",
|
||||
|
@ -73,6 +74,7 @@ COMPILATION_TARGETS = {
|
|||
"whitelist_vars": [
|
||||
"NS_THEME_.*",
|
||||
"NODE_.*",
|
||||
"NS_FONT_STRETCH_.*",
|
||||
"NS_FONT_STYLE_.*",
|
||||
"NS_STYLE_.*",
|
||||
"NS_CORNER_.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue