| 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)',
|
| '<(mac_product_name)',
|
| ],
|
| },
|
|
|