Title: [141880] trunk/Source/WebCore
Revision
141880
Author
[email protected]
Date
2013-02-05 02:27:41 -0800 (Tue, 05 Feb 2013)

Log Message

Build is broken since r141543 for platforms without OpenGL
https://bugs.webkit.org/show_bug.cgi?id=108862

Patch by Julien Brianceau <[email protected]> on 2013-02-05
Reviewed by Simon Hausmann.

* Target.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (141879 => 141880)


--- trunk/Source/WebCore/ChangeLog	2013-02-05 10:26:12 UTC (rev 141879)
+++ trunk/Source/WebCore/ChangeLog	2013-02-05 10:27:41 UTC (rev 141880)
@@ -1,3 +1,12 @@
+2013-02-05  Julien Brianceau  <[email protected]>
+
+        Build is broken since r141543 for platforms without OpenGL
+        https://bugs.webkit.org/show_bug.cgi?id=108862
+
+        Reviewed by Simon Hausmann.
+
+        * Target.pri:
+
 2013-02-05  Kentaro Hara  <[email protected]>
 
         Unreviewed, rolling out r141865.

Modified: trunk/Source/WebCore/Target.pri (141879 => 141880)


--- trunk/Source/WebCore/Target.pri	2013-02-05 10:26:12 UTC (rev 141879)
+++ trunk/Source/WebCore/Target.pri	2013-02-05 10:27:41 UTC (rev 141880)
@@ -2243,18 +2243,6 @@
     platform/graphics/surfaces/GraphicsSurface.h \
     platform/graphics/surfaces/GraphicsSurfaceToken.h \
     platform/graphics/SurrogatePairAwareTextIterator.h \
-    platform/graphics/texmap/coordinated/AreaAllocator.h \
-    platform/graphics/texmap/coordinated/CoordinatedBackingStore.h \
-    platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
-    platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
-    platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h \
-    platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h \
-    platform/graphics/texmap/coordinated/CoordinatedImageBacking.h \
-    platform/graphics/texmap/coordinated/CoordinatedLayerInfo.h \
-    platform/graphics/texmap/coordinated/CoordinatedSurface.h \
-    platform/graphics/texmap/coordinated/CoordinatedTile.h \
-    platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h \
-    platform/graphics/texmap/coordinated/UpdateAtlas.h \
     platform/graphics/texmap/GraphicsLayerTextureMapper.h \
     platform/graphics/texmap/TextureMapper.h \
     platform/graphics/texmap/TextureMapperBackingStore.h \
@@ -2890,14 +2878,6 @@
     platform/graphics/qt/PathQt.cpp \
     platform/graphics/qt/PatternQt.cpp \
     platform/graphics/qt/StillImageQt.cpp \
-    platform/graphics/texmap/coordinated/AreaAllocator.cpp \
-    platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp \
-    platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp \
-    platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp \
-    platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp \
-    platform/graphics/texmap/coordinated/CoordinatedSurface.cpp \
-    platform/graphics/texmap/coordinated/CoordinatedTile.cpp \
-    platform/graphics/texmap/coordinated/UpdateAtlas.cpp \
     platform/graphics/texmap/GraphicsLayerTextureMapper.cpp \
     platform/graphics/texmap/TextureMapper.cpp \
     platform/graphics/texmap/TextureMapperBackingStore.cpp \
@@ -4070,7 +4050,19 @@
         platform/graphics/gpu/TilingData.h \
         platform/graphics/opengl/Extensions3DOpenGL.h \
         platform/graphics/texmap/TextureMapperGL.h \
-        platform/graphics/texmap/TextureMapperShaderProgram.h
+        platform/graphics/texmap/TextureMapperShaderProgram.h \
+        platform/graphics/texmap/coordinated/AreaAllocator.h \
+        platform/graphics/texmap/coordinated/CoordinatedBackingStore.h \
+        platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
+        platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
+        platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h \
+        platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h \
+        platform/graphics/texmap/coordinated/CoordinatedImageBacking.h \
+        platform/graphics/texmap/coordinated/CoordinatedLayerInfo.h \
+        platform/graphics/texmap/coordinated/CoordinatedSurface.h \
+        platform/graphics/texmap/coordinated/CoordinatedTile.h \
+        platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h \
+        platform/graphics/texmap/coordinated/UpdateAtlas.h
 
     SOURCES += \
         platform/graphics/ANGLEWebKitBridge.cpp \
@@ -4083,7 +4075,15 @@
         platform/graphics/opengl/Extensions3DOpenGLCommon.cpp \
         platform/graphics/qt/GraphicsContext3DQt.cpp \
         platform/graphics/texmap/TextureMapperGL.cpp \
-        platform/graphics/texmap/TextureMapperShaderProgram.cpp
+        platform/graphics/texmap/TextureMapperShaderProgram.cpp \
+        platform/graphics/texmap/coordinated/AreaAllocator.cpp \
+        platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp \
+        platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp \
+        platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp \
+        platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp \
+        platform/graphics/texmap/coordinated/CoordinatedSurface.cpp \
+        platform/graphics/texmap/coordinated/CoordinatedTile.cpp \
+        platform/graphics/texmap/coordinated/UpdateAtlas.cpp
 
     INCLUDEPATH += $$PWD/platform/graphics/gpu
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to