<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[171968] trunk/Tools</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/171968">171968</a></dd>
<dt>Author</dt> <dd>dfarler@apple.com</dd>
<dt>Date</dt> <dd>2014-08-02 11:03:19 -0700 (Sat, 02 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove iOS Perl DumpRenderTree support target
https://bugs.webkit.org/show_bug.cgi?id=135271

Reviewed by Dan Bernstein.

* DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Remove the target.
* DumpRenderTree/ios/PerlSupport/DumpRenderTreeSupport.c: Removed.
* DumpRenderTree/ios/PerlSupport/DumpRenderTreeSupportPregenerated.pm: Removed.
* DumpRenderTree/ios/PerlSupport/DumpRenderTreeSupport_wrapPregenerated.c: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/Changes: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/IPhoneSimulatorNotification.xs: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/MANIFEST: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/Makefile.PL: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/README: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/lib/IPhoneSimulatorNotification.pm: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/ppport.h: Removed.
* DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/t/IPhoneSimulatorNotification.t: Removed.
* DumpRenderTree/ios/PerlSupport/Makefile: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreeDumpRenderTreexcodeprojprojectpbxproj">trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/Tools/DumpRenderTree/ios/PerlSupport/</li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (171967 => 171968)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-08-02 18:01:29 UTC (rev 171967)
+++ trunk/Tools/ChangeLog        2014-08-02 18:03:19 UTC (rev 171968)
</span><span class="lines">@@ -1,5 +1,26 @@
</span><span class="cx"> 2014-07-30  David Farler  &lt;dfarler@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Remove iOS Perl DumpRenderTree support target
+        https://bugs.webkit.org/show_bug.cgi?id=135271
+
+        Reviewed by Dan Bernstein.
+
+        * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Remove the target.
+        * DumpRenderTree/ios/PerlSupport/DumpRenderTreeSupport.c: Removed.
+        * DumpRenderTree/ios/PerlSupport/DumpRenderTreeSupportPregenerated.pm: Removed.
+        * DumpRenderTree/ios/PerlSupport/DumpRenderTreeSupport_wrapPregenerated.c: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/Changes: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/IPhoneSimulatorNotification.xs: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/MANIFEST: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/Makefile.PL: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/README: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/lib/IPhoneSimulatorNotification.pm: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/ppport.h: Removed.
+        * DumpRenderTree/ios/PerlSupport/IPhoneSimulatorNotification/t/IPhoneSimulatorNotification.t: Removed.
+        * DumpRenderTree/ios/PerlSupport/Makefile: Removed.
+
+2014-07-30  David Farler  &lt;dfarler@apple.com&gt;
+
</ins><span class="cx">         Remove old-run-webkit-tests
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=135374
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeDumpRenderTreexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj (171967 => 171968)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj        2014-08-02 18:01:29 UTC (rev 171967)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj        2014-08-02 18:03:19 UTC (rev 171968)
</span><span class="lines">@@ -13,7 +13,6 @@
</span><span class="cx">                         buildPhases = (
</span><span class="cx">                         );
</span><span class="cx">                         dependencies = (
</span><del>-                                A1158D6818927B240088C17B /* PBXTargetDependency */,
</del><span class="cx">                                 2D403F211508736C005358D2 /* PBXTargetDependency */,
</span><span class="cx">                                 A134E52D188FC09200901D06 /* PBXTargetDependency */,
</span><span class="cx">                                 A84F608F08B1370E00E9745F /* PBXTargetDependency */,
</span><span class="lines">@@ -146,13 +145,6 @@
</span><span class="cx">                         remoteGlobalIDString = 2D403EB2150871F9005358D2;
</span><span class="cx">                         remoteInfo = LayoutTestHelper;
</span><span class="cx">                 };
</span><del>-                A1158D6718927B240088C17B /* PBXContainerItemProxy */ = {
-                        isa = PBXContainerItemProxy;
-                        containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
-                        proxyType = 1;
-                        remoteGlobalIDString = A1158D6218927AF00088C17B;
-                        remoteInfo = &quot;Perl Support&quot;;
-                };
</del><span class="cx">                 A1321CD7188FABE000125434 /* PBXContainerItemProxy */ = {
</span><span class="cx">                         isa = PBXContainerItemProxy;
</span><span class="cx">                         containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
</span><span class="lines">@@ -167,13 +159,6 @@
</span><span class="cx">                         remoteGlobalIDString = 9340994A08540CAE007F3BC8;
</span><span class="cx">                         remoteInfo = DumpRenderTree;
</span><span class="cx">                 };
</span><del>-                A19317FE18928835001C52B1 /* PBXContainerItemProxy */ = {
-                        isa = PBXContainerItemProxy;
-                        containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
-                        proxyType = 1;
-                        remoteGlobalIDString = A1158D7E18927E7A0088C17B;
-                        remoteInfo = DumpRenderTree.app;
-                };
</del><span class="cx">                 A193180118928C10001C52B1 /* PBXContainerItemProxy */ = {
</span><span class="cx">                         isa = PBXContainerItemProxy;
</span><span class="cx">                         containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
</span><span class="lines">@@ -293,18 +278,6 @@
</span><span class="cx">                 A1158D55189273EB0088C17B /* DumpRenderTreeBrowserView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DumpRenderTreeBrowserView.h; path = ios/DumpRenderTreeBrowserView.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A1158D56189273EB0088C17B /* DumpRenderTreeBrowserView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = DumpRenderTreeBrowserView.mm; path = ios/DumpRenderTreeBrowserView.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A1158D57189273EB0088C17B /* PixelDumpSupportIOS.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = PixelDumpSupportIOS.mm; path = ios/PixelDumpSupportIOS.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                A1158D6C18927CF10088C17B /* DumpRenderTreeSupport.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DumpRenderTreeSupport.c; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D6D18927CF10088C17B /* DumpRenderTreeSupport_wrapPregenerated.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = DumpRenderTreeSupport_wrapPregenerated.c; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D6E18927CF10088C17B /* DumpRenderTreeSupportPregenerated.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = DumpRenderTreeSupportPregenerated.pm; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7018927CF10088C17B /* Changes */ = {isa = PBXFileReference; lastKnownFileType = text; path = Changes; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7118927CF10088C17B /* IPhoneSimulatorNotification.xs */ = {isa = PBXFileReference; lastKnownFileType = text; path = IPhoneSimulatorNotification.xs; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7318927CF20088C17B /* IPhoneSimulatorNotification.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = IPhoneSimulatorNotification.pm; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7418927CF20088C17B /* Makefile.PL */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = Makefile.PL; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7518927CF20088C17B /* MANIFEST */ = {isa = PBXFileReference; lastKnownFileType = text; path = MANIFEST; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7618927CF20088C17B /* ppport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ppport.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7718927CF20088C17B /* README */ = {isa = PBXFileReference; lastKnownFileType = text; path = README; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7918927CF20088C17B /* IPhoneSimulatorNotification.t */ = {isa = PBXFileReference; lastKnownFileType = text; path = IPhoneSimulatorNotification.t; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A1158D7A18927CF20088C17B /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 A1158D7F18927E7A0088C17B /* DumpRenderTree.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DumpRenderTree.app; sourceTree = BUILT_PRODUCTS_DIR; };
</span><span class="cx">                 A1321C9E188F9A3600125434 /* libDumpRenderTree.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libDumpRenderTree.a; sourceTree = BUILT_PRODUCTS_DIR; };
</span><span class="cx">                 A134E52F188FC27000901D06 /* DumpRenderTreeMain.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = DumpRenderTreeMain.mm; path = mac/DumpRenderTreeMain.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -658,55 +631,10 @@
</span><span class="cx">                                 A1158D55189273EB0088C17B /* DumpRenderTreeBrowserView.h */,
</span><span class="cx">                                 A1158D56189273EB0088C17B /* DumpRenderTreeBrowserView.mm */,
</span><span class="cx">                                 A19317FC1892855F001C52B1 /* Info.plist */,
</span><del>-                                A1158D6B18927CF10088C17B /* PerlSupport */,
</del><span class="cx">                         );
</span><span class="cx">                         name = ios;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><del>-                A1158D6B18927CF10088C17B /* PerlSupport */ = {
-                        isa = PBXGroup;
-                        children = (
-                                A1158D6C18927CF10088C17B /* DumpRenderTreeSupport.c */,
-                                A1158D6D18927CF10088C17B /* DumpRenderTreeSupport_wrapPregenerated.c */,
-                                A1158D6E18927CF10088C17B /* DumpRenderTreeSupportPregenerated.pm */,
-                                A1158D6F18927CF10088C17B /* IPhoneSimulatorNotification */,
-                                A1158D7A18927CF20088C17B /* Makefile */,
-                        );
-                        name = PerlSupport;
-                        path = ios/PerlSupport;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
-                A1158D6F18927CF10088C17B /* IPhoneSimulatorNotification */ = {
-                        isa = PBXGroup;
-                        children = (
-                                A1158D7018927CF10088C17B /* Changes */,
-                                A1158D7118927CF10088C17B /* IPhoneSimulatorNotification.xs */,
-                                A1158D7218927CF20088C17B /* lib */,
-                                A1158D7418927CF20088C17B /* Makefile.PL */,
-                                A1158D7518927CF20088C17B /* MANIFEST */,
-                                A1158D7618927CF20088C17B /* ppport.h */,
-                                A1158D7718927CF20088C17B /* README */,
-                                A1158D7818927CF20088C17B /* t */,
-                        );
-                        path = IPhoneSimulatorNotification;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
-                A1158D7218927CF20088C17B /* lib */ = {
-                        isa = PBXGroup;
-                        children = (
-                                A1158D7318927CF20088C17B /* IPhoneSimulatorNotification.pm */,
-                        );
-                        path = lib;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
-                A1158D7818927CF20088C17B /* t */ = {
-                        isa = PBXGroup;
-                        children = (
-                                A1158D7918927CF20088C17B /* IPhoneSimulatorNotification.t */,
-                        );
-                        path = t;
-                        sourceTree = &quot;&lt;group&gt;&quot;;
-                };
</del><span class="cx">                 A803FF6409CAACC1009B2A37 /* Frameworks */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -801,24 +729,6 @@
</span><span class="cx">                 };
</span><span class="cx"> /* End PBXHeadersBuildPhase section */
</span><span class="cx"> 
</span><del>-/* Begin PBXLegacyTarget section */
-                A1158D6218927AF00088C17B /* Perl Support */ = {
-                        isa = PBXLegacyTarget;
-                        buildArgumentsString = &quot;$(ACTION) PLATFORM_NAME=$(PLATFORM_NAME)&quot;;
-                        buildConfigurationList = A1158D6318927AF00088C17B /* Build configuration list for PBXLegacyTarget &quot;Perl Support&quot; */;
-                        buildPhases = (
-                        );
-                        buildToolPath = /usr/bin/make;
-                        buildWorkingDirectory = &quot;$(SRCROOT)/ios/PerlSupport&quot;;
-                        dependencies = (
-                                A19317FF18928835001C52B1 /* PBXTargetDependency */,
-                        );
-                        name = &quot;Perl Support&quot;;
-                        passBuildSettingsInEnvironment = 1;
-                        productName = &quot;Perl Support&quot;;
-                };
-/* End PBXLegacyTarget section */
-
</del><span class="cx"> /* Begin PBXNativeTarget section */
</span><span class="cx">                 141BF21E096A441D00E0753C /* TestNetscapePlugIn */ = {
</span><span class="cx">                         isa = PBXNativeTarget;
</span><span class="lines">@@ -956,7 +866,6 @@
</span><span class="cx">                                 B5A7525A08AF4A4A00138E45 /* ImageDiff */,
</span><span class="cx">                                 141BF21E096A441D00E0753C /* TestNetscapePlugIn */,
</span><span class="cx">                                 2D403EB2150871F9005358D2 /* LayoutTestHelper */,
</span><del>-                                A1158D6218927AF00088C17B /* Perl Support */,
</del><span class="cx">                         );
</span><span class="cx">                 };
</span><span class="cx"> /* End PBXProject section */
</span><span class="lines">@@ -1118,11 +1027,6 @@
</span><span class="cx">                         target = 2D403EB2150871F9005358D2 /* LayoutTestHelper */;
</span><span class="cx">                         targetProxy = 2D403F201508736C005358D2 /* PBXContainerItemProxy */;
</span><span class="cx">                 };
</span><del>-                A1158D6818927B240088C17B /* PBXTargetDependency */ = {
-                        isa = PBXTargetDependency;
-                        target = A1158D6218927AF00088C17B /* Perl Support */;
-                        targetProxy = A1158D6718927B240088C17B /* PBXContainerItemProxy */;
-                };
</del><span class="cx">                 A1321CD8188FABE000125434 /* PBXTargetDependency */ = {
</span><span class="cx">                         isa = PBXTargetDependency;
</span><span class="cx">                         target = A1321C9D188F9A3600125434 /* DumpRenderTree (Library) */;
</span><span class="lines">@@ -1133,11 +1037,6 @@
</span><span class="cx">                         target = 9340994A08540CAE007F3BC8 /* DumpRenderTree */;
</span><span class="cx">                         targetProxy = A134E52C188FC09200901D06 /* PBXContainerItemProxy */;
</span><span class="cx">                 };
</span><del>-                A19317FF18928835001C52B1 /* PBXTargetDependency */ = {
-                        isa = PBXTargetDependency;
-                        target = A1158D7E18927E7A0088C17B /* DumpRenderTree.app */;
-                        targetProxy = A19317FE18928835001C52B1 /* PBXContainerItemProxy */;
-                };
</del><span class="cx">                 A193180218928C10001C52B1 /* PBXTargetDependency */ = {
</span><span class="cx">                         isa = PBXTargetDependency;
</span><span class="cx">                         target = A1321C9D188F9A3600125434 /* DumpRenderTree (Library) */;
</span><span class="lines">@@ -1267,24 +1166,6 @@
</span><span class="cx">                         };
</span><span class="cx">                         name = Production;
</span><span class="cx">                 };
</span><del>-                A1158D6418927AF00088C17B /* Debug */ = {
-                        isa = XCBuildConfiguration;
-                        buildSettings = {
-                        };
-                        name = Debug;
-                };
-                A1158D6518927AF00088C17B /* Release */ = {
-                        isa = XCBuildConfiguration;
-                        buildSettings = {
-                        };
-                        name = Release;
-                };
-                A1158D6618927AF00088C17B /* Production */ = {
-                        isa = XCBuildConfiguration;
-                        buildSettings = {
-                        };
-                        name = Production;
-                };
</del><span class="cx">                 A1158DAC18927E7B0088C17B /* Debug */ = {
</span><span class="cx">                         isa = XCBuildConfiguration;
</span><span class="cx">                         baseConfigurationReference = A19317FD18928738001C52B1 /* DumpRenderTreeApp.xcconfig */;
</span><span class="lines">@@ -1423,16 +1304,6 @@
</span><span class="cx">                         defaultConfigurationIsVisible = 0;
</span><span class="cx">                         defaultConfigurationName = Production;
</span><span class="cx">                 };
</span><del>-                A1158D6318927AF00088C17B /* Build configuration list for PBXLegacyTarget &quot;Perl Support&quot; */ = {
-                        isa = XCConfigurationList;
-                        buildConfigurations = (
-                                A1158D6418927AF00088C17B /* Debug */,
-                                A1158D6518927AF00088C17B /* Release */,
-                                A1158D6618927AF00088C17B /* Production */,
-                        );
-                        defaultConfigurationIsVisible = 0;
-                        defaultConfigurationName = Production;
-                };
</del><span class="cx">                 A1158DAB18927E7B0088C17B /* Build configuration list for PBXNativeTarget &quot;DumpRenderTree.app&quot; */ = {
</span><span class="cx">                         isa = XCConfigurationList;
</span><span class="cx">                         buildConfigurations = (
</span></span></pre>
</div>
</div>

</body>
</html>