1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:58:12 +00:00

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

@ -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",