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

Unified Diff: chrome/chrome.gyp

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.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',
],
},
],
« no previous file with comments | « build/mac/verify_no_objc.sh ('k') | chrome/chrome_dll.gypi » ('j') | content/content_shell.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698