mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Meta: Add gn build rules for LibWeb
This commit is contained in:
parent
7b3d0fb002
commit
85c8cd5205
60 changed files with 1966 additions and 0 deletions
52
Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn
Normal file
52
Meta/gn/secondary/Userland/Libraries/LibWeb/DOM/BUILD.gn
Normal file
|
@ -0,0 +1,52 @@
|
|||
source_set("DOM") {
|
||||
configs += [ "//Userland/Libraries/LibWeb:configs" ]
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"AbortController.cpp",
|
||||
"AbortSignal.cpp",
|
||||
"AbstractRange.cpp",
|
||||
"AccessibilityTreeNode.cpp",
|
||||
"Attr.cpp",
|
||||
"CDATASection.cpp",
|
||||
"CharacterData.cpp",
|
||||
"Comment.cpp",
|
||||
"CustomEvent.cpp",
|
||||
"DOMEventListener.cpp",
|
||||
"DOMImplementation.cpp",
|
||||
"DOMTokenList.cpp",
|
||||
"Document.cpp",
|
||||
"DocumentFragment.cpp",
|
||||
"DocumentLoadEventDelayer.cpp",
|
||||
"DocumentLoading.cpp",
|
||||
"DocumentObserver.cpp",
|
||||
"DocumentType.cpp",
|
||||
"Element.cpp",
|
||||
"ElementFactory.cpp",
|
||||
"Event.cpp",
|
||||
"EventDispatcher.cpp",
|
||||
"EventTarget.cpp",
|
||||
"HTMLCollection.cpp",
|
||||
"IDLEventListener.cpp",
|
||||
"LiveNodeList.cpp",
|
||||
"MutationObserver.cpp",
|
||||
"MutationRecord.cpp",
|
||||
"MutationType.cpp",
|
||||
"NamedNodeMap.cpp",
|
||||
"Node.cpp",
|
||||
"NodeFilter.cpp",
|
||||
"NodeIterator.cpp",
|
||||
"NodeList.cpp",
|
||||
"NodeOperations.cpp",
|
||||
"ParentNode.cpp",
|
||||
"Position.cpp",
|
||||
"ProcessingInstruction.cpp",
|
||||
"QualifiedName.cpp",
|
||||
"Range.cpp",
|
||||
"ShadowRoot.cpp",
|
||||
"StaticNodeList.cpp",
|
||||
"StaticRange.cpp",
|
||||
"StyleElementUtils.cpp",
|
||||
"Text.cpp",
|
||||
"TreeWalker.cpp",
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue