Title: [96505] trunk/Source
- Revision
- 96505
- Author
- [email protected]
- Date
- 2011-10-03 09:11:48 -0700 (Mon, 03 Oct 2011)
Log Message
[GTK] Fix make distcheck build
https://bugs.webkit.org/show_bug.cgi?id=69243
Reviewed by Martin Robinson.
Source/_javascript_Core:
* GNUmakefile.list.am:
Source/WebCore:
* GNUmakefile.am:
* GNUmakefile.list.am:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (96504 => 96505)
--- trunk/Source/_javascript_Core/ChangeLog 2011-10-03 16:02:19 UTC (rev 96504)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-10-03 16:11:48 UTC (rev 96505)
@@ -1,3 +1,12 @@
+2011-10-03 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Fix make distcheck build
+ https://bugs.webkit.org/show_bug.cgi?id=69243
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.list.am:
+
2011-10-03 Pierre Rossi <[email protected]>
[Qt] Build fix: Qt::escape is deprecated in Qt5
Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (96504 => 96505)
--- trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-10-03 16:02:19 UTC (rev 96504)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am 2011-10-03 16:11:48 UTC (rev 96505)
@@ -81,6 +81,7 @@
Source/_javascript_Core/assembler/RepatchBuffer.h \
Source/_javascript_Core/assembler/SH4Assembler.h \
Source/_javascript_Core/assembler/X86Assembler.h \
+ Source/_javascript_Core/bytecode/ActionablePrediction.h \
Source/_javascript_Core/bytecode/CodeBlock.cpp \
Source/_javascript_Core/bytecode/CodeBlock.h \
Source/_javascript_Core/bytecode/EvalCodeCache.h \
@@ -135,6 +136,7 @@
Source/_javascript_Core/dfg/DFGSpeculativeJIT.h \
Source/_javascript_Core/heap/AllocationSpace.cpp \
Source/_javascript_Core/heap/AllocationSpace.h \
+ Source/_javascript_Core/heap/CardSet.h \
Source/_javascript_Core/heap/ConservativeRoots.cpp \
Source/_javascript_Core/heap/ConservativeRoots.h \
Source/_javascript_Core/heap/Handle.h \
@@ -564,6 +566,7 @@
Source/_javascript_Core/wtf/OwnFastMallocPtr.h \
Source/_javascript_Core/wtf/OwnPtrCommon.h \
Source/_javascript_Core/wtf/OwnPtr.h \
+ Source/_javascript_Core/wtf/PackedIntVector.h \
Source/_javascript_Core/wtf/PageAllocation.h \
Source/_javascript_Core/wtf/PageAllocationAligned.cpp \
Source/_javascript_Core/wtf/PageAllocationAligned.h \
@@ -639,6 +642,7 @@
Source/_javascript_Core/wtf/ThreadSpecific.h \
Source/_javascript_Core/wtf/TypeTraits.cpp \
Source/_javascript_Core/wtf/TypeTraits.h \
+ Source/_javascript_Core/wtf/UnionFind.h \
Source/_javascript_Core/wtf/unicode/CharacterNames.h \
Source/_javascript_Core/wtf/unicode/CollatorDefault.cpp \
Source/_javascript_Core/wtf/unicode/Collator.h \
Modified: trunk/Source/WebCore/ChangeLog (96504 => 96505)
--- trunk/Source/WebCore/ChangeLog 2011-10-03 16:02:19 UTC (rev 96504)
+++ trunk/Source/WebCore/ChangeLog 2011-10-03 16:11:48 UTC (rev 96505)
@@ -1,3 +1,13 @@
+2011-10-03 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Fix make distcheck build
+ https://bugs.webkit.org/show_bug.cgi?id=69243
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am:
+ * GNUmakefile.list.am:
+
2011-10-03 Pierre Rossi <[email protected]>
[Qt] Build fix: Qt::escape is deprecated in Qt5
Modified: trunk/Source/WebCore/GNUmakefile.am (96504 => 96505)
--- trunk/Source/WebCore/GNUmakefile.am 2011-10-03 16:02:19 UTC (rev 96504)
+++ trunk/Source/WebCore/GNUmakefile.am 2011-10-03 16:11:48 UTC (rev 96505)
@@ -891,7 +891,9 @@
Source/WebCore/inspector/CodeGeneratorInspector.pm \
Source/WebCore/inspector/InjectedScriptSource.js \
Source/WebCore/inspector/Inspector.json \
+ Source/WebCore/inspector/Inspector-0.1.json \
Source/WebCore/inspector/generate-inspector-idl \
+ Source/WebCore/inspector/generate-inspector-protocol-version \
Source/WebCore/inspector/xxd.pl \
Source/WebCore/LICENSE-APPLE \
Source/WebCore/LICENSE-LGPL-2 \
Modified: trunk/Source/WebCore/GNUmakefile.list.am (96504 => 96505)
--- trunk/Source/WebCore/GNUmakefile.list.am 2011-10-03 16:02:19 UTC (rev 96504)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2011-10-03 16:11:48 UTC (rev 96505)
@@ -2977,6 +2977,7 @@
Source/WebCore/rendering/RenderBlockLineLayout.cpp \
Source/WebCore/rendering/RenderBox.cpp \
Source/WebCore/rendering/RenderBox.h \
+ Source/WebCore/rendering/RenderBoxRegionInfo.h \
Source/WebCore/rendering/RenderBoxModelObject.cpp \
Source/WebCore/rendering/RenderBoxModelObject.h \
Source/WebCore/rendering/RenderBR.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes