summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.xcodeproj
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:06:13 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:06:13 +0000
commitfc6ff4229344bf1a799a13c8aa651c657c2e9bbd (patch)
tree79bc4dd0a4eff782a54bf70d42693a14d13f521e /chrome/chrome.xcodeproj
parent480e1292b1020e47ab9486d4a0f3b1f0f2ddec81 (diff)
downloadchromium_src-fc6ff4229344bf1a799a13c8aa651c657c2e9bbd.zip
chromium_src-fc6ff4229344bf1a799a13c8aa651c657c2e9bbd.tar.gz
chromium_src-fc6ff4229344bf1a799a13c8aa651c657c2e9bbd.tar.bz2
Updating the All target to include test_shell_tests and ipc_tests, and to add the strip-if-needed phase to these executables
Review URL: http://codereview.chromium.org/13357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.xcodeproj')
-rw-r--r--chrome/chrome.xcodeproj/project.pbxproj35
1 files changed, 32 insertions, 3 deletions
diff --git a/chrome/chrome.xcodeproj/project.pbxproj b/chrome/chrome.xcodeproj/project.pbxproj
index ff6b45c..230c961 100644
--- a/chrome/chrome.xcodeproj/project.pbxproj
+++ b/chrome/chrome.xcodeproj/project.pbxproj
@@ -29,6 +29,7 @@
4D7BFB080E9D4B98009A6919 /* PBXTargetDependency */,
4D7BFC200E9D4CD4009A6919 /* PBXTargetDependency */,
4D640CF20EAE86D800EBCFC0 /* PBXTargetDependency */,
+ 4DCE999B0EF060D100682526 /* PBXTargetDependency */,
4D7BFB320E9D4BFB009A6919 /* PBXTargetDependency */,
);
name = All;
@@ -543,6 +544,13 @@
remoteGlobalIDString = 7BA018350E5A28DB00044150;
remoteInfo = googleurl;
};
+ 4DCE999A0EF060D100682526 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4D7BF2E90E9D46A4009A6919 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = B5FDBFAD0EE4623000BEC6E6;
+ remoteInfo = ipc_tests;
+ };
4DDC64490EAE38F500FB5EBE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4D7BFB0B0E9D4BBF009A6919 /* libxml.xcodeproj */;
@@ -1662,8 +1670,8 @@
4D7BF3060E9D477E009A6919 /* libbrowser.a */,
4D7BFC1A0E9D4CB9009A6919 /* libcommon.a */,
4D640CEB0EAE86BD00EBCFC0 /* librenderer.a */,
- 4D7BFB2D0E9D4BE5009A6919 /* unit_tests */,
B5FDBFAE0EE4623000BEC6E6 /* ipc_tests */,
+ 4D7BFB2D0E9D4BE5009A6919 /* unit_tests */,
E45060E40EE87B86003BE099 /* Chromium.app */,
);
name = Products;
@@ -2716,6 +2724,7 @@
buildPhases = (
B5FDBFAB0EE4623000BEC6E6 /* Sources */,
B5FDBFAC0EE4623000BEC6E6 /* Frameworks */,
+ 4DCE999E0EF0611100682526 /* Strip If Needed */,
);
buildRules = (
);
@@ -2831,10 +2840,10 @@
4D7BF3050E9D477E009A6919 /* browser */,
4D7BFC190E9D4CB9009A6919 /* common */,
4D640CEA0EAE86BD00EBCFC0 /* renderer */,
- 4D7BFB2C0E9D4BE5009A6919 /* unit_tests */,
- 4D7B014C0E9D572C009A6919 /* run_unit_tests */,
B5FDBFAD0EE4623000BEC6E6 /* ipc_tests */,
E4F325930EE837BF002533CE /* run_ipc_tests */,
+ 4D7BFB2C0E9D4BE5009A6919 /* unit_tests */,
+ 4D7B014C0E9D572C009A6919 /* run_unit_tests */,
);
};
/* End PBXProject section */
@@ -3059,6 +3068,21 @@
shellScript = "set -ex\nRUNNABLE_PRODUCT=$(echo \"${PRODUCT_NAME}\" | sed -e s/^run_//)\nexec \"${BUILT_PRODUCTS_DIR}/${RUNNABLE_PRODUCT}\"\n";
showEnvVarsInLog = 0;
};
+ 4DCE999E0EF0611100682526 /* Strip If Needed */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Strip If Needed";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "exec \"${XCODEPROJ_DEPTH}/build/mac/strip_from_xcode\"";
+ showEnvVarsInLog = 0;
+ };
E4F325960EE837BF002533CE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@@ -3352,6 +3376,11 @@
name = googleurl;
targetProxy = 4D7BFF710E9D5416009A6919 /* PBXContainerItemProxy */;
};
+ 4DCE999B0EF060D100682526 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = B5FDBFAD0EE4623000BEC6E6 /* ipc_tests */;
+ targetProxy = 4DCE999A0EF060D100682526 /* PBXContainerItemProxy */;
+ };
4DDC644A0EAE38F500FB5EBE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = xml;