video_engine_tests_apk: enable running by adding nativeRunTests dependency.
BUG=2462 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12579007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6254 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
89e8ffb395
commit
033aa2217d
@ -49,6 +49,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',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'webrtc_perf_tests',
|
||||
|
Loading…
x
Reference in New Issue
Block a user