From 0021632f400c98aad1ac603aa337025e7f6b1555 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Thu, 27 Jun 2013 17:35:32 +0000 Subject: [PATCH] Re-add WebRTCDemo dependencies as dependencies (not just inputs) because they also need to be built for this target! BUG=1980 R=braveyao@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1734004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4275 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/video_engine/test/android/android_video_demo.gypi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webrtc/video_engine/test/android/android_video_demo.gypi b/webrtc/video_engine/test/android/android_video_demo.gypi index 0378ad358..d69cac35b 100644 --- a/webrtc/video_engine/test/android/android_video_demo.gypi +++ b/webrtc/video_engine/test/android/android_video_demo.gypi @@ -9,7 +9,7 @@ 'variables': { # NOTE: This laundry list of libs comes from jni/Android.mk and should be # kept in sync with that location. Also note that the explicit library - # names must be used (instead of the names of their gyp targets) because + # names must be used (in addition to the names of their gyp targets) because # these are fed into the 'inputs' attribute of the action below, not to # 'dependencies' because these need to be real (build-time) dependencies, # not just order-only dependencies @@ -82,6 +82,12 @@ 'inputs': [ '<@(android_mk_arm_libs)' ], }], ], + 'dependencies': [ + '<(webrtc_root)/modules/modules.gyp:*', + '<(webrtc_root)/test/test.gyp:channel_transport', + '<(webrtc_root)/video_engine/video_engine.gyp:video_engine_core', + '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', + ], 'actions': [ { # TODO(leozwang): Convert building of the demo to a proper GYP target