Changeset 84426 in webkit


Ignore:
Timestamp:
Apr 20, 2011 3:26:42 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-20 Charlie Lee <chocobo@chromium.org>

Reviewed by Dirk Schulze.

LEFilter change doesn't compile on ARM neon targets
https://bugs.webkit.org/show_bug.cgi?id=58671

Build fix for Chromium ARM/NEON platform. Added platform/graphics/filters/arm directory to build system.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r84425 r84426  
     12011-04-20  Charlie Lee  <chocobo@chromium.org>
     2
     3        Reviewed by Dirk Schulze.
     4
     5        LEFilter change doesn't compile on ARM neon targets
     6        https://bugs.webkit.org/show_bug.cgi?id=58671
     7
     8        Build fix for Chromium ARM/NEON platform. Added platform/graphics/filters/arm directory to build system.
     9
     10        * WebCore.gyp/WebCore.gyp:
     11
    1122011-04-20  Xiaomei Ji  <xji@chromium.org>
    213
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r84149 r84426  
    171171      '../platform/graphics/chromium',
    172172      '../platform/graphics/filters',
     173      '../platform/graphics/filters/arm',
    173174      '../platform/graphics/gpu',
    174175      '../platform/graphics/opentype',
Note: See TracChangeset for help on using the changeset viewer.