Unreviewed. Fix make distcheck.
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 5 Mar 2012 13:57:12 +0000 (13:57 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 5 Mar 2012 13:57:12 +0000 (13:57 +0000)
Source/JavaScriptCore:

* GNUmakefile.list.am: Add missing header file.

Source/WebCore:

* GNUmakefile.list.am: Add missing header file.

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

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

index aca103e..b4e86e6 100644 (file)
@@ -1,3 +1,9 @@
+2012-03-05  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-03-05  Andy Wingo  <wingo@igalia.com>
 
         WTF: Micro-optimize cleanup of empty vectors and hash tables
index ebd82e7..7b109ec 100644 (file)
@@ -311,6 +311,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/jit/JITCall32_64.cpp \
        Source/JavaScriptCore/jit/JITCall.cpp \
        Source/JavaScriptCore/jit/JITCode.h \
+       Source/JavaScriptCore/jit/JITCompilationEffort.h \
        Source/JavaScriptCore/jit/JITDriver.h \
        Source/JavaScriptCore/jit/JIT.cpp \
        Source/JavaScriptCore/jit/JIT.h \
index a8a5a2c..399d2be 100644 (file)
@@ -1,3 +1,9 @@
+2012-03-05  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-03-05  Alexander Pavlov  <apavlov@chromium.org>
 
         Web Inspector: Incorrect appropriateSelectorFor() suggestion for when a DOMNode has more than 2 CSS classes
index aa1ec6a..af12520 100644 (file)
@@ -3363,6 +3363,7 @@ webcore_sources += \
        Source/WebCore/platform/PlatformEvent.cpp \
        Source/WebCore/platform/PlatformEvent.h \
        Source/WebCore/platform/PlatformExportMacros.h \
+       Source/WebCore/platform/PlatformGestureEvent.h \
        Source/WebCore/platform/PlatformKeyboardEvent.h \
        Source/WebCore/platform/PlatformMenuDescription.h \
        Source/WebCore/platform/PlatformMouseEvent.h \