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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2597513002: Supply video_decode_accelerator_unittest args in buildbot json (Closed)
Patch Set: Created 4 years 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 | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 6b814a0db2f1a05e27d863616d93e93053b587f6..1e022fe88c790c82d3da1b39081603591d33fd50 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1093,6 +1093,10 @@ COMMON_GTESTS = {
'os_types': ['win']
},
],
+ 'args': [
+ '--test_video_data='
+ '../../media/test/data/test-25fps.h264:320:240:250:258:50:175:1'
+ ],
},
}
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698