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"', { |