Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: net/net.xcodeproj/project.pbxproj

Issue 27207: net links v8, but didn't have a dep on it, so clean builds failed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.xcodeproj/project.pbxproj
===================================================================
--- net/net.xcodeproj/project.pbxproj (revision 10460)
+++ net/net.xcodeproj/project.pbxproj (working copy)
@@ -465,6 +465,20 @@
remoteGlobalIDString = E4AFA6220E523E2900201347;
remoteInfo = net_unittests;
};
+ F4A0D0230F56DB9900F75F8A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 044605C00F5350B00058B8B1 /* v8.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 897FF1BE0E719CB600D62E90 /* jscre */;
+ remoteInfo = jscre;
+ };
+ F4A0D0250F56DB9900F75F8A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 044605C00F5350B00058B8B1 /* v8.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 8970F2EF0E719FB2006AE7B5 /* v8 */;
+ remoteInfo = v8;
+ };
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@@ -1296,6 +1310,8 @@
buildRules = (
);
dependencies = (
+ F4A0D0240F56DB9900F75F8A /* PBXTargetDependency */,
+ F4A0D0260F56DB9900F75F8A /* PBXTargetDependency */,
);
name = net;
productName = zlib;
@@ -1824,6 +1840,16 @@
target = E4AFA6220E523E2900201347 /* net_unittests */;
targetProxy = E4AFA65B0E52424400201347 /* PBXContainerItemProxy */;
};
+ F4A0D0240F56DB9900F75F8A /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = jscre;
+ targetProxy = F4A0D0230F56DB9900F75F8A /* PBXContainerItemProxy */;
+ };
+ F4A0D0260F56DB9900F75F8A /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = v8;
+ targetProxy = F4A0D0250F56DB9900F75F8A /* PBXContainerItemProxy */;
+ };
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698