Changeset 196660 in webkit


Ignore:
Timestamp:
Feb 16, 2016 2:54:26 PM (8 years ago)
Author:
andersca@apple.com
Message:

Remove WebKit2 header cruft
https://bugs.webkit.org/show_bug.cgi?id=154309

Reviewed by Sam Weinig.

  • WebKit2.xcodeproj/project.pbxproj:
  • mac/WKError.h: Removed.
  • mac/WKPreferences.h: Removed.
Location:
trunk/Source/WebKit2
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r196659 r196660  
     12016-02-16  Anders Carlsson  <andersca@apple.com>
     2
     3        Remove WebKit2 header cruft
     4        https://bugs.webkit.org/show_bug.cgi?id=154309
     5
     6        Reviewed by Sam Weinig.
     7
     8        * WebKit2.xcodeproj/project.pbxproj:
     9        * mac/WKError.h: Removed.
     10        * mac/WKPreferences.h: Removed.
     11
    1122016-02-16  Anders Carlsson  <andersca@apple.com>
    213
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r196659 r196660  
    24242424                1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWindowFeaturesInternal.h; sourceTree = "<group>"; };
    24252425                1AD8790918B6C38A006CAFD7 /* WKUIDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKUIDelegate.h; sourceTree = "<group>"; };
    2426                 1ADAE12D1919A5B400F48E21 /* WKPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKPreferences.h; sourceTree = "<group>"; };
    24272426                1ADCB868189831B30022EE5A /* NavigationActionData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NavigationActionData.cpp; sourceTree = "<group>"; };
    24282427                1ADCB869189831B30022EE5A /* NavigationActionData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavigationActionData.h; sourceTree = "<group>"; };
     
    24602459                1AF4592C19464B2000F9D4A2 /* WKError.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WKError.mm; sourceTree = "<group>"; };
    24612460                1AF4592D19464B2000F9D4A2 /* WKError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKError.h; sourceTree = "<group>"; };
    2462                 1AF459301946540700F9D4A2 /* WKError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKError.h; sourceTree = "<group>"; };
    24632461                1AF4CEED18BC481800BC2D34 /* VisitedLinkTableController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = VisitedLinkTableController.cpp; sourceTree = "<group>"; };
    24642462                1AF4CEEE18BC481800BC2D34 /* VisitedLinkTableController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VisitedLinkTableController.h; sourceTree = "<group>"; };
     
    40104008                                510CC7DA16138E0100D03ED3 /* NetworkProcess */,
    40114009                                1A0EC6B0124BBD36007EF4A5 /* PluginProcess */,
    4012                                 1A6280CA19199754006AD9F9 /* WebKit2 Framework */,
    40134010                                C0CE729D1247E71D00BC0EC4 /* Derived Sources */,
    40144011                                089C1665FE841158C02AAC07 /* Resources */,
     
    42754272                        );
    42764273                        path = WebsiteData;
    4277                         sourceTree = "<group>";
    4278                 };
    4279                 1A6280CA19199754006AD9F9 /* WebKit2 Framework */ = {
    4280                         isa = PBXGroup;
    4281                         children = (
    4282                                 1AF459301946540700F9D4A2 /* WKError.h */,
    4283                                 1ADAE12D1919A5B400F48E21 /* WKPreferences.h */,
    4284                         );
    4285                         name = "WebKit2 Framework";
    4286                         path = mac;
    42874274                        sourceTree = "<group>";
    42884275                };
Note: See TracChangeset for help on using the changeset viewer.