mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
source_set("Parser") {
|
|
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
|
sources = [
|
|
"Entities.cpp",
|
|
"HTMLEncodingDetection.cpp",
|
|
"HTMLParser.cpp",
|
|
"HTMLToken.cpp",
|
|
"HTMLTokenizer.cpp",
|
|
"ListOfActiveFormattingElements.cpp",
|
|
"StackOfOpenElements.cpp",
|
|
]
|
|
}
|