Changeset 223756 in webkit


Ignore:
Timestamp:
Oct 20, 2017 5:23:26 AM (7 years ago)
Author:
zandobersek@gmail.com
Message:

[WK2] Drop 'CoordinatedGraphics' as a platform prefix from generate-forwarding-headers.pl
https://bugs.webkit.org/show_bug.cgi?id=178575

Reviewed by Carlos Garcia Campos.

  • Scripts/generate-forwarding-headers.pl: Remove CoordinatedGraphics as

a supported platform prefix. No one invokes the script with this
argument anymore.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223740 r223756  
     12017-10-20  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [WK2] Drop 'CoordinatedGraphics' as a platform prefix from generate-forwarding-headers.pl
     4        https://bugs.webkit.org/show_bug.cgi?id=178575
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * Scripts/generate-forwarding-headers.pl: Remove CoordinatedGraphics as
     9        a supported platform prefix. No one invokes the script with this
     10        argument anymore.
     11
    1122017-10-19  Alex Christensen  <achristensen@webkit.org>
    213
  • trunk/Source/WebKit/Scripts/generate-forwarding-headers.pl

    r223206 r223756  
    3636
    3737my $srcRoot = realpath(File::Spec->catfile(dirname(abs_path($0)), "../.."));
    38 my @platformPrefixes = ("ca", "cf", "cocoa", "Cocoa", "CoordinatedGraphics", "curl", "gtk", "ios", "mac", "soup", "win", "wpe");
     38my @platformPrefixes = ("ca", "cf", "cocoa", "Cocoa", "curl", "gtk", "ios", "mac", "soup", "win", "wpe");
    3939my @frameworks = ("JavaScriptCore", "WebCore", "WebKit");
    4040my @skippedPrefixes = ("PAL");
Note: See TracChangeset for help on using the changeset viewer.