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

Unified Diff: plugin/build.scons

Issue 150184: Add a dependency to the Mac installer build stage so that the postflight.sh s... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/build.scons
===================================================================
--- plugin/build.scons (revision 19761)
+++ plugin/build.scons (working copy)
@@ -275,8 +275,8 @@
# insert version number into Info.plist
env.ReplaceStrings(
- 'mac/processed/Info.plist', '$SCONSTRUCT_DIR/plugin/mac/Info.plist',
- REPLACE_STRINGS = plugin_replace_strings
+ 'mac/processed/Info.plist', '$SCONSTRUCT_DIR/plugin/mac/Info.plist',
+ REPLACE_STRINGS = plugin_replace_strings
)
# copy mac resource data
@@ -303,7 +303,7 @@
else:
stripCmd = 'strip -S "$ARTIFACTS_DIR/O3D.plugin/Contents/MacOS/o3d"'
- # Cleanup end result and build the installer
+ # Cleanup end result
created_installer = env.Command('$ARTIFACTS_DIR/plugin_done',
[env.Dir('$ARTIFACTS_DIR/O3D.plugin')],
[
@@ -353,6 +353,7 @@
env.Command(env.Dir('$ARTIFACTS_DIR/O3D.mpkg'),
[
"$ARTIFACTS_DIR/plugin_done",
+ "$ARTIFACTS_DIR/postflight.sh",
],
[
# Delete first as Copy can fail to overwrite if the packproj is locked
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698