From b4e3c254eea19a6eed99dd2c7b7cd3629a4ddf83 Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Fri, 30 May 2014 12:42:10 +0000 Subject: [PATCH] Add native_test dependency to webrtc_perf_tests. Required to run the binary on Android bots. BUG=3423 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/15609004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6285 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/webrtc_tests.gypi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi index 6373458638..85bb088c58 100644 --- a/webrtc/webrtc_tests.gypi +++ b/webrtc/webrtc_tests.gypi @@ -76,6 +76,15 @@ 'test/test.gyp:test_main', 'webrtc', ], + 'conditions': [ + # TODO(henrike): remove build_with_chromium==1 when the bots are + # using Chromium's buildbots. + ['build_with_chromium==1 and OS=="android" and gtest_target_type=="shared_library"', { + 'dependencies': [ + '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', + ], + }], + ], }, ], 'conditions': [