Changeset 207504 in webkit


Ignore:
Timestamp:
Oct 18, 2016 4:55:04 PM (8 years ago)
Author:
bshafiei@apple.com
Message:

Merged r207474. rdar://problem/28786160

Location:
tags/Safari-603.1.9.0.2/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/Safari-603.1.9.0.2/Source/WebCore/ChangeLog

    r207452 r207504  
     12016-10-18  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Merge r207474.
     4
     5    2016-10-18  Dean Jackson  <dino@apple.com>
     6
     7            Remove dependency cycle with UIKit
     8            https://bugs.webkit.org/show_bug.cgi?id=163577
     9            <rdar://problem/28786160>
     10
     11            Reviewed by Tim Horton.
     12
     13            Soft link against UIKit. Followup patch because
     14            I screwed up and forgot to edit the simulator
     15            configuration.
     16
     17            * Configurations/WebCoreTestSupport.xcconfig:
     18
    1192016-10-17  Babak Shafiei  <bshafiei@apple.com>
    220
  • tags/Safari-603.1.9.0.2/Source/WebCore/Configurations/WebCoreTestSupport.xcconfig

    r207452 r207504  
    5252OTHER_LDFLAGS[sdk=macos*] = $(ASAN_OTHER_LDFLAGS) -framework AppKit;
    5353OTHER_LDFLAGS[sdk=iphoneos*] = $(ASAN_OTHER_LDFLAGS) -lAccessibility -F$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/PhonyWebKitLegacy;
    54 OTHER_LDFLAGS[sdk=iphonesimulator*] = $(ASAN_OTHER_LDFLAGS) -framework UIKit -lAccessibility -F$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/PhonyWebKitLegacy;
     54OTHER_LDFLAGS[sdk=iphonesimulator*] = $(ASAN_OTHER_LDFLAGS) -lAccessibility -F$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/PhonyWebKitLegacy;
    5555SECT_ORDER_FLAGS = ;
Note: See TracChangeset for help on using the changeset viewer.