<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [cmake][OpenWebRTC] Move SDPProcessorScriptResource rules to common WebCore"
   href="https://bugs.webkit.org/show_bug.cgi?id=164937#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [cmake][OpenWebRTC] Move SDPProcessorScriptResource rules to common WebCore"
   href="https://bugs.webkit.org/show_bug.cgi?id=164937">bug 164937</a>
              from <span class="vcard"><a class="email" href="mailto:olivier.blin&#64;softathome.com" title="Olivier Blin &lt;olivier.blin&#64;softathome.com&gt;"> <span class="fn">Olivier Blin</span></a>
</span></b>
        <pre><span class="quote">&gt; Following if() block checks if WebCore_SDP_PROCESSOR_SCRIPTS is set, now
&gt; it's always true, so both blocks can be merged into single if
&gt; (ENABLE_MEDIA_STREAM) block.</span >

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?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>