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

Unified Diff: net/net.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 | « chrome/chrome.xcodeproj/project.pbxproj ('k') | third_party/libxml/libxml.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.xcodeproj/project.pbxproj
===================================================================
--- net/net.xcodeproj/project.pbxproj (revision 4920)
+++ net/net.xcodeproj/project.pbxproj (working copy)
@@ -1194,6 +1194,7 @@
buildPhases = (
E4AFA6200E523E2900201347 /* Sources */,
E4AFA6210E523E2900201347 /* Frameworks */,
+ 4D3D54210EC3A45200650CA0 /* Strip If Needed */,
);
buildRules = (
);
@@ -1404,6 +1405,21 @@
/* End PBXReferenceProxy section */
/* Begin PBXShellScriptBuildPhase section */
+ 4D3D54210EC3A45200650CA0 /* 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";
+ showEnvVarsInLog = 0;
+ };
E4AFA6570E52423900201347 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
« no previous file with comments | « chrome/chrome.xcodeproj/project.pbxproj ('k') | third_party/libxml/libxml.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698