diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 14:31:04 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-26 14:31:04 +0000 |
commit | 4994ce687b1eb90ed3bf57be964d291482a5db28 (patch) | |
tree | 8560e02c7996923a0e48da92609a830b0cde6f9d /net | |
parent | 4b0d2dd2046099d9602aa256bde12a6634afcca5 (diff) | |
download | chromium_src-4994ce687b1eb90ed3bf57be964d291482a5db28.zip chromium_src-4994ce687b1eb90ed3bf57be964d291482a5db28.tar.gz chromium_src-4994ce687b1eb90ed3bf57be964d291482a5db28.tar.bz2 |
net links v8, but didn't have a dep on it, so clean builds failed.
Review URL: http://codereview.chromium.org/27207
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.xcodeproj/project.pbxproj | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/net.xcodeproj/project.pbxproj b/net/net.xcodeproj/project.pbxproj index 636816e..f5e6edb 100644 --- a/net/net.xcodeproj/project.pbxproj +++ b/net/net.xcodeproj/project.pbxproj @@ -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 */ |