diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 02:11:01 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 02:11:01 +0000 |
commit | f8c6a9566333a2afc093e057ff4f51b0561fd94d (patch) | |
tree | 0b3462ea5ece9d8665baba091ab25fa2fc1f252f /build | |
parent | d9975aacd7361d313a8cced21f9f3c8c190cafce (diff) | |
download | chromium_src-f8c6a9566333a2afc093e057ff4f51b0561fd94d.zip chromium_src-f8c6a9566333a2afc093e057ff4f51b0561fd94d.tar.gz chromium_src-f8c6a9566333a2afc093e057ff4f51b0561fd94d.tar.bz2 |
Build TestShell again
Review URL: http://codereview.chromium.org/7966
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3900 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.xcodeproj/project.pbxproj | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/build/all.xcodeproj/project.pbxproj b/build/all.xcodeproj/project.pbxproj index 49851f1..37b9fdb 100644 --- a/build/all.xcodeproj/project.pbxproj +++ b/build/all.xcodeproj/project.pbxproj @@ -44,6 +44,7 @@ 7BA363940E8C40400023C8B9 /* PBXTargetDependency */, 7BF8964E0E75D705000BAF8A /* PBXTargetDependency */, 4D7B02320E9D57E4009A6919 /* PBXTargetDependency */, + 4DB045250EB165B800A5633C /* PBXTargetDependency */, 7BF895DE0E75D5FB000BAF8A /* PBXTargetDependency */, 4DB042C40EB1536A00A5633C /* PBXTargetDependency */, 7BF896440E75D705000BAF8A /* PBXTargetDependency */, @@ -114,9 +115,16 @@ isa = PBXContainerItemProxy; containerPortal = 7BF895BB0E75D5E5000BAF8A /* webkit.xcodeproj */; proxyType = 1; - remoteGlobalIDString = E45627B70E2691D0005E4685 /* All */; + remoteGlobalIDString = E45627B70E2691D0005E4685; remoteInfo = All; }; + 4DB045240EB165B800A5633C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 7BA3548E0E89784F0023C8B9 /* TestShell.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = E45628C30E26B4FE005E4685 /* TestShell */; + remoteInfo = TestShell; + }; 4DB6807E0EAF88B000AB2128 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4D7B02380E9D5816009A6919 /* chrome.xcodeproj */; @@ -1276,6 +1284,11 @@ name = All; targetProxy = 4DB042C30EB1536A00A5633C /* PBXContainerItemProxy */; }; + 4DB045250EB165B800A5633C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TestShell; + targetProxy = 4DB045240EB165B800A5633C /* PBXContainerItemProxy */; + }; 4DB686790EAFE61A00AB2128 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = xslt; |