mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 00:32:07 +00:00
This commit includes gn changes for the following commits:625aac23678451c4d91c8fcf42f6849ba4c339401d6c2cb2878e5b2907f6d68433653a
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",
|
|
]
|
|
}
|