Changeset 81339 in webkit


Ignore:
Timestamp:
Mar 17, 2011 1:35:28 AM (13 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Eric Seidel.

Add more ObjC++ files to the build
https://bugs.webkit.org/show_bug.cgi?id=56548

96 link errors.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r81337 r81339  
     12011-03-17  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add more ObjC++ files to the build
     6        https://bugs.webkit.org/show_bug.cgi?id=56548
     7
     8        96 link errors.
     9
     10        * WebCore.gypi:
     11        * gyp/WebCore.gyp:
     12
    1132011-03-17  Adam Barth  <abarth@webkit.org>
    214
  • trunk/Source/WebCore/WebCore.gypi

    r81325 r81339  
    39533953            'platform/mac/RuntimeApplicationChecks.h',
    39543954            'platform/mac/RuntimeApplicationChecks.mm',
    3955             'platform/mac/SSLKeyGeneratorMac.mm',
    39563955            'platform/mac/SchedulePairMac.mm',
    39573956            'platform/mac/ScrollAnimatorMac.h',
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r81337 r81339  
    4848      'sources/': [
    4949        # FIXME: Figure out how to build these mm files.
    50         ['exclude', 'platform/mac/[^/]+.mm$'],
    5150        ['exclude', 'DerivedSources/.*\\.mm$'],
     51
     52        # FIXME: These need to be built, but they're hard.
     53        ['exclude', 'platform/mac/DragDataMac.mm$'],
     54        ['exclude', 'platform/mac/HTMLConverter.mm$'],
     55        ['exclude', 'platform/mac/PasteboardMac.mm$'],
     56        ['exclude', 'platform/mac/WebCoreObjCExtras.mm$'],
    5257
    5358        ['exclude', 'bindings/[^/]+/'],
     
    5560        ['include', 'bindings/js/'],
    5661        # FIXME: Build bindings/objc/
    57         ['exclude', 'bindings/objc/'],
    5862        ['exclude', 'bindings/js/ScriptControllerMac\\.mm$'],
    59         ['include', 'bindings/objc/DOMInternal\\.h$'],
     63        ['include', 'bindings/objc/[^/]+\\.h$'],
    6064
    6165        # FIXME: This could should move to Source/ThirdParty.
     
    6468        # FIXME: Figure out how to store these patterns in a variable.
    6569        ['exclude', '(android|brew|cairo|chromium|curl|efl|freetype|fftw|gstreamer|gtk|haiku|linux|mkl|openvg|pango|posix|qt|skia|soup|symbian|texmap|iphone|v8|win|wince|wx)/'],
    66         ['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?)$'],
     70        ['exclude', '(Android|Brew|Cairo|CF|Curl|Chromium|Efl|Haiku|Gtk|JSC|Linux|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|V8|Win|WinCE|Wx)\\.(cpp|mm?)$'],
    6771        ['exclude', 'Chromium[^/]*\\.(cpp|mm?)$'],
    6872
Note: See TracChangeset for help on using the changeset viewer.