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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2292923002: Fix resource files for tools_unittests (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | 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 1a6379ba6aae7ffc327b53ef083e4df703f7000f..a79219c3bdf7615e6042f048c08612f1f47af640 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -323,7 +323,7 @@ if (rtc_include_tests) {
}
if (is_android || is_ios) {
- tools_unittests_resources = [ "//resources/foreman_cif_short.yuv" ]
+ tools_unittests_resources = [ "//resources/foreman_cif.yuv" ]
}
if (is_ios) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698