[Webkit-unassigned] [Bug 149323] New: Explicitly specify builtin JS files dependency in CMakeLists.txt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 18:13:31 PDT 2015


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

            Bug ID: 149323
           Summary: Explicitly specify builtin JS files dependency in
                    CMakeLists.txt
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

JSCBuiltins.{h,cpp} in CMakeLists.txt just depend on builtins directory.
As a result, even if we modify builtins/*.js code, rebuild does not regenerate JSCBuiltins.{h,cpp}.
It was long-lasting problem.

Now, ModuleLoaderObject.js is updated. And since Windows bot starts using CMake, it fails now.
https://webkit-queues.webkit.org/results/181214
As the same to the cpp sources, let's list up the JS files explicitly in CMakeLists.txt.

-- 
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/20150918/6f1fa118/attachment.html>


More information about the webkit-unassigned mailing list