[GTK] Fix make distcheck build
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 3 Oct 2011 16:11:48 +0000 (16:11 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 3 Oct 2011 16:11:48 +0000 (16:11 +0000)
https://bugs.webkit.org/show_bug.cgi?id=69243

Reviewed by Martin Robinson.

Source/JavaScriptCore:

* GNUmakefile.list.am:

Source/WebCore:

* GNUmakefile.am:
* GNUmakefile.list.am:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96505 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/GNUmakefile.list.am
Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.am
Source/WebCore/GNUmakefile.list.am

index b418ffa..f0d32a3 100644 (file)
@@ -1,3 +1,12 @@
+2011-10-03  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [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  <pierre.rossi@gmail.com>
 
         [Qt] Build fix: Qt::escape is deprecated in Qt5
index 1a61bd1..50750e9 100644 (file)
@@ -81,6 +81,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/assembler/RepatchBuffer.h \
        Source/JavaScriptCore/assembler/SH4Assembler.h \
        Source/JavaScriptCore/assembler/X86Assembler.h \
+       Source/JavaScriptCore/bytecode/ActionablePrediction.h \
        Source/JavaScriptCore/bytecode/CodeBlock.cpp \
        Source/JavaScriptCore/bytecode/CodeBlock.h \
        Source/JavaScriptCore/bytecode/EvalCodeCache.h \
@@ -135,6 +136,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h \
        Source/JavaScriptCore/heap/AllocationSpace.cpp \
        Source/JavaScriptCore/heap/AllocationSpace.h \
+       Source/JavaScriptCore/heap/CardSet.h \
        Source/JavaScriptCore/heap/ConservativeRoots.cpp \
        Source/JavaScriptCore/heap/ConservativeRoots.h \
        Source/JavaScriptCore/heap/Handle.h \
@@ -564,6 +566,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/wtf/OwnFastMallocPtr.h \
        Source/JavaScriptCore/wtf/OwnPtrCommon.h \
        Source/JavaScriptCore/wtf/OwnPtr.h \
+       Source/JavaScriptCore/wtf/PackedIntVector.h \
        Source/JavaScriptCore/wtf/PageAllocation.h \
        Source/JavaScriptCore/wtf/PageAllocationAligned.cpp \
        Source/JavaScriptCore/wtf/PageAllocationAligned.h \
@@ -639,6 +642,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/wtf/ThreadSpecific.h \
        Source/JavaScriptCore/wtf/TypeTraits.cpp \
        Source/JavaScriptCore/wtf/TypeTraits.h \
+       Source/JavaScriptCore/wtf/UnionFind.h \
        Source/JavaScriptCore/wtf/unicode/CharacterNames.h \
        Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp \
        Source/JavaScriptCore/wtf/unicode/Collator.h \
index 970875f..8e50eb7 100644 (file)
@@ -1,3 +1,13 @@
+2011-10-03  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [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  <pierre.rossi@gmail.com>
 
         [Qt] Build fix: Qt::escape is deprecated in Qt5
index fbf5d34..3e08da0 100644 (file)
@@ -891,7 +891,9 @@ EXTRA_DIST += \
        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 \
index b224b23..572affe 100644 (file)
@@ -2977,6 +2977,7 @@ webcore_sources += \
        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 \