15 lines
341 B
TOML
15 lines
341 B
TOML
[DEFAULT]
|
|
dupe-manifest = ""
|
|
head = "xpcshell-head-child-process.js"
|
|
tags = "inc-origin-init"
|
|
tail = ""
|
|
skip-if = ["os == 'android'"]
|
|
support-files = [
|
|
"GlobalObjectsChild.js",
|
|
"GlobalObjectsModule.sys.mjs",
|
|
"GlobalObjectsSandbox.js",
|
|
"xpcshell-head-parent-process.js",
|
|
"xpcshell-shared.toml",
|
|
]
|
|
|
|
["include:xpcshell-shared.toml"]
|