Skip to content
  • peter@chromium.org's avatar
    [chromium] OpenTypeVerticalData.cpp in both webcore_remaining and... · 11128bf8
    peter@chromium.org authored
    [chromium] OpenTypeVerticalData.cpp in both webcore_remaining and webcore_platform seems to break incremental linking on Windows Chromium
    https://bugs.webkit.org/show_bug.cgi?id=95744
    
    Patch by Koji Ishii <kojiishi@gmail.com> on 2012-09-04
    Unreviewed build fix, verified by Scott Graham.
    
    The addition of 'platform/graphics/opentype/*' to webcore_platform in WebCore.gyp was redundant
    because '/opentype/' was already included to webcore_remaining.
    It was not only redundant but also breaks incremental linking.
    
    No new tests are required because no behavior changes.
    
    Patch by Koji Ishii <kojiishi@gmail.com> on 2012-09-04
    
    * WebCore.gyp/WebCore.gyp: Removed platform/graphics/opentype/* from webcore_platform.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@127471 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    11128bf8