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

Unified Diff: chrome/chrome_exe.gypi

Issue 9513006: First pass at content shell for the Mac. Doesn't work yet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only, no code change Created 8 years, 10 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
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/installer/mac/sign_versioned_dir.sh.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/installer/mac/sign_versioned_dir.sh.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698