[GTK] Fix distcheck build
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 19 Sep 2011 07:31:19 +0000 (07:31 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 19 Sep 2011 07:31:19 +0000 (07:31 +0000)
https://bugs.webkit.org/show_bug.cgi?id=68241

Reviewed by Martin Robinson.

Source/JavaScriptCore:

* GNUmakefile.list.am:

Source/WebCore:

* GNUmakefile.list.am:

Source/WebKit2:

* GNUmakefile.am:

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

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

index b44f23c..db36903 100644 (file)
@@ -1,3 +1,12 @@
+2011-09-19  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [GTK] Fix distcheck build
+        https://bugs.webkit.org/show_bug.cgi?id=68241
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.list.am:
+
 2011-09-18  Dan Bernstein  <mitz@apple.com>
 
         Removed ProfilerServer.
index 65daaa1..b797d52 100644 (file)
@@ -91,6 +91,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/bytecode/Opcode.h \
        Source/JavaScriptCore/bytecode/PredictedType.cpp \
        Source/JavaScriptCore/bytecode/PredictedType.h \
+       Source/JavaScriptCore/bytecode/PredictionTracker.h \
        Source/JavaScriptCore/bytecode/SamplingTool.cpp \
        Source/JavaScriptCore/bytecode/SamplingTool.h \
        Source/JavaScriptCore/bytecode/StructureStubInfo.cpp \
@@ -106,6 +107,8 @@ javascriptcore_sources += \
        Source/JavaScriptCore/dfg/DFGAliasTracker.h \
        Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp \
        Source/JavaScriptCore/dfg/DFGByteCodeParser.h \
+       Source/JavaScriptCore/dfg/DFGCapabilities.cpp \
+       Source/JavaScriptCore/dfg/DFGCapabilities.h \
        Source/JavaScriptCore/dfg/DFGDriver.cpp \
        Source/JavaScriptCore/dfg/DFGDriver.h \
        Source/JavaScriptCore/dfg/DFGFPRInfo.h \
@@ -120,6 +123,8 @@ javascriptcore_sources += \
        Source/JavaScriptCore/dfg/DFGNode.h \
        Source/JavaScriptCore/dfg/DFGOperations.cpp \
        Source/JavaScriptCore/dfg/DFGOperations.h \
+       Source/JavaScriptCore/dfg/DFGOSREntry.cpp \
+       Source/JavaScriptCore/dfg/DFGOSREntry.h \
        Source/JavaScriptCore/dfg/DFGPropagator.cpp \
        Source/JavaScriptCore/dfg/DFGPropagator.h \
        Source/JavaScriptCore/dfg/DFGRegisterBank.h \
@@ -156,6 +161,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/heap/VTableSpectrum.cpp \
        Source/JavaScriptCore/heap/VTableSpectrum.h \
        Source/JavaScriptCore/heap/Weak.h \
+       Source/JavaScriptCore/heap/WeakReferenceHarvester.h \
        Source/JavaScriptCore/heap/WriteBarrierSupport.cpp \
        Source/JavaScriptCore/heap/WriteBarrierSupport.h \
        Source/JavaScriptCore/config.h \
@@ -210,6 +216,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/interpreter/RegisterFile.h \
        Source/JavaScriptCore/interpreter/Register.h \
        Source/JavaScriptCore/JavaScriptCorePrefix.h \
+       Source/JavaScriptCore/jit/CompactJITCodeMap.h \
        Source/JavaScriptCore/jit/ExecutableAllocator.cpp \
        Source/JavaScriptCore/jit/ExecutableAllocator.h \
        Source/JavaScriptCore/jit/JITArithmetic32_64.cpp \
index 862f737..55dddaa 100644 (file)
@@ -1,3 +1,12 @@
+2011-09-19  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [GTK] Fix distcheck build
+        https://bugs.webkit.org/show_bug.cgi?id=68241
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.list.am:
+
 2011-09-18  Ilya Tikhonovsky  <loislo@chromium.org>
 
         Web Inspector: chromium-win: "Save timeline data" does nothing.
index 6213a11..ae507e9 100644 (file)
@@ -898,15 +898,12 @@ webcore_sources += \
        Source/WebCore/bridge/jni/jsc/JavaMethodJSC.h \
        Source/WebCore/bridge/jsc/BridgeJSC.cpp \
        Source/WebCore/bridge/jsc/BridgeJSC.h \
-       Source/WebCore/bridge/npapi.h \
        Source/WebCore/bridge/NP_jsobject.cpp \
        Source/WebCore/bridge/NP_jsobject.h \
        Source/WebCore/bridge/npruntime.cpp \
-       Source/WebCore/bridge/npruntime.h \
        Source/WebCore/bridge/npruntime_impl.h \
        Source/WebCore/bridge/npruntime_internal.h \
        Source/WebCore/bridge/npruntime_priv.h \
-       Source/WebCore/bridge/nptypes.h \
        Source/WebCore/bridge/runtime_array.cpp \
        Source/WebCore/bridge/runtime_array.h \
        Source/WebCore/bridge/runtime_method.cpp \
@@ -2892,6 +2889,9 @@ webcore_sources += \
        Source/WebCore/platform/Widget.cpp \
        Source/WebCore/platform/Widget.h \
        Source/WebCore/platform/WindowsKeyboardCodes.h \
+       Source/WebCore/plugins/npapi.h \
+       Source/WebCore/plugins/npruntime.h \
+       Source/WebCore/plugins/nptypes.h \
        Source/WebCore/plugins/DOMMimeTypeArray.cpp \
        Source/WebCore/plugins/DOMMimeTypeArray.h \
        Source/WebCore/plugins/DOMMimeType.cpp \
index dfc2025..14229a8 100644 (file)
@@ -1,3 +1,12 @@
+2011-09-19  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [GTK] Fix distcheck build
+        https://bugs.webkit.org/show_bug.cgi?id=68241
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am:
+
 2011-09-17  Mihai Parparita  <mihaip@chromium.org>
 
         FrameLoaderClient BackForwardList-related methods are unsued
index e943090..6130bf1 100644 (file)
@@ -509,7 +509,6 @@ libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOU
        Source/WebKit2/UIProcess/TextChecker.h \
        Source/WebKit2/UIProcess/TiledDrawingAreaProxy.cpp \
        Source/WebKit2/UIProcess/TiledDrawingAreaProxy.h \
-       Source/WebKit2/UIProcess/TiledDrawingAreaTile.h \
        Source/WebKit2/UIProcess/VisitedLinkProvider.cpp \
        Source/WebKit2/UIProcess/VisitedLinkProvider.h \
        Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.h \