diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-26 16:38:34 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-26 16:38:34 +0000 |
commit | b7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03 (patch) | |
tree | fa9a76a45f38163d0017b2a7c8d9bedf15ebfca4 /build/all.xcodeproj | |
parent | 7e11e96268c6fc2d94c742196fb386b9b47bbea1 (diff) | |
download | chromium_src-b7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03.zip chromium_src-b7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03.tar.gz chromium_src-b7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03.tar.bz2 |
No changes, just opening the project and letting xcode do it's work -
- resorted files by GUIDs (the file adding script wasn't doing that before).
- update the cached sub targets from referenced projects.
Review URL: http://codereview.chromium.org/18595
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.xcodeproj')
-rw-r--r-- | build/all.xcodeproj/project.pbxproj | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/build/all.xcodeproj/project.pbxproj b/build/all.xcodeproj/project.pbxproj index 350b794..7a28ddb 100644 --- a/build/all.xcodeproj/project.pbxproj +++ b/build/all.xcodeproj/project.pbxproj @@ -634,6 +634,20 @@ remoteGlobalIDString = E4AFA6580E52423900201347; remoteInfo = run_media_unittests; }; + F40437660F2E0EE10091972E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4D7B02380E9D5816009A6919 /* chrome.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 4D1F59EA0F2A6B590040C1E3 /* image_diff */; + remoteInfo = image_diff; + }; + F40437680F2E0EE10091972E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4D7B02380E9D5816009A6919 /* chrome.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 4D7FA6210F13CA04004F1B19 /* ui_tests */; + remoteInfo = ui_tests; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ @@ -683,7 +697,9 @@ 4D7B02500E9D5816009A6919 /* libbrowser.a */, 4D7B02520E9D5816009A6919 /* libcommon.a */, 4DB6807F0EAF88B000AB2128 /* librenderer.a */, + F40437670F2E0EE10091972E /* image_diff */, 4DCE99520EF0603800682526 /* ipc_tests */, + F40437690F2E0EE10091972E /* ui_tests */, 4D7B02540E9D5816009A6919 /* unit_tests */, ); name = Products; @@ -1417,6 +1433,20 @@ remoteRef = DCF6E2780EFC4FF6002057B1 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; + F40437670F2E0EE10091972E /* image_diff */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = image_diff; + remoteRef = F40437660F2E0EE10091972E /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + F40437690F2E0EE10091972E /* ui_tests */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = ui_tests; + remoteRef = F40437680F2E0EE10091972E /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; /* End PBXReferenceProxy section */ /* Begin PBXTargetDependency section */ |