Changeset 80415 in webkit


Ignore:
Timestamp:
Mar 5, 2011 1:50:37 AM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-05 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

WebCore GYP build should generate fewer than 10,000 compile errors per file
https://bugs.webkit.org/show_bug.cgi?id=55810

This patch adds some missing include paths. We need to figure out how
to handle separate include paths per port. It's clear that
ForwardingHeaders are only useful for Mac, but it's less clear how to
handle the others.

  • WebCore.gypi:
  • gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r80414 r80415  
     12011-03-05  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        WebCore GYP build should generate fewer than 10,000 compile errors per file
     6        https://bugs.webkit.org/show_bug.cgi?id=55810
     7
     8        This patch adds some missing include paths.  We need to figure out how
     9        to handle separate include paths per port.  It's clear that
     10        ForwardingHeaders are only useful for Mac, but it's less clear how to
     11        handle the others.
     12
     13        * WebCore.gypi:
     14        * gyp/WebCore.gyp:
     15
    1162011-03-05  Dan Bernstein  <mitz@apple.com>
    217
  • trunk/Source/WebCore/WebCore.gypi

    r80393 r80415  
    2323          'html/parser',
    2424          'html/shadow',
     25          'icu',
    2526          'inspector',
    2627          'loader',
     
    5354          'platform/image-decoders/png',
    5455          'platform/image-decoders/skia',
     56          'platform/image-decoders/webp',
    5557          'platform/image-decoders/xbm',
    56           'platform/image-decoders/webp',
    5758          'platform/image-encoders/skia',
    5859          'platform/mock',
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r80400 r80415  
    1818      'include_dirs': [
    1919        '<@(webcore_include_dirs)',
     20        '<(DEPTH)/WebCore/ForwardingHeaders',
    2021      ],
    2122      'sources': [
Note: See TracChangeset for help on using the changeset viewer.