| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index d35f2a73881e16c33757a04f0c77a34a0e176113..92016b51e194649857fd2ce9db30da54f2a682d0 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',
|
| + 'Versions/<(version_full)',
|
| '<(mac_product_name)',
|
| ],
|
| },
|
|
|