[Webkit-unassigned] [Bug 181117] [CMake][Win] Visual Studio invokes make_names.pl twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 22 00:23:54 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=181117

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
> GENERATE_DOM_NAMES(HTML ${WEBCORE_DIR}/html/HTMLAttributeNames.in ${WEBCORE_DIR}/html/HTMLTagNames.in "")

This command generates three files HTMLNames.cpp, HTMLElementFactory.cpp and JSHTMLElementWrapperFactory.cpp.
But, only HTMLElementFactory.cpp and JSHTMLElementWrapperFactory.cpp are listed in Sources.txt.
Then these files are compiled in WebCore project and HTMLNames.cpp is compiled in WebCoreDerivedSources project.

All files should be listed in Sources.txt.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171222/692a441e/attachment.html>


More information about the webkit-unassigned mailing list