Remove PlatformTouchPointQt.cpp PlatformTouchEventQt.cpp from the gyp projects
authornoel.gordon@gmail.com <noel.gordon@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 28 Apr 2012 12:47:18 +0000 (12:47 +0000)
committernoel.gordon@gmail.com <noel.gordon@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 28 Apr 2012 12:47:18 +0000 (12:47 +0000)
https://bugs.webkit.org/show_bug.cgi?id=85132

Unreviewed VS2010 gyp project generation fix.

PlatformTouchPointQt.cpp and PlatformTouchEventQt.cpp were removed in r115312,
so remove them from the gyp projects.

* WebCore.gypi:

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

Source/WebCore/ChangeLog
Source/WebCore/WebCore.gypi

index 010ed5c..3e771c2 100644 (file)
@@ -1,3 +1,15 @@
+2012-04-28  Noel Gordon  <noel.gordon@gmail.com>
+
+        Remove PlatformTouchPointQt.cpp PlatformTouchEventQt.cpp from the gyp projects
+        https://bugs.webkit.org/show_bug.cgi?id=85132
+
+        Unreviewed VS2010 gyp project generation fix.
+
+        PlatformTouchPointQt.cpp and PlatformTouchEventQt.cpp were removed in r115312,
+        so remove them from the gyp projects.
+
+        * WebCore.gypi:
+
 2012-04-28  Nikolas Zimmermann  <nzimmermann@rim.com>
 
         <animateTransform type="scale"> should use '0' as effective from value not '1', if no base value is specified and from is not given
index b1f1dd4..350d8b4 100644 (file)
             'platform/qt/PlatformScreenQt.cpp',
             'platform/qt/PlatformSupport.h',
             'platform/qt/PlatformSupportQt.cpp',
-            'platform/qt/PlatformTouchEventQt.cpp',
-            'platform/qt/PlatformTouchPointQt.cpp',
             'platform/qt/QWebPageClient.h',
             'platform/qt/RenderThemeQt.cpp',
             'platform/qt/RenderThemeQt.h',