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

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: r3 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index a659c8f0380e4f22bb851c0c2956832a829a428c..1c8524780e955c841c6f69014f178f998ca4027e 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -293,7 +293,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)',
],
@@ -364,7 +364,7 @@
# executable.
'postbuild_name': 'Verify No Objective-C',
'action': [
- 'tools/build/mac/verify_no_objc.sh',
+ '../build/mac/verify_no_objc.sh',
],
},
], # postbuilds

Powered by Google App Engine
This is Rietveld 408576698