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

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: 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 | « build/mac/verify_no_objc.sh ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 1084d8e003be04ac9d42cd1cac74f57c72ab2d78..6f7883d14f5c3bc09fa2620ab0d67521e141e5a5 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',
@@ -793,7 +793,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698