1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

Meta: Port changes to gn build

This commit includes gn changes for the following commits:
625aac2367
8451c4d91c
8fcf42f684
9ba4c33940
1d6c2cb287
8e5b2907f6
d68433653a
This commit is contained in:
Andrew Kaster 2023-08-19 20:38:08 -06:00 committed by Andrew Kaster
parent 863fad0e32
commit 041d5bff91
6 changed files with 76 additions and 0 deletions

View file

@ -7,10 +7,13 @@ source_set("Parser") {
"Declaration.cpp",
"DeclarationOrAtRule.cpp",
"Function.cpp",
"GradientParsing.cpp",
"Helpers.cpp",
"MediaParsing.cpp",
"Parser.cpp",
"ParsingContext.cpp",
"Rule.cpp",
"SelectorParsing.cpp",
"Token.cpp",
"Tokenizer.cpp",
]