Title: [223338] trunk/Source/WebCore
Revision
223338
Author
[email protected]
Date
2017-10-16 00:48:05 -0700 (Mon, 16 Oct 2017)

Log 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 <[email protected]> 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

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (223337 => 223338)


--- trunk/Source/WebCore/CMakeLists.txt	2017-10-16 07:04:48 UTC (rev 223337)
+++ trunk/Source/WebCore/CMakeLists.txt	2017-10-16 07:48:05 UTC (rev 223338)
@@ -46,7 +46,6 @@
     "${WEBCORE_DIR}/Modules/websockets"
     "${WEBCORE_DIR}/Modules/webvr"
     "${WEBCORE_DIR}/accessibility"
-    "${WEBCORE_DIR}/animation"
     "${WEBCORE_DIR}/bindings"
     "${WEBCORE_DIR}/bindings/js"
     "${WEBCORE_DIR}/bridge"
@@ -142,7 +141,6 @@
 )
 
 set(WebCore_IDL_INCLUDES
-    animation
     css
     dom
     fileapi

Modified: trunk/Source/WebCore/ChangeLog (223337 => 223338)


--- trunk/Source/WebCore/ChangeLog	2017-10-16 07:04:48 UTC (rev 223337)
+++ trunk/Source/WebCore/ChangeLog	2017-10-16 07:48:05 UTC (rev 223338)
@@ -1,3 +1,18 @@
+2017-10-16  Fujii Hironori  <[email protected]>
+
+        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.
+
+        * CMakeLists.txt: Removed animation from
+        WebCore_INCLUDE_DIRECTORIES and WebCore_IDL_INCLUDES.
+        * DerivedSources.make: Removed animation from VPATH and IDL_INCLUDES
+
 2017-10-16  Frederic Wang  <[email protected]>
 
         Replace some ScrollingTreeNode::nodeType() calls with is*Node()

Modified: trunk/Source/WebCore/DerivedSources.make (223337 => 223338)


--- trunk/Source/WebCore/DerivedSources.make	2017-10-16 07:04:48 UTC (rev 223337)
+++ trunk/Source/WebCore/DerivedSources.make	2017-10-16 07:48:05 UTC (rev 223338)
@@ -57,7 +57,6 @@
     $(WebCore)/Modules/webdriver \
     $(WebCore)/Modules/websockets \
     $(WebCore)/Modules/webvr \
-    $(WebCore)/animation \
     $(WebCore)/bindings/js \
     $(WebCore)/crypto \
     $(WebCore)/crypto/keys \
@@ -1391,7 +1390,6 @@
 
 IDL_INCLUDES = \
     $(WebCore)/Modules \
-    $(WebCore)/animation \
     $(WebCore)/css \
     $(WebCore)/crypto \
     $(WebCore)/dom \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to