Changeset 205687 in webkit


Ignore:
Timestamp:
Sep 8, 2016 7:25:10 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r205576.
https://bugs.webkit.org/show_bug.cgi?id=161782

Introduced a crash at launch and broke all our Mac perf
testing (Requested by rniwa on #webkit).

Reverted changeset:

"[Mac] .tbd files for the shims end up installed when building
with GENERATE_TEXT_BASED_STUBS=YES"
https://bugs.webkit.org/show_bug.cgi?id=161722
http://trac.webkit.org/changeset/205576

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r205682 r205687  
     12016-09-08  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r205576.
     4        https://bugs.webkit.org/show_bug.cgi?id=161782
     5
     6        Introduced a crash at launch and broke all our Mac perf
     7        testing (Requested by rniwa on #webkit).
     8
     9        Reverted changeset:
     10
     11        "[Mac] .tbd files for the shims end up installed when building
     12        with GENERATE_TEXT_BASED_STUBS=YES"
     13        https://bugs.webkit.org/show_bug.cgi?id=161722
     14        http://trac.webkit.org/changeset/205576
     15
    1162016-09-08  Said Abou-Hallawa  <sabouhallawa@apple.com>
    217
  • trunk/Source/WebKit2/Configurations/Shim.xcconfig

    r205576 r205687  
    2626GCC_DYNAMIC_NO_PIC = NO;
    2727SKIP_INSTALL = YES;
     28SKIP_INSTALL[sdk=macosx*] = NO;
     29
     30INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
Note: See TracChangeset for help on using the changeset viewer.