Title: [103034] trunk/Source
Revision
103034
Author
mrobin...@webkit.org
Date
2011-12-15 23:59:47 -0800 (Thu, 15 Dec 2011)

Log Message

Fix 'make dist' in preparation for the GTK+ release.

Source/_javascript_Core:

* GNUmakefile.list.am: Add missing header.

Source/WebCore:

* GNUmakefile.list.am: Add missing header.

Source/WebKit2:

* GNUmakefile.am: Add missing header.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (103033 => 103034)


--- trunk/Source/_javascript_Core/ChangeLog	2011-12-16 07:55:16 UTC (rev 103033)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-12-16 07:59:47 UTC (rev 103034)
@@ -1,3 +1,9 @@
+2011-12-15  Martin Robinson  <mrobin...@igalia.com>
+
+        Fix 'make dist' in preparation for the GTK+ release.
+
+        * GNUmakefile.list.am: Add missing header.
+
 2011-12-15  Sam Weinig  <s...@webkit.org>
 
         <rdar://problem/10552550> _javascript_Core uses obsolete 'cpy' mnemonic in ARM assembly

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (103033 => 103034)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2011-12-16 07:55:16 UTC (rev 103033)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2011-12-16 07:59:47 UTC (rev 103034)
@@ -381,6 +381,7 @@
 	Source/_javascript_Core/runtime/JSFunction.h \
 	Source/_javascript_Core/runtime/JSBoundFunction.cpp \
 	Source/_javascript_Core/runtime/JSBoundFunction.h \
+	Source/_javascript_Core/runtime/JSExportMacros.h \
 	Source/_javascript_Core/runtime/JSGlobalData.cpp \
 	Source/_javascript_Core/runtime/JSGlobalData.h \
 	Source/_javascript_Core/runtime/JSGlobalObject.cpp \
@@ -530,6 +531,7 @@
 	Source/_javascript_Core/wtf/Deque.h \
 	Source/_javascript_Core/wtf/DisallowCType.h \
 	Source/_javascript_Core/wtf/DoublyLinkedList.h \
+	Source/_javascript_Core/wtf/ExportMacros.h \
 	Source/_javascript_Core/wtf/dtoa.cpp \
 	Source/_javascript_Core/wtf/dtoa.h \
 	Source/_javascript_Core/wtf/dtoa/bignum-dtoa.cc \

Modified: trunk/Source/WebCore/ChangeLog (103033 => 103034)


--- trunk/Source/WebCore/ChangeLog	2011-12-16 07:55:16 UTC (rev 103033)
+++ trunk/Source/WebCore/ChangeLog	2011-12-16 07:59:47 UTC (rev 103034)
@@ -1,3 +1,9 @@
+2011-12-15  Martin Robinson  <mrobin...@igalia.com>
+
+        Fix 'make dist' in preparation for the GTK+ release.
+
+        * GNUmakefile.list.am: Add missing header.
+
 2011-12-15  Rafael Ávila de Espíndola  <rafael.espind...@gmail.com>
 
         Don't create empty files on error.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (103033 => 103034)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-12-16 07:55:16 UTC (rev 103033)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-12-16 07:59:47 UTC (rev 103034)
@@ -2879,6 +2879,7 @@
 	Source/WebCore/platform/network/soup/SoupURIUtils.h \
 	Source/WebCore/platform/NotImplemented.h \
 	Source/WebCore/platform/Pasteboard.h \
+	Source/WebCore/platform/PlatformExportMacros.h \
 	Source/WebCore/platform/PlatformKeyboardEvent.h \
 	Source/WebCore/platform/PlatformMenuDescription.h \
 	Source/WebCore/platform/PlatformMouseEvent.h \

Modified: trunk/Source/WebKit2/ChangeLog (103033 => 103034)


--- trunk/Source/WebKit2/ChangeLog	2011-12-16 07:55:16 UTC (rev 103033)
+++ trunk/Source/WebKit2/ChangeLog	2011-12-16 07:59:47 UTC (rev 103034)
@@ -1,3 +1,9 @@
+2011-12-15  Martin Robinson  <mrobin...@igalia.com>
+
+        Fix 'make dist' in preparation for the GTK+ release.
+
+        * GNUmakefile.am: Add missing header.
+
 2011-12-15  Anders Carlsson  <ander...@apple.com>
 
         Add support for accelerated compositing to the tiled Core Animation drawing area

Modified: trunk/Source/WebKit2/GNUmakefile.am (103033 => 103034)


--- trunk/Source/WebKit2/GNUmakefile.am	2011-12-16 07:55:16 UTC (rev 103033)
+++ trunk/Source/WebKit2/GNUmakefile.am	2011-12-16 07:59:47 UTC (rev 103034)
@@ -470,6 +470,9 @@
 	Source/WebKit2/UIProcess/API/C/WKFrame.h \
 	Source/WebKit2/UIProcess/API/C/WKFramePolicyListener.cpp \
 	Source/WebKit2/UIProcess/API/C/WKFramePolicyListener.h \
+	Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h \
+	Source/WebKit2/UIProcess/API/C/WKGeolocationPermissionRequest.h \
+	Source/WebKit2/UIProcess/API/C/WKGeolocationPosition.h \
 	Source/WebKit2/UIProcess/API/C/WKGrammarDetail.cpp \
 	Source/WebKit2/UIProcess/API/C/WKGrammarDetail.h \
 	Source/WebKit2/UIProcess/API/C/WKHitTestResult.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to