Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(826)

Unified Diff: webrtc/common_video/BUILD.gn

Issue 2340753002: GN: Declare resources for targets. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698