Changeset 81337 in webkit


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

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

Reviewed by Eric Seidel.

Add a few Objective-C++ files to the WebCore GYP build
https://bugs.webkit.org/show_bug.cgi?id=56547

464 link errors.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r81335 r81337  
     12011-03-17  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add a few Objective-C++ files to the WebCore GYP build
     6        https://bugs.webkit.org/show_bug.cgi?id=56547
     7
     8        464 link errors.
     9
     10        * gyp/WebCore.gyp:
     11
    1122011-03-17  Yuta Kitamura  <yutak@chromium.org>
    213
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r81334 r81337  
    4848      'sources/': [
    4949        # FIXME: Figure out how to build these mm files.
    50         ['exclude', 'page/mac/[^/]+.mm$'],
    5150        ['exclude', 'platform/mac/[^/]+.mm$'],
    5251        ['exclude', 'DerivedSources/.*\\.mm$'],
    53         ['exclude', 'bridge/.*\\.mm$'],
    5452
    5553        ['exclude', 'bindings/[^/]+/'],
     
    7371
    7472        ['exclude', 'bridge/testbindings\\.cpp$'], # Remove from GYPI?
     73        ['exclude', 'bridge/testbindings\\.mm$'], # Remove from GYPI?
    7574        ['exclude', 'bridge/testqtbindings\\.cpp$'], # Remove from GYPI?
    7675        ['exclude', 'platform/KillRingNone\\.cpp$'],
Note: See TracChangeset for help on using the changeset viewer.