Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index ccac7c47f8b1b95889ed48d322e1b5b580c97031..0421e065564a62e19d90fc00a5bdbe0eb36c6988 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -74,7 +74,7 @@ |
'app/resources/locale_settings_linux.grd', |
},], |
['OS=="mac"', { |
- 'tweak_info_plist_path': 'tools/build/mac/tweak_info_plist', |
+ 'tweak_info_plist_path': '../build/mac/tweak_info_plist.py', |
'nacl_defines': [ |
'NACL_WINDOWS=0', |
'NACL_LINUX=0', |
@@ -796,7 +796,7 @@ |
# executable. |
'postbuild_name': 'Verify No Objective-C', |
'action': [ |
- 'tools/build/mac/verify_no_objc.sh', |
+ '../build/mac/verify_no_objc.sh', |
], |
}, |
], |