Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index ab0ecc37ba27d130d9ee4e4c2d8d90481153b86a..e0255f14a7c35c1e63dccc9a3d88197e3a539a48 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -301,7 +301,7 @@ |
{ |
'postbuild_name': 'Copy <(mac_product_name) Framework.framework', |
'action': [ |
- 'tools/build/mac/copy_framework_unversioned', |
+ '../build/mac/copy_framework_unversioned.sh', |
'${BUILT_PRODUCTS_DIR}/<(mac_product_name) Framework.framework', |
'${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Versions/<(version_full)', |
], |
@@ -372,7 +372,7 @@ |
# executable. |
'postbuild_name': 'Verify No Objective-C', |
'action': [ |
- 'tools/build/mac/verify_no_objc.sh', |
+ '../build/mac/verify_no_objc.sh', |
], |
}, |
], # postbuilds |