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:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user