mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
18 lines
389 B
Plaintext
18 lines
389 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",
|
|
"Helpers.cpp",
|
|
"Parser.cpp",
|
|
"ParsingContext.cpp",
|
|
"Rule.cpp",
|
|
"Token.cpp",
|
|
"Tokenizer.cpp",
|
|
]
|
|
}
|