GN: Add dependency libjingle_peerconnection_java to modules_unittests.

This change only affects the Android build.

BUG=webrtc:6189
TBR=tommi@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2233903002
Cr-Commit-Position: refs/heads/master@{#13722}
This commit is contained in:
sakal
2016-08-11 00:59:15 -07:00
committed by Commit bot
parent 0ae7878bbc
commit bd59c71ff8

View File

@ -480,7 +480,10 @@ if (rtc_include_tests) {
]
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
deps += [
"//testing/android/native_test:native_test_support",
"//webrtc/api:libjingle_peerconnection_java",
]
# Need to disable error due to the line in
# base/android/jni_android.h triggering it: