Changeset 190415 in webkit


Ignore:
Timestamp:
Oct 1, 2015, 10:38:21 AM (10 years ago)
Author:
dbates@webkit.org
Message:

Attempt to fix the iOS 9 Simulator testers

Add dependency DumpRenderTree.app to target All of project DumpRenderTree so that we
build DumpRenderTree.app, if applicable. Also, teach build-webkit to build project
LayoutTestRelay when building for iOS Simulator.

  • DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
  • Scripts/build-webkit:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r190413 r190415  
     12015-10-01  Daniel Bates  <dabates@apple.com>
     2
     3        Attempt to fix the iOS 9 Simulator testers
     4
     5        Add dependency DumpRenderTree.app to target All of project DumpRenderTree so that we
     6        build DumpRenderTree.app, if applicable. Also, teach build-webkit to build project
     7        LayoutTestRelay when building for iOS Simulator.
     8
     9        * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
     10        * Scripts/build-webkit:
     11
    1122015-10-01  Carlos Garcia Campos  <cgarcia@igalia.com>
    213
  • trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj

    r188566 r190415  
    1414                        );
    1515                        dependencies = (
     16                                CEB754D41BBDA26D009F0401 /* PBXTargetDependency */,
    1617                                2D403F211508736C005358D2 /* PBXTargetDependency */,
    1718                                A134E52D188FC09200901D06 /* PBXTargetDependency */,
     
    173174                        remoteGlobalIDString = B5A7525A08AF4A4A00138E45;
    174175                        remoteInfo = ImageDiff;
     176                };
     177                CEB754D31BBDA26D009F0401 /* PBXContainerItemProxy */ = {
     178                        isa = PBXContainerItemProxy;
     179                        containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
     180                        proxyType = 1;
     181                        remoteGlobalIDString = A1158D7E18927E7A0088C17B;
     182                        remoteInfo = DumpRenderTree.app;
    175183                };
    176184/* End PBXContainerItemProxy section */
     
    10481056                        targetProxy = A84F608E08B1370E00E9745F /* PBXContainerItemProxy */;
    10491057                };
     1058                CEB754D41BBDA26D009F0401 /* PBXTargetDependency */ = {
     1059                        isa = PBXTargetDependency;
     1060                        target = A1158D7E18927E7A0088C17B /* DumpRenderTree.app */;
     1061                        targetProxy = CEB754D31BBDA26D009F0401 /* PBXContainerItemProxy */;
     1062                };
    10501063/* End PBXTargetDependency section */
    10511064
  • trunk/Tools/Scripts/build-webkit

    r189973 r190415  
    194194        (system(@copyLibrariesArgs) == 0) or die;
    195195    } else {
     196        push @projects, ("Tools/LayoutTestRelay") if willUseIOSSimulatorSDKWhenBuilding();
     197
    196198        my @copyLibrariesArgs = (
    197199            "perl", "Tools/Scripts/copy-webkitlibraries-to-product-directory",
Note: See TracChangeset for help on using the changeset viewer.