Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
TestWebKitAPILibrary
/
module.modulemap
blob: 9eed07405c3fd37c44f748229eb3bd8d3a856f43 [
file
] [
edit
]
module
TestWebKitAPILibrary
{
explicit
module
Helpers
{
umbrella
"../Helpers"
explicit
module
*
{
export
*
}
}
explicit
module
InjectedBundle
{
umbrella
"../InjectedBundle"
explicit
module
*
{
export
*
}
}
}