Index: media/cast/cast.gyp |
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp |
index ef26fac1ec0025d999902f3901a0b855fed2f709..1d6594fbfcaf0a63ef7425533c78dc046256b140 100644 |
--- a/media/cast/cast.gyp |
+++ b/media/cast/cast.gyp |
@@ -199,19 +199,7 @@ |
'sender/h264_vt_encoder.cc', |
'sender/h264_vt_encoder.h', |
], |
- 'link_settings': { |
- 'libraries': [ |
- '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', |
- ], |
- }, |
}], # OS=="ios" or OS=="mac" |
- ['OS=="mac"', { |
- 'link_settings': { |
- 'libraries': [ |
- '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', |
- ], |
- }, |
- }], # OS=="mac" |
], # conditions |
}, |
{ |