aboutsummaryrefslogtreecommitdiff
path: root/webrtc/build/apk_tests.gyp
diff options
context:
space:
mode:
authorperkj <perkj@webrtc.org>2015-12-14 02:41:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-14 10:41:37 +0000
commita78c0211fd50369a75a962385db6163bd8ded239 (patch)
treef13d59bbb923041ffbeb27dcdf3a960116923716 /webrtc/build/apk_tests.gyp
parent17821db19702aca15d0d93cb60515ca70823fad7 (diff)
downloadwebrtc-a78c0211fd50369a75a962385db6163bd8ded239.tar.gz
Add APK targets to build libjingle_peerconnection_unittests for Android.
BUG=webrtc:2365 The work started from the work by kjellander@ in https://codereview.webrtc.org/1413663003/ Review URL: https://codereview.webrtc.org/1511633002 Cr-Commit-Position: refs/heads/master@{#11007}
Diffstat (limited to 'webrtc/build/apk_tests.gyp')
-rw-r--r--webrtc/build/apk_tests.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/webrtc/build/apk_tests.gyp b/webrtc/build/apk_tests.gyp
index fe05c0848a..02a13421f9 100644
--- a/webrtc/build/apk_tests.gyp
+++ b/webrtc/build/apk_tests.gyp
@@ -61,6 +61,23 @@
],
},
{
+ 'target_name': 'libjingle_peerconnection_unittest_apk',
+ 'type': 'none',
+ 'variables': {
+ 'test_suite_name': 'libjingle_peerconnection_unittest',
+ 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)libjingle_peerconnection_unittest<(SHARED_LIB_SUFFIX)',
+ },
+ 'dependencies': [
+ '<(DEPTH)/talk/libjingle_tests.gyp:libjingle_peerconnection_unittest',
+ '<(DEPTH)/talk/libjingle.gyp:libjingle_peerconnection_java',
+ ],
+ 'includes': [
+ # Use webrtc copy of apk_test.gypi to allow test executables starting
+ # with "lib". See http://crbug.com/543820 for more details.
+ '../build/apk_test.gypi',
+ ],
+ },
+ {
'target_name': 'modules_tests_apk',
'type': 'none',
'variables': {