<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CMake] CMake does not support the dep file of preprocess-idls.pl --supplementalMakefileDeps"
   href="https://bugs.webkit.org/show_bug.cgi?id=161433#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CMake] CMake does not support the dep file of preprocess-idls.pl --supplementalMakefileDeps"
   href="https://bugs.webkit.org/show_bug.cgi?id=161433">bug 161433</a>
              from <span class="vcard"><a class="email" href="mailto:Hironori.Fujii&#64;sony.com" title="Fujii Hironori &lt;Hironori.Fujii&#64;sony.com&gt;"> <span class="fn">Fujii Hironori</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=161433#c0">comment #0</a>)
<span class="quote">&gt; There are three solutions:
&gt; 
&gt; A) Use DerivedSources.make (<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [meta] Make cmake build system use DerivedSources.make"
   href="show_bug.cgi?id=130339">Bug 130339</a>)
&gt; B) Generate Makefile for preprocess-idls.pl and generate-bindings.pl and
&gt; invoke 'make'
&gt; C) Implement Make-like tool in Python or Perl</span >


According to Ninja documentation, it seems to support dep file.
<a href="https://ninja-build.org/manual.html#ref_rule">https://ninja-build.org/manual.html#ref_rule</a>
We seem to have fourth choice:

D) Generate bulid.ninja for preprocess-idls.pl and generate-bindings.pl and invoke 'ninja' or 'ninja-build'</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>