Chromium Code Reviews| Index: webrtc/tools/BUILD.gn |
| diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn |
| index d5514830085bc40bfae570a3ff5f20508194b8f3..35e4fb36947d5ede0c4267f541e2788e9cc019e7 100644 |
| --- a/webrtc/tools/BUILD.gn |
| +++ b/webrtc/tools/BUILD.gn |
| @@ -350,12 +350,12 @@ if (rtc_include_tests) { |
| if (is_android) { |
| deps += [ "//testing/android/native_test:native_test_support" ] |
| - |
| + shard_timeout = 900 |
| + } |
| + if (is_android || is_ios) { |
| data = [ |
| "//resources/foreman_cif.yuv", |
| ] |
| - |
| - shard_timeout = 900 |
| } |
| } |