1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

Meta: Port recent changes to GN build

124c378472
This commit is contained in:
Timothy Flynn 2023-11-15 10:45:40 -05:00 committed by Tim Flynn
parent ea95256f83
commit 50406f541b
6 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,5 @@
source_set("Worker") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [ "WebWorkerClient.cpp" ]
}