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

Unified Diff: third_party/libxml/libxml.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 | « net/net.xcodeproj/project.pbxproj ('k') | webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/libxml.xcodeproj/project.pbxproj
===================================================================
--- third_party/libxml/libxml.xcodeproj/project.pbxproj (revision 4920)
+++ third_party/libxml/libxml.xcodeproj/project.pbxproj (working copy)
@@ -584,6 +584,7 @@
buildPhases = (
7B12F54B0D8EE8E400CB6E8F /* Sources */,
7B12F54C0D8EE8E400CB6E8F /* Frameworks */,
+ 4D3D54570EC3A4AA00650CA0 /* Strip If Needed */,
);
buildRules = (
);
@@ -604,6 +605,7 @@
buildPhases = (
7B12F58C0D8EEB2F00CB6E8F /* Sources */,
7B12F58D0D8EEB2F00CB6E8F /* Frameworks */,
+ 4D3D54590EC3A4B700650CA0 /* Strip If Needed */,
);
buildRules = (
);
@@ -710,6 +712,36 @@
/* End PBXReferenceProxy section */
/* Begin PBXShellScriptBuildPhase section */
+ 4D3D54570EC3A4AA00650CA0 /* 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;
+ };
+ 4D3D54590EC3A4B700650CA0 /* 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;
+ };
7BE970520D872DC200F86D4B /* Pre-Build */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
« no previous file with comments | « net/net.xcodeproj/project.pbxproj ('k') | webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698