Title: [122117] trunk/Tools
Revision
122117
Author
[email protected]
Date
2012-07-09 11:25:20 -0700 (Mon, 09 Jul 2012)

Log Message

Fixed clean builds of the All target in the DumpRenderTree project.

* DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Let Xcode know that the
DumpRenderTree Perl Support target depends on the DumpRenderTree target.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (122116 => 122117)


--- trunk/Tools/ChangeLog	2012-07-09 18:00:11 UTC (rev 122116)
+++ trunk/Tools/ChangeLog	2012-07-09 18:25:20 UTC (rev 122117)
@@ -1,3 +1,10 @@
+2012-07-09  Dan Bernstein  <[email protected]>
+
+        Fixed clean builds of the All target in the DumpRenderTree project.
+
+        * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Let Xcode know that the
+        DumpRenderTree Perl Support target depends on the DumpRenderTree target.
+
 2012-07-09  Zan Dobersek  <[email protected]>
 
         [Gtk] Unskip the CSS Regions layout tests

Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj (122116 => 122117)


--- trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj	2012-07-09 18:00:11 UTC (rev 122116)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj	2012-07-09 18:25:20 UTC (rev 122117)
@@ -174,6 +174,13 @@
 			remoteGlobalIDString = 2D403EB2150871F9005358D2;
 			remoteInfo = LayoutTestHelper;
 		};
+		378C802315AB589B00746821 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 9340994A08540CAE007F3BC8;
+			remoteInfo = DumpRenderTree;
+		};
 		5DC82A6F1023C93D00FD1D3B /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
@@ -739,6 +746,7 @@
 			buildToolPath = make;
 			buildWorkingDirectory = "$(SRCROOT)/mac/PerlSupport";
 			dependencies = (
+				378C802415AB589B00746821 /* PBXTargetDependency */,
 			);
 			name = "DumpRenderTree Perl Support";
 			passBuildSettingsInEnvironment = 1;
@@ -967,6 +975,11 @@
 			target = 2D403EB2150871F9005358D2 /* LayoutTestHelper */;
 			targetProxy = 2D403F201508736C005358D2 /* PBXContainerItemProxy */;
 		};
+		378C802415AB589B00746821 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 9340994A08540CAE007F3BC8 /* DumpRenderTree */;
+			targetProxy = 378C802315AB589B00746821 /* PBXContainerItemProxy */;
+		};
 		5DC82A701023C93D00FD1D3B /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			target = 5DC82A661023C8DE00FD1D3B /* DumpRenderTree Perl Support */;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to