Allow unit_tests (and other non-bundle executables) to rely on objectiveC that's

not directly referenced (such as only in a nib file). Add test for tab
controller.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@13838 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
pinkerton@chromium.org 2009-04-16 14:42:13 +00:00
Родитель cf718f4f47
Коммит 5171943ceb
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -293,10 +293,8 @@
},
'target_conditions': [
['_type!="static_library"', {
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
}],
['_mac_bundle', {
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first',
'-Wl,-ObjC']},
}],
['_type=="executable"', {
'postbuilds': [