Changeset 81200 in webkit


Ignore:
Timestamp:
Mar 15, 2011 5:26:31 PM (13 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Dimitri Glazkov.

WebCore GYP build should build bindings/
https://bugs.webkit.org/show_bug.cgi?id=56406

I wanted to include bindings/objc in this patch, but they were somewhat
complicated. It looks like they include headers from the output
directory (via PrivateHeaders), but we haven't wired up the
PrivateHeaders yet.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r81198 r81200  
     12011-03-15  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        WebCore GYP build should build bindings/
     6        https://bugs.webkit.org/show_bug.cgi?id=56406
     7
     8        I wanted to include bindings/objc in this patch, but they were somewhat
     9        complicated.  It looks like they include headers from the output
     10        directory (via PrivateHeaders), but we haven't wired up the
     11        PrivateHeaders yet.
     12
     13        * gyp/WebCore.gyp:
     14
    1152011-03-15  James Simonsen  <simonjam@chromium.org>
    216
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r81178 r81200  
    4545      ],
    4646      'sources/': [
    47         ['exclude', 'bindings/[^/]+/'],
    48         ['include', 'bindings/js/'],
    49         ['include', 'bindings/objc/'],
    50 
    5147        # Artificially reduce the scope during bring-up.
    5248        ['exclude', '.*\\.(c|cpp|mm)$'],
    5349        ['include', 'accessibility/'],
    5450
     51        ['exclude', 'bindings/[^/]+/'],
     52        ['include', 'bindings/generic/'],
     53        ['include', 'bindings/js/'],
     54        # FIXME: Build bindings/objc/
     55        # ['include', 'bindings/objc/'],
     56        ['exclude', 'bindings/js/ScriptControllerMac\\.mm$'],
     57
    5558        # FIXME: Figure out how to store these patterns in a variable.
    5659        ['exclude', '(android|brew|cairo|ca|cg|chromium|curl|efl|freetype|fftw|gstreamer|gtk|haiku|linux|mac|mkl|opengl|openvg|opentype|pango|posix|qt|soup|symbian|texmap|iphone|win|wince|wx)/'],
    57         ['exclude', '(Android|Cairo|CF|CG|Curl|Chromium|Gtk|JSC|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|V8|Win|WinCE|Wx)\\.(cpp|mm?)$'],
     60        ['exclude', '(Android|Brew|Cairo|CF|CG|Curl|Chromium|Efl|Haiku|Gtk|JSC|Linux|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|V8|Win|WinCE|Wx)\\.(cpp|mm?)$'],
    5861
    5962        ['exclude', 'AllInOne\\.cpp$'],
Note: See TracChangeset for help on using the changeset viewer.