Changeset 116817 in webkit


Ignore:
Timestamp:
May 11, 2012 4:03:45 PM (12 years ago)
Author:
thakis@chromium.org
Message:

[chromium/mac] Let libwebkit.dylib link in Debug/components build
https://bugs.webkit.org/show_bug.cgi?id=86244

Reviewed by James Robinson.

In static builds, this was not needed because the targets depending on
'webkit' already link in QuartzCore. In Release components builds, it wasn't
needed because they are built with -dead_strip, which stripped the referencing
code.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r116815 r116817  
     12012-05-11  Nico Weber  <thakis@chromium.org>
     2
     3        [chromium/mac] Let libwebkit.dylib link in Debug/components build
     4        https://bugs.webkit.org/show_bug.cgi?id=86244
     5
     6        Reviewed by James Robinson.
     7
     8        In static builds, this was not needed because the targets depending on
     9        'webkit' already link in QuartzCore. In Release components builds, it wasn't
     10        needed because they are built with -dead_strip, which stripped the referencing
     11        code.
     12
     13        * WebCore.gyp/WebCore.gyp:
     14
    1152012-05-11  Sheriff Bot  <webkit.review.bot@gmail.com>
    216
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r116721 r116817  
    330330            'libraries': [
    331331              '<(adjusted_library_path)',
     332
     333              # libWebKitSystemInterfaceLeopard.a references _kCIFormatRGBA8.
     334              '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
    332335            ],
    333336          },  # link_settings
Note: See TracChangeset for help on using the changeset viewer.