1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +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

@ -159,6 +159,7 @@ source_set("HTML") {
"WindowOrWorkerGlobalScope.cpp",
"WindowProxy.cpp",
"Worker.cpp",
"WorkerAgent.cpp",
"WorkerDebugConsoleClient.cpp",
"WorkerGlobalScope.cpp",
"WorkerLocation.cpp",

View file

@ -11,5 +11,6 @@ source_set("Scripting") {
"Script.cpp",
"TemporaryExecutionContext.cpp",
"WindowEnvironmentSettingsObject.cpp",
"WorkerEnvironmentSettingsObject.cpp",
]
}