Meta: Port recent changes to GN build

80071b1d48face038a60b98fc8c3414de1cb9633
3f6a26d07d1536eb5e4e39eedfd4e0135eabf536
This commit is contained in:
Timothy Flynn 2023-11-17 10:44:42 -05:00 committed by Andrew Kaster
parent f19349e1b6
commit 392d9d080d
Notes: sideshowbarker 2024-07-17 08:59:18 +09:00
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ shared_library("LibJS") {
"//Userland/Libraries/LibLocale",
"//Userland/Libraries/LibRegex",
"//Userland/Libraries/LibSyntax",
"//Userland/Libraries/LibTimeZone",
"//Userland/Libraries/LibUnicode",
]
if (current_cpu == "x86" || current_cpu == "x64") {

View file

@ -69,6 +69,8 @@ source_set("LibTimeZone") {
"$target_gen_dir/..",
]
sources = [
"DateTime.cpp",
"DateTime.h",
"Forward.h",
"TimeZone.cpp",
"TimeZone.h",