mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 02:20:17 +00:00
23 lines
573 B
Text
23 lines
573 B
Text
source_set("Bindings") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"AudioConstructor.cpp",
|
|
"AudioConstructor.h",
|
|
"ExceptionOrUtils.h",
|
|
"HostDefined.cpp",
|
|
"HostDefined.h",
|
|
"ImageConstructor.cpp",
|
|
"ImageConstructor.h",
|
|
"Intrinsics.cpp",
|
|
"Intrinsics.h",
|
|
"MainThreadVM.cpp",
|
|
"MainThreadVM.h",
|
|
"OptionConstructor.cpp",
|
|
"OptionConstructor.h",
|
|
"PlatformObject.cpp",
|
|
"PlatformObject.h",
|
|
"Serializable.h",
|
|
"Transferable.h",
|
|
]
|
|
}
|