Index: webrtc/common_video/BUILD.gn |
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn |
index 2b1ecab079f246f59fc3e43516bcf32b138fed27..8b553b2a3c27a389c814936c8265b0f1fd4a7753 100644 |
--- a/webrtc/common_video/BUILD.gn |
+++ b/webrtc/common_video/BUILD.gn |
@@ -77,9 +77,7 @@ rtc_source_set("common_video") { |
} |
if (rtc_include_tests) { |
- if (is_android || is_ios) { |
- common_video_resources = [ "//resources/foreman_cif.yuv" ] |
- } |
+ common_video_resources = [ "//resources/foreman_cif.yuv" ] |
if (is_ios) { |
bundle_data("common_video_unittests_bundle_data") { |
@@ -122,9 +120,9 @@ if (rtc_include_tests) { |
"//testing/gtest", |
] |
+ data = common_video_resources |
if (is_android) { |
deps += [ "//testing/android/native_test:native_test_support" ] |
- data = common_video_resources |
shard_timeout = 900 |
} |