mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
This commit includes gn changes for the following commits:625aac23678451c4d91c8fcf42f6849ba4c339401d6c2cb2878e5b2907f6d68433653a
21 lines
467 B
Plaintext
21 lines
467 B
Plaintext
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",
|
|
]
|
|
}
|