Unreviewed. Fix make distcheck.
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 Jan 2012 14:25:19 +0000 (14:25 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 Jan 2012 14:25:19 +0000 (14:25 +0000)
Source/WebCore:

* GNUmakefile.am: Add idl files in Source/WebCore/html/shadow/ to
EXTRA_DIST.
* GNUmakefile.list.am: Add missing files.

Source/WebKit2:

* GNUmakefile.am: Add missing files.
* WebProcess/WebPage/TapHighlightController.cpp: Add #if
ENABLE(TOUCH_EVENTS).

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

Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.am
Source/WebCore/GNUmakefile.list.am
Source/WebKit2/ChangeLog
Source/WebKit2/GNUmakefile.am
Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp

index 868cae1..8f781b7 100644 (file)
@@ -1,3 +1,11 @@
+2012-01-30  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add idl files in Source/WebCore/html/shadow/ to
+        EXTRA_DIST.
+        * GNUmakefile.list.am: Add missing files.
+
 2012-01-27  Vsevolod Vlasov  <vsevik@chromium.org>
 
         Web Inspector: TabbedEditorContainer should save open tabs.
index 7d7f489..701fa33 100644 (file)
@@ -885,6 +885,7 @@ EXTRA_DIST += \
        $(shell ls $(srcdir)/Source/WebCore/dom/*.idl) \
        $(shell ls $(srcdir)/Source/WebCore/fileapi/*.idl) \
        $(shell ls $(srcdir)/Source/WebCore/html/canvas/*.idl) \
+       $(shell ls $(srcdir)/Source/WebCore/html/shadow/*.idl) \
        $(shell ls $(srcdir)/Source/WebCore/html/track/*.idl) \
        $(shell ls $(srcdir)/Source/WebCore/html/*.idl) \
        $(shell ls $(srcdir)/Source/WebCore/inspector/*.idl) \
index d485ee5..7cb0f61 100644 (file)
@@ -2703,6 +2703,8 @@ webcore_sources += \
        Source/WebCore/page/GeolocationError.h \
        Source/WebCore/page/GeolocationPosition.h \
        Source/WebCore/page/Geoposition.h \
+       Source/WebCore/page/GestureTapHighlighter.cpp \
+       Source/WebCore/page/GestureTapHighlighter.h \
        Source/WebCore/page/GroupSettings.cpp \
        Source/WebCore/page/GroupSettings.h \
        Source/WebCore/page/History.cpp \
@@ -2737,6 +2739,8 @@ webcore_sources += \
        Source/WebCore/page/PerformanceTiming.cpp \
        Source/WebCore/page/PerformanceTiming.h \
        Source/WebCore/page/PointerLock.h \
+       Source/WebCore/page/PointerLockController.cpp \
+       Source/WebCore/page/PointerLockController.h \
        Source/WebCore/page/PositionCallback.h \
        Source/WebCore/page/PositionError.h \
        Source/WebCore/page/PositionErrorCallback.h \
@@ -3756,6 +3760,7 @@ webcore_sources += \
        Source/WebCore/rendering/svg/SVGRootInlineBox.h \
        Source/WebCore/rendering/svg/SVGShadowTreeElements.cpp \
        Source/WebCore/rendering/svg/SVGShadowTreeElements.h \
+       Source/WebCore/rendering/svg/SVGSubpathData.h \
        Source/WebCore/rendering/svg/SVGTextChunk.cpp \
        Source/WebCore/rendering/svg/SVGTextChunk.h \
        Source/WebCore/rendering/svg/SVGTextChunkBuilder.cpp \
index 87864cf..568400d 100644 (file)
@@ -1,3 +1,11 @@
+2012-01-30  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Add missing files.
+        * WebProcess/WebPage/TapHighlightController.cpp: Add #if
+        ENABLE(TOUCH_EVENTS).
+
 2012-01-29  Sheriff Bot  <webkit.review.bot@gmail.com>
 
         Unreviewed, rolling out r106022.
index 73c0e45..b76b21f 100644 (file)
@@ -539,6 +539,7 @@ libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOU
        Source/WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecisionPrivate.h \
        Source/WebKit2/UIProcess/API/gtk/WebKitPolicyDecision.cpp \
        Source/WebKit2/UIProcess/API/gtk/WebKitPolicyDecision.h \
+       Source/WebKit2/UIProcess/API/gtk/WebKitPolicyDecisionPrivate.h \
        Source/WebKit2/UIProcess/API/gtk/WebKitPolicyClient.cpp \
        Source/WebKit2/UIProcess/API/gtk/WebKitPolicyClient.h \
        Source/WebKit2/UIProcess/API/gtk/WebKitPrivate.h \
@@ -908,6 +909,8 @@ libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOU
        Source/WebKit2/WebProcess/WebPage/EventDispatcher.h \
        Source/WebKit2/WebProcess/WebPage/FindController.cpp \
        Source/WebKit2/WebProcess/WebPage/FindController.h \
+       Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp \
+       Source/WebKit2/WebProcess/WebPage/TapHighlightController.h \
        Source/WebKit2/WebProcess/WebPage/gtk/WebInspectorGtk.cpp \
        Source/WebKit2/WebProcess/WebPage/gtk/WebPageAccessibilityObject.h \
        Source/WebKit2/WebProcess/WebPage/gtk/WebPageAccessibilityObject.cpp \
index 1c36a4d..7253247 100644 (file)
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "TapHighlightController.h"
 
+#if ENABLE(TOUCH_EVENTS)
+
 #include "ShareableBitmap.h"
 #include "WKPage.h"
 #include "WebCoreArgumentCoders.h"
@@ -115,3 +117,5 @@ bool TapHighlightController::mouseEvent(PageOverlay*, const WebMouseEvent&)
 }
 
 } // namespace WebKit
+
+#endif // ENABLE(TOUCH_EVENTS)