Changeset 107027 in webkit


Ignore:
Timestamp:
Feb 7, 2012 7:10:38 PM (12 years ago)
Author:
noel.gordon@gmail.com
Message:

Remove TextureMapperQt from the gyp projects
https://bugs.webkit.org/show_bug.cgi?id=78055

Reviewed by Noam Rosenthal.

TextureMapperQt.{cpp,h} were removed in r106659, remove references to
these files from the gyp projects.

  • WebCore.gypi:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r107026 r107027  
     12012-02-07  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        Remove TextureMapperQt from the gyp projects
     4        https://bugs.webkit.org/show_bug.cgi?id=78055
     5
     6        Reviewed by Noam Rosenthal.
     7
     8        TextureMapperQt.{cpp,h} were removed in r106659, remove references to
     9        these files from the gyp projects.
     10
     11        * WebCore.gypi:
     12
    1132012-02-07  Tony Chang  <tony@chromium.org>
    214
  • trunk/Source/WebCore/WebCore.gypi

    r107025 r107027  
    35403540            'platform/graphics/qt/StillImageQt.cpp',
    35413541            'platform/graphics/qt/StillImageQt.h',
    3542             'platform/graphics/qt/TextureMapperQt.cpp',
    3543             'platform/graphics/qt/TextureMapperQt.h',
    35443542            'platform/graphics/qt/TileQt.cpp',
    35453543            'platform/graphics/qt/TransformationMatrixQt.cpp',
Note: See TracChangeset for help on using the changeset viewer.