Fixes broken Chromium build.

BUG=brakes chrome build
TEST=Manually on Linux

Review URL: https://webrtc-codereview.appspot.com/679006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2462 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2012-06-28 12:49:35 +00:00
parent 44361abb20
commit a5fcf7ab41

View File

@ -12,6 +12,7 @@
'target_name': 'webrtc_vp8',
'type': '<(library)',
'dependencies': [
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
'<(webrtc_root)/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'<(webrtc_root)/common_video/common_video.gyp:webrtc_libyuv',
],
@ -23,16 +24,10 @@
],
'conditions': [
['build_with_chromium==1', {
'dependencies': [
'<(DEPTH)/libvpx/libvpx.gyp:libvpx',
],
'defines': [
'WEBRTC_LIBVPX_VERSION=960' # Bali
],
},{
'dependencies': [
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
],
'defines': [
'WEBRTC_LIBVPX_VERSION=971' # Cayuga
],