Meta: Port recent changes to the GN build

3c74dc9f4d
This commit is contained in:
Timothy Flynn 2023-12-24 13:25:43 -05:00 committed by Andreas Kling
parent ed42b12123
commit 71222845bd
Notes: sideshowbarker 2024-07-17 06:35:16 +09:00

View file

@ -58,6 +58,7 @@ shared_library("LibJS") {
"ParserError.cpp", "ParserError.cpp",
"Print.cpp", "Print.cpp",
"Runtime/AbstractOperations.cpp", "Runtime/AbstractOperations.cpp",
"Runtime/Accessor.cpp",
"Runtime/Agent.cpp", "Runtime/Agent.cpp",
"Runtime/AggregateError.cpp", "Runtime/AggregateError.cpp",
"Runtime/AggregateErrorConstructor.cpp", "Runtime/AggregateErrorConstructor.cpp",