Meta: Update gn build files with latest changes

Ports the recent CMakeFiles.txt changes and fixes the gn build.
This commit is contained in:
Sebastian Zaha 2023-07-11 21:08:03 +02:00 committed by Sam Atkins
parent c3f78d9561
commit c006a1ef41
3 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,6 @@ shared_library("LibGfx") {
"Font/OpenType/Font.cpp",
"Font/OpenType/Glyf.cpp",
"Font/OpenType/Hinting/Opcodes.cpp",
"Font/PathRasterizer.cpp",
"Font/ScaledFont.cpp",
"Font/Typeface.cpp",
"Font/WOFF/Font.cpp",

View file

@ -41,6 +41,7 @@ shared_library("LibJS") {
"Contrib/Test262/\$262Object.cpp",
"CyclicModule.cpp",
"Heap/BlockAllocator.cpp",
"Heap/Cell.cpp",
"Heap/CellAllocator.cpp",
"Heap/Handle.cpp",
"Heap/Heap.cpp",

View file

@ -7,7 +7,9 @@ source_set("Parser") {
"Declaration.cpp",
"DeclarationOrAtRule.cpp",
"Function.cpp",
"Helpers.cpp",
"Parser.cpp",
"ParsingContext.cpp",
"Rule.cpp",
"Token.cpp",
"Tokenizer.cpp",