| Index: webrtc/common_video/BUILD.gn
|
| diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
|
| index 14cbc7d3ff4d13c5f16eebdd8585f9f4d0fc01f8..7c03ffdb40906b784feec7d011319f8369c26c5d 100644
|
| --- a/webrtc/common_video/BUILD.gn
|
| +++ b/webrtc/common_video/BUILD.gn
|
| @@ -118,14 +118,13 @@ if (rtc_include_tests) {
|
|
|
| if (is_android) {
|
| deps += [ "//testing/android/native_test:native_test_support" ]
|
| + shard_timeout = 900
|
| + }
|
|
|
| - # This needs to be kept in sync with the .isolate file.
|
| - # TODO(kjellander); Move this to android_assets targets instead.
|
| + if (is_android || is_ios) {
|
| data = [
|
| "//resources/foreman_cif.yuv",
|
| ]
|
| -
|
| - shard_timeout = 900
|
| }
|
| }
|
| }
|
|
|