mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move RawGecko{Node,Element,Document} to bindings
This commit is contained in:
parent
f3973a0d3b
commit
109bf2a755
5 changed files with 40 additions and 43 deletions
|
@ -171,9 +171,6 @@ COMPILATION_TARGETS = {
|
|||
"nsTArrayHeader",
|
||||
"pair",
|
||||
"Position",
|
||||
"RawGeckoDocument",
|
||||
"RawGeckoElement",
|
||||
"RawGeckoNode",
|
||||
"Runnable",
|
||||
"ServoAttrSnapshot",
|
||||
"ServoElementSnapshot",
|
||||
|
@ -248,14 +245,17 @@ COMPILATION_TARGETS = {
|
|||
"files": [
|
||||
"{}/dist/include/mozilla/ServoBindings.h",
|
||||
],
|
||||
|
||||
# Types to just use from the `structs` target.
|
||||
"structs_types": [
|
||||
"FontFamilyList",
|
||||
"FontFamilyType",
|
||||
"whitelist": [
|
||||
"RawGeckoDocument",
|
||||
"RawGeckoElement",
|
||||
"RawGeckoNode",
|
||||
],
|
||||
|
||||
# Types to just use from the `structs` target.
|
||||
"structs_types": [
|
||||
"Element",
|
||||
"FontFamilyList",
|
||||
"FontFamilyType",
|
||||
"ServoElementSnapshot",
|
||||
"SheetParsingMode",
|
||||
"StyleBasicShape",
|
||||
|
@ -265,6 +265,8 @@ COMPILATION_TARGETS = {
|
|||
"nsChangeHint",
|
||||
"nsFont",
|
||||
"nsIAtom",
|
||||
"nsIDocument",
|
||||
"nsINode",
|
||||
"nsIPrincipal",
|
||||
"nsIURI",
|
||||
"nsMainThreadPtrHolder",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue