Remove unnecessary objective-c compiler flags.

Review URL: http://webrtc-codereview.appspot.com/239011

git-svn-id: http://webrtc.googlecode.com/svn/trunk@802 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org
2011-10-24 15:07:08 +00:00
parent c63f788e0f
commit 537096a5c1
3 changed files with 3 additions and 11 deletions

View File

@ -251,9 +251,7 @@
}],
['OS=="mac"', {
'xcode_settings': {
# TODO(andrew): remove this. Shouldn't be needed when required
# files have proper .mm extensions.
'OTHER_CPLUSPLUSFLAGS': '-x objective-c++',
# TODO(andrew): CoreAudio and AudioToolbox shouldn't be needed.
'OTHER_LDFLAGS': [
'-framework Foundation -framework AppKit -framework Cocoa -framework OpenGL -framework CoreVideo -framework CoreAudio -framework AudioToolbox',
],

View File

@ -167,9 +167,6 @@
}],
['OS=="mac"', {
'xcode_settings': {
# TODO(andrew): remove this. It shouldn't be needed when the
# required files have proper .mm extensions.
'OTHER_CPLUSPLUSFLAGS': '-x objective-c++',
'OTHER_LDFLAGS': [
'-framework Foundation -framework AppKit -framework Cocoa -framework OpenGL',
],

View File

@ -42,11 +42,11 @@
'interface/vie_autotest_main.h',
'interface/vie_autotest_window_manager_interface.h',
'interface/vie_autotest_windows.h',
# Helper classes
'helpers/vie_window_creator.cc',
'helpers/vie_file_capture_device.cc',
# New, fully automated tests
'automated/vie_api_integration_test.cc',
'automated/vie_extended_integration_test.cc',
@ -135,9 +135,6 @@
}],
['OS=="mac"', {
'xcode_settings': {
# TODO(andrew): remove this when the issue with Objective-C in
# vie_autotest_main.cc is worked out.
'OTHER_CPLUSPLUSFLAGS': '-x objective-c++',
'OTHER_LDFLAGS': [
'-framework Foundation -framework AppKit -framework Cocoa -framework OpenGL -framework CoreVideo -framework CoreAudio -framework AudioToolbox',
],