Title: [153306] trunk/Source/_javascript_Core
Revision
153306
Author
zandober...@gmail.com
Date
2013-07-25 02:51:42 -0700 (Thu, 25 Jul 2013)

Log Message

Unreviewed GTK build fix.

* GNUmakefile.list.am: Adding JSCTestRunnerUtils files to the build.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (153305 => 153306)


--- trunk/Source/_javascript_Core/ChangeLog	2013-07-25 09:29:43 UTC (rev 153305)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-07-25 09:51:42 UTC (rev 153306)
@@ -1,5 +1,11 @@
 2013-07-25  Zan Dobersek  <zdober...@igalia.com>
 
+        Unreviewed GTK build fix.
+
+        * GNUmakefile.list.am: Adding JSCTestRunnerUtils files to the build.
+
+2013-07-25  Zan Dobersek  <zdober...@igalia.com>
+
         Unreviewed. Further build fixing for the GTK port. Adding the forwarding header
         for JSCTestRunnerUtils.h as required by the DumpRenderTree compilation.
 

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (153305 => 153306)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-07-25 09:29:43 UTC (rev 153305)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-07-25 09:51:42 UTC (rev 153306)
@@ -38,6 +38,8 @@
 	Source/_javascript_Core/API/JSAPIWrapperObject.h \
 	Source/_javascript_Core/API/JSBase.cpp \
 	Source/_javascript_Core/API/JSBasePrivate.h \
+	Source/_javascript_Core/API/JSCTestRunnerUtils.cpp \
+	Source/_javascript_Core/API/JSCTestRunnerUtils.h \
 	Source/_javascript_Core/API/JSCallbackConstructor.cpp \
 	Source/_javascript_Core/API/JSCallbackConstructor.h \
 	Source/_javascript_Core/API/JSCallbackFunction.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to