Title: [92573] trunk/Source
- Revision
- 92573
- Author
- [email protected]
- Date
- 2011-08-07 06:47:56 -0700 (Sun, 07 Aug 2011)
Log Message
Distribution fix for GTK+.
Source/_javascript_Core:
* GNUmakefile.list.am: Strip removed files from the source list.
Source/WebCore:
* GNUmakefile.am: Add some files to the distribution list.
* GNUmakefile.list.am: Strip removed files from the source list.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (92572 => 92573)
--- trunk/Source/_javascript_Core/ChangeLog 2011-08-07 11:29:13 UTC (rev 92572)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-08-07 13:47:56 UTC (rev 92573)
@@ -1,3 +1,9 @@
+2011-08-07 Martin Robinson <[email protected]>
+
+ Distribution fix for GTK+.
+
+ * GNUmakefile.list.am: Strip removed files from the source list.
+
2011-08-06 Gavin Barraclough <[email protected]>
https://bugs.webkit.org/show_bug.cgi?id=65821
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (92572 => 92573)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-08-07 11:29:13 UTC (rev 92572)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-08-07 13:47:56 UTC (rev 92573)
@@ -360,7 +360,6 @@
Source/_javascript_Core/runtime/JSVariableObject.h \
Source/_javascript_Core/runtime/JSWrapperObject.cpp \
Source/_javascript_Core/runtime/JSWrapperObject.h \
- Source/_javascript_Core/runtime/JSZombie.h \
Source/_javascript_Core/runtime/LiteralParser.cpp \
Source/_javascript_Core/runtime/LiteralParser.h \
Source/_javascript_Core/runtime/Lookup.cpp \
Modified: trunk/Source/WebCore/ChangeLog (92572 => 92573)
--- trunk/Source/WebCore/ChangeLog 2011-08-07 11:29:13 UTC (rev 92572)
+++ trunk/Source/WebCore/ChangeLog 2011-08-07 13:47:56 UTC (rev 92573)
@@ -1,3 +1,10 @@
+2011-08-07 Martin Robinson <[email protected]>
+
+ Distribution fix for GTK+.
+
+ * GNUmakefile.am: Add some files to the distribution list.
+ * GNUmakefile.list.am: Strip removed files from the source list.
+
2011-08-07 Jochen Eisinger <[email protected]>
Move FrameLoadRequest to loader/
Modified: trunk/Source/WebCore/GNUmakefile.am (92572 => 92573)
--- trunk/Source/WebCore/GNUmakefile.am 2011-08-07 11:29:13 UTC (rev 92572)
+++ trunk/Source/WebCore/GNUmakefile.am 2011-08-07 13:47:56 UTC (rev 92573)
@@ -864,6 +864,8 @@
$(shell ls $(srcdir)/Source/WebCore/websockets/*.idl) \
$(shell ls $(srcdir)/Source/WebCore/workers/*.idl) \
$(shell ls $(srcdir)/Source/WebCore/xml/*.idl) \
+ Source/ThirdParty/ANGLE/src/compiler/glslang.l \
+ Source/ThirdParty/ANGLE/src/compiler/glslang.y \
Source/WebCore/bindings/scripts/CodeGenerator.pm \
Source/WebCore/bindings/scripts/IDLParser.pm \
Source/WebCore/bindings/scripts/IDLStructure.pm \
Modified: trunk/Source/WebCore/GNUmakefile.list.am (92572 => 92573)
--- trunk/Source/WebCore/GNUmakefile.list.am 2011-08-07 11:29:13 UTC (rev 92572)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2011-08-07 13:47:56 UTC (rev 92573)
@@ -2270,7 +2270,6 @@
Source/WebCore/page/Geoposition.h \
Source/WebCore/page/GroupSettings.cpp \
Source/WebCore/page/GroupSettings.h \
- Source/WebCore/page/HaltablePlugin.h \
Source/WebCore/page/History.cpp \
Source/WebCore/page/History.h \
Source/WebCore/page/Location.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes