Chromium Code Reviews| Index: webrtc/modules/BUILD.gn |
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
| index dd8e54b68bd376aa8dc4fa8282a8e15bb7f49f99..ead7855755ee43e4becf87f6c3e8191c9d0eddcd 100644 |
| --- a/webrtc/modules/BUILD.gn |
| +++ b/webrtc/modules/BUILD.gn |
| @@ -77,7 +77,13 @@ if (rtc_include_tests) { |
| data = modules_tests_resources |
| if (is_android) { |
| - deps += [ "//testing/android/native_test:native_test_native_code" ] |
| + deps += [ |
| + # NOTE(brandtr): Including Java classes seems only to be possible from |
| + # rtc_test targets. Therefore we include this target here, instead of |
| + # in video_coding_modules_tests, where it is actually used. |
| + "../sdk/android:libjingle_peerconnection_java", |
|
mbonadei
2017/09/07 07:57:25
Henrik: do you know something about this?
kjellander_webrtc
2017/09/07 09:57:31
No, I'm not familiar with this and I don't see why
|
| + "//testing/android/native_test:native_test_native_code", |
| + ] |
| shard_timeout = 900 |
| } |