Changeset 190415 in webkit
- Timestamp:
- Oct 1, 2015, 10:38:21 AM (10 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r190413 r190415 1 2015-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 1 12 2015-10-01 Carlos Garcia Campos <cgarcia@igalia.com> 2 13 -
trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj
r188566 r190415 14 14 ); 15 15 dependencies = ( 16 CEB754D41BBDA26D009F0401 /* PBXTargetDependency */, 16 17 2D403F211508736C005358D2 /* PBXTargetDependency */, 17 18 A134E52D188FC09200901D06 /* PBXTargetDependency */, … … 173 174 remoteGlobalIDString = B5A7525A08AF4A4A00138E45; 174 175 remoteInfo = ImageDiff; 176 }; 177 CEB754D31BBDA26D009F0401 /* PBXContainerItemProxy */ = { 178 isa = PBXContainerItemProxy; 179 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; 180 proxyType = 1; 181 remoteGlobalIDString = A1158D7E18927E7A0088C17B; 182 remoteInfo = DumpRenderTree.app; 175 183 }; 176 184 /* End PBXContainerItemProxy section */ … … 1048 1056 targetProxy = A84F608E08B1370E00E9745F /* PBXContainerItemProxy */; 1049 1057 }; 1058 CEB754D41BBDA26D009F0401 /* PBXTargetDependency */ = { 1059 isa = PBXTargetDependency; 1060 target = A1158D7E18927E7A0088C17B /* DumpRenderTree.app */; 1061 targetProxy = CEB754D31BBDA26D009F0401 /* PBXContainerItemProxy */; 1062 }; 1050 1063 /* End PBXTargetDependency section */ 1051 1064 -
trunk/Tools/Scripts/build-webkit
r189973 r190415 194 194 (system(@copyLibrariesArgs) == 0) or die; 195 195 } else { 196 push @projects, ("Tools/LayoutTestRelay") if willUseIOSSimulatorSDKWhenBuilding(); 197 196 198 my @copyLibrariesArgs = ( 197 199 "perl", "Tools/Scripts/copy-webkitlibraries-to-product-directory",
Note:
See TracChangeset
for help on using the changeset viewer.