Remove unneeded libvpx path from vp8 include_dirs.

This is already provided by libvpx.gyp.

BUG=webrtc:1428

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3568 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2013-02-25 17:10:38 +00:00
parent 9ae1354e25
commit ac1f877a5e

View File

@ -19,7 +19,6 @@
'use_temporal_layers%': 1, 'use_temporal_layers%': 1,
}], }],
], ],
'libvpx_source%': 'libvpx/source',
}, },
'targets': [ 'targets': [
{ {
@ -112,9 +111,6 @@
'<(DEPTH)/testing/gtest.gyp:gtest', '<(DEPTH)/testing/gtest.gyp:gtest',
'<(webrtc_root)/test/test.gyp:test_support_main', '<(webrtc_root)/test/test.gyp:test_support_main',
], ],
'include_dirs': [
'<(DEPTH)/third_party/<(libvpx_source)/libvpx',
],
'sources': [ 'sources': [
'default_temporal_layers_unittest.cc', 'default_temporal_layers_unittest.cc',
'reference_picture_selection_unittest.cc', 'reference_picture_selection_unittest.cc',