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

Unified Diff: build/common.gypi

Issue 28289: Link applications with -Wl,-ObjC to keep Objective-C implementations availabl... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 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 | « no previous file | build/mac/make_ib_classes.py » ('j') | build/mac/make_ib_classes.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 10642)
+++ build/common.gypi (working copy)
@@ -90,6 +90,9 @@
['_type!="static_library"', {
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
}],
+ ['_type=="application"', {
+ 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
+ }],
['_type=="application" or _type=="executable"', {
'postbuilds': [
{
« no previous file with comments | « no previous file | build/mac/make_ib_classes.py » ('j') | build/mac/make_ib_classes.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698