mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibWeb: Remove IDL files from CMake SOURCES
The bindings generator already produces a depfile of IDL files for each JS binding class, so we do not need to manually define these as sources.
This commit is contained in:
parent
a9aecbbd6f
commit
bd7bd1d677
Notes:
sideshowbarker
2024-07-17 20:19:08 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/bd7bd1d677 Pull-request: https://github.com/SerenityOS/serenity/pull/20227 Reviewed-by: https://github.com/trflynn89 ✅
@ -3,7 +3,6 @@ include(libweb_generators)
|
||||
set(SOURCES
|
||||
ARIA/AriaData.cpp
|
||||
ARIA/ARIAMixin.cpp
|
||||
ARIA/ARIAMixin.idl
|
||||
ARIA/Roles.cpp
|
||||
ARIA/RoleType.cpp
|
||||
ARIA/StateAndProperties.cpp
|
||||
@ -129,16 +128,13 @@ set(SOURCES
|
||||
DOM/AbstractRange.cpp
|
||||
DOM/AccessibilityTreeNode.cpp
|
||||
DOM/Attr.cpp
|
||||
DOM/Attr.idl
|
||||
DOM/CDATASection.cpp
|
||||
DOM/CharacterData.cpp
|
||||
DOM/CharacterData.idl
|
||||
DOM/Comment.cpp
|
||||
DOM/CustomEvent.cpp
|
||||
DOM/DOMEventListener.cpp
|
||||
DOM/DOMImplementation.cpp
|
||||
DOM/DOMTokenList.cpp
|
||||
DOM/DOMTokenList.idl
|
||||
DOM/Document.cpp
|
||||
DOM/DocumentFragment.cpp
|
||||
DOM/DocumentLoadEventDelayer.cpp
|
||||
@ -172,7 +168,6 @@ set(SOURCES
|
||||
DOM/StaticRange.cpp
|
||||
DOM/StyleElementUtils.cpp
|
||||
DOM/Text.cpp
|
||||
DOM/Text.idl
|
||||
DOM/TreeWalker.cpp
|
||||
DOM/XMLDocument.cpp
|
||||
DOMParsing/InnerHTML.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user