From 391b4db7debb6d4c18697141491f9ae07af5e6fc Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Wed, 11 Dec 2013 16:48:53 +0000 Subject: [PATCH] Fix common_video_unittests in apk_tests.gyp. r5265 moved common_video_unittests to its own gyp, this required an update of apk_tests.gyp that wasn't caught by our trybots. TBR=mflodman@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/5629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5266 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/build/apk_tests.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/build/apk_tests.gyp b/webrtc/build/apk_tests.gyp index 27ca51dda5..efc775c6e3 100644 --- a/webrtc/build/apk_tests.gyp +++ b/webrtc/build/apk_tests.gyp @@ -54,7 +54,7 @@ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)common_video_unittests<(SHARED_LIB_SUFFIX)', }, 'dependencies': [ - '<(webrtc_root)/common_video/common_video.gyp:common_video_unittests', + '<(webrtc_root)/common_video/common_video_unittests.gyp:common_video_unittests', ], 'includes': [ '../../../build/apk_test.gypi',