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

Unified Diff: build/googleurl.xcodeproj/project.pbxproj

Issue 9659: Fast release builds (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « base/base.xcodeproj/project.pbxproj ('k') | build/mac/strip_from_xcode » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/googleurl.xcodeproj/project.pbxproj
===================================================================
--- build/googleurl.xcodeproj/project.pbxproj (revision 4920)
+++ build/googleurl.xcodeproj/project.pbxproj (working copy)
@@ -420,6 +420,7 @@
buildPhases = (
7BA018DF0E5A2AFF00044150 /* Sources */,
7BA018E00E5A2AFF00044150 /* Frameworks */,
+ 4D3D54390EC3A46900650CA0 /* Strip If Needed */,
);
buildRules = (
);
@@ -551,6 +552,20 @@
/* End PBXReferenceProxy section */
/* Begin PBXShellScriptBuildPhase section */
+ 4D3D54390EC3A46900650CA0 /* 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\"\n";
+ };
7B8500180E5A2F6400730B43 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
« no previous file with comments | « base/base.xcodeproj/project.pbxproj ('k') | build/mac/strip_from_xcode » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698