Make video/ only depend on video_engine_core.

Fixes Android/Chromium build error. Previous dependencies included
VideoEngine tests that couldn't build on this configuration.

BUG=2535
R=andrew@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5050 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-10-29 13:11:56 +00:00
parent def22b455b
commit 47ebbaddbb

View File

@ -8,7 +8,7 @@
{
'variables': {
'webrtc_video_dependencies': [
'<(webrtc_root)/video_engine/video_engine.gyp:*',
'<(webrtc_root)/video_engine/video_engine.gyp:video_engine_core',
],
'webrtc_video_sources': [
'video/transport_adapter.cc',