GN: Add libjingle_peerconnection_java to peerconnection_unittests.

This dependency was found missing since it's defined in
https://cs.chromium.org/chromium/src/third_party/webrtc/build/android_tests.gyp?rcl=0&l=129
which causes many of the tests to crash with org.webrtc.AudioTrack class
not being found.

BUG=webrtc:5949
TBR=ehmaldonado@webrtc.org
NOTRY=True
TESTED=Passing local run of peerconnection_unittests on Android.

Review-Url: https://codereview.webrtc.org/2268973003
Cr-Commit-Position: refs/heads/master@{#13867}
This commit is contained in:
kjellander 2016-08-23 12:55:40 -07:00 committed by Commit bot
parent a246cfb8b5
commit b37c45cadc

View File

@ -385,6 +385,7 @@ if (rtc_include_tests) {
"test/androidtestinitializer.h",
]
deps += [
":libjingle_peerconnection_java",
":libjingle_peerconnection_jni",
"//testing/android/native_test:native_test_support",
]