1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +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

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