Changeset 140547 in webkit


Ignore:
Timestamp:
Jan 23, 2013 10:42:10 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

REGRESSION(r140518): Broke Chromium Win build (gyp file not updated) (Requested by arv on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=107691

Unreviewed build fix. Removed TextureMapperShaderManager.* from WebCore.gypi.

Patch by Noam Rosenthal <Noam Rosenthal> on 2013-01-23

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r140546 r140547  
     12013-01-23  Noam Rosenthal  <noam@webkit.org>
     2
     3        REGRESSION(r140518): Broke Chromium Win build (gyp file not updated) (Requested by arv on #webkit).
     4        https://bugs.webkit.org/show_bug.cgi?id=107691
     5
     6        Unreviewed build fix. Removed TextureMapperShaderManager.* from WebCore.gypi.
     7
     8        * WebCore.gypi:
     9
    1102013-01-23  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/Source/WebCore/WebCore.gypi

    r140498 r140547  
    41544154            'platform/graphics/texmap/TextureMapperLayer.h',
    41554155            'platform/graphics/texmap/TextureMapperPlatformLayer.h',
    4156             'platform/graphics/texmap/TextureMapperShaderManager.cpp',
    4157             'platform/graphics/texmap/TextureMapperShaderManager.h',
    41584156            'platform/graphics/transforms/IdentityTransformOperation.h',
    41594157            'platform/graphics/transforms/Matrix3DTransformOperation.cpp',
Note: See TracChangeset for help on using the changeset viewer.