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

Unified Diff: chrome/chrome_exe.gypi

Issue 9656002: Make helper app, get closer to working content shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index d35f2a73881e16c33757a04f0c77a34a0e176113..2188f8a9a90f75cfa3f614d96227f27982404b60 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -361,8 +361,8 @@
# prepare their Breakpad symbol files.
'postbuild_name': 'Make More Helpers',
'action': [
- 'tools/build/mac/make_more_helpers.sh',
- '<(version_full)',
+ '../build/mac/make_more_helpers.sh',
+ '${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Versions/<(version_full)',
Mark Mentovai 2012/03/09 17:49:26 I don’t feel fantastic about putting things that y
Avi (use Gerrit) 2012/03/09 22:05:59 Done.
'<(mac_product_name)',
],
},

Powered by Google App Engine
This is Rietveld 408576698