[Webkit-unassigned] [Bug 164937] [cmake][OpenWebRTC] Move SDPProcessorScriptResource rules to common WebCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 18 16:28:02 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164937
--- Comment #8 from Olivier Blin <olivier.blin at softathome.com> ---
> Following if() block checks if WebCore_SDP_PROCESSOR_SCRIPTS is set, now
> it's always true, so both blocks can be merged into single if
> (ENABLE_MEDIA_STREAM) block.
Just this then:
if (ENABLE_MEDIA_STREAM)
MAKE_JS_FILE_ARRAYS(
${DERIVED_SOURCES_WEBCORE_DIR}/SDPProcessorScriptsData.cpp
${DERIVED_SOURCES_WEBCORE_DIR}/SDPProcessorScriptsData.h
${WEBCORE_DIR}/Modules/mediastream/sdp.js
${WEBCORE_DIR}/platform/mediastream/SDPProcessorScriptResource.cpp
)
endif ()
Youenn, is that ok?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161119/98f9af27/attachment.html>
More information about the webkit-unassigned
mailing list