Changeset 143113 in webkit


Ignore:
Timestamp:
Feb 16, 2013 3:02:08 PM (11 years ago)
Author:
weinig@apple.com
Message:

The Plugin.32 target does not build
https://bugs.webkit.org/show_bug.cgi?id=110032

Reviewed by Anders Carlsson.

  • PluginProcess/EntryPoint/mac/XPCService/PluginService.32/PluginService.32.Main.mm: Removed.

This was meant to be removed already.

  • WebKit2.xcodeproj/project.pbxproj:

Add Plugin.32 as dependency in All as it should be.

Location:
trunk/Source/WebKit2
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r143111 r143113  
     12013-02-16  Sam Weinig  <sam@webkit.org>
     2
     3        The Plugin.32 target does not build
     4        https://bugs.webkit.org/show_bug.cgi?id=110032
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * PluginProcess/EntryPoint/mac/XPCService/PluginService.32/PluginService.32.Main.mm: Removed.
     9        This was meant to be removed already.
     10
     11        * WebKit2.xcodeproj/project.pbxproj:
     12        Add Plugin.32 as dependency in All as it should be.
     13
    1142013-02-16  Darin Adler  <darin@apple.com>
    215
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r142919 r143113  
    2626                                BC8283D516B4C01F00A278FE /* PBXTargetDependency */,
    2727                                BC8283D716B4C02200A278FE /* PBXTargetDependency */,
     28                                BC77F95616D0459100F8F78A /* PBXTargetDependency */,
    2829                                BC82844616B4FF6600A278FE /* PBXTargetDependency */,
    2930                                BC82844816B4FF6F00A278FE /* PBXTargetDependency */,
     
    835836                BC8283AC16B4BF3F00A278FE /* NetworkServiceEntryPoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC8283A816B4BD9100A278FE /* NetworkServiceEntryPoint.mm */; };
    836837                BC8283DA16B4DB9300A278FE /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* WebKit2.framework */; };
    837                 BC82844916B5004200A278FE /* PluginService.32.Main.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC8283E516B4F8E200A278FE /* PluginService.32.Main.mm */; };
    838838                BC82844D16B5081C00A278FE /* PluginServiceEntryPoint.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC8283EF16B4F8E200A278FE /* PluginServiceEntryPoint.mm */; };
    839839                BC82844E16B5089400A278FE /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DC2EF5B0486A6940098B216 /* WebKit2.framework */; };
     
    12021202                        remoteGlobalIDString = 510031EA1379CACB00C8DFE4;
    12031203                        remoteInfo = SecItemShim;
     1204                };
     1205                BC77F95516D0459100F8F78A /* PBXContainerItemProxy */ = {
     1206                        isa = PBXContainerItemProxy;
     1207                        containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
     1208                        proxyType = 1;
     1209                        remoteGlobalIDString = BC8283F816B4FDDE00A278FE;
     1210                        remoteInfo = Plugin.32;
    12041211                };
    12051212                BC8283D416B4C01F00A278FE /* PBXContainerItemProxy */ = {
     
    22432250                BC8283C516B4BFA800A278FE /* com.apple.WebKit.Networking.Development.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = com.apple.WebKit.Networking.Development.xpc; sourceTree = BUILT_PRODUCTS_DIR; };
    22442251                BC8283E416B4F8E200A278FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    2245                 BC8283E516B4F8E200A278FE /* PluginService.32.Main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PluginService.32.Main.mm; sourceTree = "<group>"; };
    22462252                BC8283EA16B4F8E200A278FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    22472253                BC8283EF16B4F8E200A278FE /* PluginServiceEntryPoint.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PluginServiceEntryPoint.mm; sourceTree = "<group>"; };
     
    44594465                        children = (
    44604466                                BC8283E416B4F8E200A278FE /* Info.plist */,
    4461                                 BC8283E516B4F8E200A278FE /* PluginService.32.Main.mm */,
    44624467                        );
    44634468                        path = PluginService.32;
     
    68096814                        buildActionMask = 2147483647;
    68106815                        files = (
    6811                                 BC82844916B5004200A278FE /* PluginService.32.Main.mm in Sources */,
    68126816                                BC5D24AC16CC3D63007D5461 /* XPCServiceMain.mm in Sources */,
    68136817                        );
     
    69116915                        target = 510031EA1379CACB00C8DFE4 /* SecItemShim */;
    69126916                        targetProxy = 5183B38D1379F54600E8754E /* PBXContainerItemProxy */;
     6917                };
     6918                BC77F95616D0459100F8F78A /* PBXTargetDependency */ = {
     6919                        isa = PBXTargetDependency;
     6920                        target = BC8283F816B4FDDE00A278FE /* Plugin.32 */;
     6921                        targetProxy = BC77F95516D0459100F8F78A /* PBXContainerItemProxy */;
    69136922                };
    69146923                BC8283D516B4C01F00A278FE /* PBXTargetDependency */ = {
Note: See TracChangeset for help on using the changeset viewer.