From 71222845bd77a62d60e7eb8e35f6cf950cf8a9b8 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 24 Dec 2023 13:25:43 -0500 Subject: [PATCH] Meta: Port recent changes to the GN build 3c74dc9f4dcf796b225f1af7e8c4d8647e000c6c --- Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 116135dd9e..bc45250594 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -58,6 +58,7 @@ shared_library("LibJS") { "ParserError.cpp", "Print.cpp", "Runtime/AbstractOperations.cpp", + "Runtime/Accessor.cpp", "Runtime/Agent.cpp", "Runtime/AggregateError.cpp", "Runtime/AggregateErrorConstructor.cpp",