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

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: 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..94547b440e32f4408a66ce1e190284aa9596f8f4 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',
'${BUILT_PRODUCTS_DIR}/<(mac_product_name) Framework.framework',
'${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Versions/<(version_full)',
],

Powered by Google App Engine
This is Rietveld 408576698