Changeset 223338 in webkit


Ignore:
Timestamp:
Oct 16, 2017 12:48:05 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

A lot of "Can't stat WebCore/animation: No such file or directory" since r223328
https://bugs.webkit.org/show_bug.cgi?id=178326

Unreviewed build fix

The directory WebCore/animation was removed in r223328.

No new tests because there is no behavior change.

Patch by Fujii Hironori <Fujii Hironori> on 2017-10-16

  • CMakeLists.txt: Removed animation from

WebCore_INCLUDE_DIRECTORIES and WebCore_IDL_INCLUDES.

  • DerivedSources.make: Removed animation from VPATH and IDL_INCLUDES
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r223332 r223338  
    4747    "${WEBCORE_DIR}/Modules/webvr"
    4848    "${WEBCORE_DIR}/accessibility"
    49     "${WEBCORE_DIR}/animation"
    5049    "${WEBCORE_DIR}/bindings"
    5150    "${WEBCORE_DIR}/bindings/js"
     
    143142
    144143set(WebCore_IDL_INCLUDES
    145     animation
    146144    css
    147145    dom
  • trunk/Source/WebCore/ChangeLog

    r223337 r223338  
     12017-10-16  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        A lot of "Can't stat WebCore/animation: No such file or directory" since r223328
     4        https://bugs.webkit.org/show_bug.cgi?id=178326
     5
     6        Unreviewed build fix
     7
     8        The directory WebCore/animation was removed in r223328.
     9
     10        No new tests because there is no behavior change.
     11
     12        * CMakeLists.txt: Removed animation from
     13        WebCore_INCLUDE_DIRECTORIES and WebCore_IDL_INCLUDES.
     14        * DerivedSources.make: Removed animation from VPATH and IDL_INCLUDES
     15
    1162017-10-16  Frederic Wang  <fwang@igalia.com>
    217
  • trunk/Source/WebCore/DerivedSources.make

    r223328 r223338  
    5858    $(WebCore)/Modules/websockets \
    5959    $(WebCore)/Modules/webvr \
    60     $(WebCore)/animation \
    6160    $(WebCore)/bindings/js \
    6261    $(WebCore)/crypto \
     
    13921391IDL_INCLUDES = \
    13931392    $(WebCore)/Modules \
    1394     $(WebCore)/animation \
    13951393    $(WebCore)/css \
    13961394    $(WebCore)/crypto \
Note: See TracChangeset for help on using the changeset viewer.