[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mitz at apple.com mitz at apple.com
Wed Dec 22 14:52:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit dc73a22db1a345dc6427148c86468d88003b122b
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 22 20:01:23 2010 +0000

    Corrected target dependencies.
    
    Reviewed by Sam Weinig.
    
    * WebKit2.xcodeproj/project.pbxproj: Made WebKit2 depend on DerivedSources and removed
    the explicit dependency of All on DerivedSources and WebKit2, since WebProcess depends on
    them.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70326 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 44f88e8..a8c6215 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-22  Dan Bernstein  <mitz at apple.com>
+
+        Reviewed by Sam Weinig.
+
+        Corrected target dependencies.
+
+        * WebKit2.xcodeproj/project.pbxproj: Made WebKit2 depend on DerivedSources and removed
+        the explicit dependency of All on DerivedSources and WebKit2, since WebProcess depends on
+        them.
+
 2010-10-20  Jon Honeycutt  <jhoneycutt at apple.com>
 
         <rdar://problem/8423766> Cursor does not become "busy" when a page is
diff --git a/WebKit2/WebKit2.xcodeproj/project.pbxproj b/WebKit2/WebKit2.xcodeproj/project.pbxproj
index d7b654f..431a5cc 100644
--- a/WebKit2/WebKit2.xcodeproj/project.pbxproj
+++ b/WebKit2/WebKit2.xcodeproj/project.pbxproj
@@ -14,8 +14,6 @@
 				1A50DB70110A3D67000D3FE5 /* CopyFiles */,
 			);
 			dependencies = (
-				C0CE72931247E6CD00BC0EC4 /* PBXTargetDependency */,
-				1A50DB3E110A3C1C000D3FE5 /* PBXTargetDependency */,
 				1A50DB3C110A3C19000D3FE5 /* PBXTargetDependency */,
 			);
 			name = All;
@@ -476,18 +474,11 @@
 			remoteGlobalIDString = 1A50DB1D110A3BDC000D3FE5;
 			remoteInfo = WebProcess;
 		};
-		1A50DB3D110A3C1C000D3FE5 /* PBXContainerItemProxy */ = {
+		37F7407812721F740093869B /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
-			remoteInfo = WebKit2;
-		};
-		C0CE72921247E6CD00BC0EC4 /* PBXContainerItemProxy */ = {
-			isa = PBXContainerItemProxy;
-			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
-			proxyType = 1;
-			remoteGlobalIDString = C0CE72851247E66800BC0EC4;
+			remoteGlobalIDString = C0CE72851247E66800BC0EC4 /* Derived Sources */;
 			remoteInfo = "Derived Sources";
 		};
 /* End PBXContainerItemProxy section */
@@ -2108,6 +2099,7 @@
 			buildRules = (
 			);
 			dependencies = (
+				37F7407912721F740093869B /* PBXTargetDependency */,
 			);
 			name = WebKit2;
 			productInstallPath = "$(HOME)/Library/Frameworks";
@@ -2401,15 +2393,10 @@
 			target = 1A50DB1D110A3BDC000D3FE5 /* WebProcess */;
 			targetProxy = 1A50DB3B110A3C19000D3FE5 /* PBXContainerItemProxy */;
 		};
-		1A50DB3E110A3C1C000D3FE5 /* PBXTargetDependency */ = {
-			isa = PBXTargetDependency;
-			target = 8DC2EF4F0486A6940098B216 /* WebKit2 */;
-			targetProxy = 1A50DB3D110A3C1C000D3FE5 /* PBXContainerItemProxy */;
-		};
-		C0CE72931247E6CD00BC0EC4 /* PBXTargetDependency */ = {
+		37F7407912721F740093869B /* PBXTargetDependency */ = {
 			isa = PBXTargetDependency;
 			target = C0CE72851247E66800BC0EC4 /* Derived Sources */;
-			targetProxy = C0CE72921247E6CD00BC0EC4 /* PBXContainerItemProxy */;
+			targetProxy = 37F7407812721F740093869B /* PBXContainerItemProxy */;
 		};
 /* End PBXTargetDependency section */
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list