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

Unified Diff: webrtc/tools/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/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index eba0122338c3da1d868a3b3546911a1403dc7add..dc4fce255c51a7cbfd05757d37419ccd3e0089d2 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -222,9 +222,7 @@ if (rtc_include_tests) {
]
}
- if (is_android || is_ios) {
- tools_unittests_resources = [ "//resources/foreman_cif.yuv" ]
- }
+ tools_unittests_resources = [ "//resources/foreman_cif.yuv" ]
if (is_ios) {
bundle_data("tools_unittests_bundle_data") {
@@ -262,9 +260,9 @@ if (rtc_include_tests) {
"//testing/gtest",
]
+ data = tools_unittests_resources
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
- data = tools_unittests_resources
shard_timeout = 900
}
if (is_ios) {
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698