After making no progress on this for a very long time, let's acknowledge it's not going anywhere and remove it from the codebase.
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",
|
|
]
|
|
}
|