[Webkit-unassigned] [Bug 177286] New: [CMake][Win] EventTargetInterfaces.h are generated twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 20 18:42:17 PDT 2017


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

            Bug ID: 177286
           Summary: [CMake][Win] EventTargetInterfaces.h are generated
                    twice
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

Some source files are compiled unnecessarily in the incremental build.

The log of WinCairo port clean build:

  https://gist.github.com/fujii/1a52f7b02ac4e16927b0b34b4b3eb874#file-webkit-win-cairo-clean-build-txt

The log of WinCairo port null incremental build:

  https://gist.github.com/fujii/1a52f7b02ac4e16927b0b34b4b3eb874#file-webkit-win-cairo-incremental-build-txt

In the first clean bulid log, EventTargetInterfaces.h are generated twice in both WebCoreDerivedSources and WebCore projects.

> 22>------ Build started: Project: WebCoreDerivedSources, Configuration: Debug x64 ------
> (...)
> 22>  Generating ../../DerivedSources/WebCore/EventTargetInterfaces.h
> (...)
> 32>------ Build started: Project: WebCore (WebCore\WebCore), Configuration: Debug x64 ------
> (...)
> 32>  Generating ../../DerivedSources/WebCore/EventTargetInterfaces.h

-- 
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/20170921/47e13f98/attachment.html>


More information about the webkit-unassigned mailing list