mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Add nsINode.h in order to generate bindings for the node flags.
This commit is contained in:
parent
d62de85094
commit
8f8b23a1a0
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,8 @@ COMPILATION_TARGETS = {
|
|||
"nsDataHashtable.h", "nsCSSScanner.h", "utility", "nsTArray",
|
||||
"pair", "SheetParsingMode.h", "StaticPtr.h", "nsProxyRelease.h",
|
||||
"mozilla/dom/AnimationEffectReadOnlyBinding.h",
|
||||
"/Types.h", # <- Disallow UnionTypes.h
|
||||
"/Types.h", # <- Disallow UnionTypes.h
|
||||
"nsINode.h", # <- For `NodeFlags`.
|
||||
],
|
||||
"blacklist": [
|
||||
"IsDestructibleFallbackImpl", "IsDestructibleFallback",
|
||||
|
@ -84,6 +85,7 @@ COMPILATION_TARGETS = {
|
|||
"_Itup_cat", "AnimationEffectTimingProperties",
|
||||
"FastAnimationEffectTimingProperties", "ComputedTimingProperties",
|
||||
"FastComputedTimingProperties",
|
||||
"nsINode",
|
||||
],
|
||||
"opaque_types": [
|
||||
"nsIntMargin", "nsIntPoint", "nsIntRect", "nsCOMArray",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue