Changeset 141880 in webkit


Ignore:
Timestamp:
Feb 5, 2013 2:27:41 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Julien Brianceau <jbrianceau@nds.com> on 2013-02-05
Reviewed by Simon Hausmann.

  • Target.pri:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r141879 r141880  
     12013-02-05  Julien Brianceau  <jbrianceau@nds.com>
     2
     3        Build is broken since r141543 for platforms without OpenGL
     4        https://bugs.webkit.org/show_bug.cgi?id=108862
     5
     6        Reviewed by Simon Hausmann.
     7
     8        * Target.pri:
     9
    1102013-02-05  Kentaro Hara  <haraken@chromium.org>
    211
  • trunk/Source/WebCore/Target.pri

    r141750 r141880  
    22442244    platform/graphics/surfaces/GraphicsSurfaceToken.h \
    22452245    platform/graphics/SurrogatePairAwareTextIterator.h \
    2246     platform/graphics/texmap/coordinated/AreaAllocator.h \
    2247     platform/graphics/texmap/coordinated/CoordinatedBackingStore.h \
    2248     platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
    2249     platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
    2250     platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h \
    2251     platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h \
    2252     platform/graphics/texmap/coordinated/CoordinatedImageBacking.h \
    2253     platform/graphics/texmap/coordinated/CoordinatedLayerInfo.h \
    2254     platform/graphics/texmap/coordinated/CoordinatedSurface.h \
    2255     platform/graphics/texmap/coordinated/CoordinatedTile.h \
    2256     platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h \
    2257     platform/graphics/texmap/coordinated/UpdateAtlas.h \
    22582246    platform/graphics/texmap/GraphicsLayerTextureMapper.h \
    22592247    platform/graphics/texmap/TextureMapper.h \
     
    28912879    platform/graphics/qt/PatternQt.cpp \
    28922880    platform/graphics/qt/StillImageQt.cpp \
    2893     platform/graphics/texmap/coordinated/AreaAllocator.cpp \
    2894     platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp \
    2895     platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp \
    2896     platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp \
    2897     platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp \
    2898     platform/graphics/texmap/coordinated/CoordinatedSurface.cpp \
    2899     platform/graphics/texmap/coordinated/CoordinatedTile.cpp \
    2900     platform/graphics/texmap/coordinated/UpdateAtlas.cpp \
    29012881    platform/graphics/texmap/GraphicsLayerTextureMapper.cpp \
    29022882    platform/graphics/texmap/TextureMapper.cpp \
     
    40714051        platform/graphics/opengl/Extensions3DOpenGL.h \
    40724052        platform/graphics/texmap/TextureMapperGL.h \
    4073         platform/graphics/texmap/TextureMapperShaderProgram.h
     4053        platform/graphics/texmap/TextureMapperShaderProgram.h \
     4054        platform/graphics/texmap/coordinated/AreaAllocator.h \
     4055        platform/graphics/texmap/coordinated/CoordinatedBackingStore.h \
     4056        platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
     4057        platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
     4058        platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h \
     4059        platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h \
     4060        platform/graphics/texmap/coordinated/CoordinatedImageBacking.h \
     4061        platform/graphics/texmap/coordinated/CoordinatedLayerInfo.h \
     4062        platform/graphics/texmap/coordinated/CoordinatedSurface.h \
     4063        platform/graphics/texmap/coordinated/CoordinatedTile.h \
     4064        platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h \
     4065        platform/graphics/texmap/coordinated/UpdateAtlas.h
    40744066
    40754067    SOURCES += \
     
    40844076        platform/graphics/qt/GraphicsContext3DQt.cpp \
    40854077        platform/graphics/texmap/TextureMapperGL.cpp \
    4086         platform/graphics/texmap/TextureMapperShaderProgram.cpp
     4078        platform/graphics/texmap/TextureMapperShaderProgram.cpp \
     4079        platform/graphics/texmap/coordinated/AreaAllocator.cpp \
     4080        platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp \
     4081        platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp \
     4082        platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp \
     4083        platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp \
     4084        platform/graphics/texmap/coordinated/CoordinatedSurface.cpp \
     4085        platform/graphics/texmap/coordinated/CoordinatedTile.cpp \
     4086        platform/graphics/texmap/coordinated/UpdateAtlas.cpp
    40874087
    40884088    INCLUDEPATH += $$PWD/platform/graphics/gpu
Note: See TracChangeset for help on using the changeset viewer.