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

Unified Diff: chrome/chrome_exe.gypi

Issue 7726007: Don't build the main executable binaries as Objective-C (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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.gyp ('k') | chrome/tools/build/mac/verify_no_objc.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
===================================================================
--- chrome/chrome_exe.gypi (revision 98121)
+++ chrome/chrome_exe.gypi (working copy)
@@ -16,7 +16,7 @@
'app/breakpad_win.cc',
'app/breakpad_win.h',
'app/chrome_exe_main_gtk.cc',
- 'app/chrome_exe_main_mac.mm',
+ 'app/chrome_exe_main_mac.cc',
'app/chrome_exe_main_win.cc',
'app/chrome_exe_resource.h',
'app/client_util.cc',
@@ -399,6 +399,14 @@
'<(mac_product_name)',
],
},
+ {
+ # Make sure there isn't any Objective-C in the browser app's
+ # executable.
+ 'postbuild_name': 'Verify No Objective-C',
+ 'action': [
+ 'tools/build/mac/verify_no_objc.sh',
+ ],
+ },
], # postbuilds
}],
['OS=="linux"', {
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/build/mac/verify_no_objc.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698