mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
Meta: Add gn build rules for LibWeb
This commit is contained in:
parent
7b3d0fb002
commit
85c8cd5205
60 changed files with 1966 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
|||
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",
|
||||
"LegacyPlatformObject.cpp",
|
||||
"LegacyPlatformObject.h",
|
||||
"MainThreadVM.cpp",
|
||||
"MainThreadVM.h",
|
||||
"OptionConstructor.cpp",
|
||||
"OptionConstructor.h",
|
||||
"PlatformObject.cpp",
|
||||
"PlatformObject.h",
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue