Changeset 80400 in webkit


Ignore:
Timestamp:
Mar 4, 2011 5:48:23 PM (13 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Eric Seidel.

WebCore GYP build should link with the correct frameworks
https://bugs.webkit.org/show_bug.cgi?id=55804

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r80399 r80400  
     12011-03-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        WebCore GYP build should link with the correct frameworks
     6        https://bugs.webkit.org/show_bug.cgi?id=55804
     7
     8        * gyp/WebCore.gyp:
     9
    1102011-03-04  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r80399 r80400  
    2323        '<@(webcore_publicheader_files)',
    2424        '<@(webcore_privateheader_files)',
    25         '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
    26         '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
     25        '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
     26        '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
     27        '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
     28        '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
     29        '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
     30        '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
     31        '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
     32        '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
     33        '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
     34        '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
     35        '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
     36        '<(PRODUCT_DIR)/JavaScriptCore.framework',
    2737        'libicucore.dylib',
    2838        'libobjc.dylib',
     39        'libxml2.dylib',
     40        'libz.dylib',
    2941      ],
    3042      'mac_framework_headers': [
Note: See TracChangeset for help on using the changeset viewer.