mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 23:15:07 +00:00

This commit includes gn changes for the following commits:625aac2367
8451c4d91c
8fcf42f684
9ba4c33940
1d6c2cb287
8e5b2907f6
d68433653a
20 lines
467 B
Text
20 lines
467 B
Text
source_set("Parser") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Block.cpp",
|
|
"ComponentValue.cpp",
|
|
"Declaration.cpp",
|
|
"DeclarationOrAtRule.cpp",
|
|
"Function.cpp",
|
|
"GradientParsing.cpp",
|
|
"Helpers.cpp",
|
|
"MediaParsing.cpp",
|
|
"Parser.cpp",
|
|
"ParsingContext.cpp",
|
|
"Rule.cpp",
|
|
"SelectorParsing.cpp",
|
|
"Token.cpp",
|
|
"Tokenizer.cpp",
|
|
]
|
|
}
|