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:
@ -8,7 +8,7 @@
|
|||||||
{
|
{
|
||||||
'variables': {
|
'variables': {
|
||||||
'webrtc_video_dependencies': [
|
'webrtc_video_dependencies': [
|
||||||
'<(webrtc_root)/video_engine/video_engine.gyp:*',
|
'<(webrtc_root)/video_engine/video_engine.gyp:video_engine_core',
|
||||||
],
|
],
|
||||||
'webrtc_video_sources': [
|
'webrtc_video_sources': [
|
||||||
'video/transport_adapter.cc',
|
'video/transport_adapter.cc',
|
||||||
|
Reference in New Issue
Block a user