mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 20:15:06 +00:00
13 lines
349 B
Text
13 lines
349 B
Text
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",
|
|
]
|
|
}
|