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

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

Issue 2476693002: WebGL & 16-bit video stream: upload to FLOAT texture. (Closed)
Patch Set: Rebase after crrev.com/2527343002 land. Created 4 years, 1 month 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
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 001fb1dd63b8b5b2751811ec6d0e3f9a52de8671..9b8d6753ed23d46151aa75d910bf436fc786c5de 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1003,6 +1003,13 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
},
]
},
+ 'depth_capture': {
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ },
+ ]
+ },
'pixel_test': {
'target_name': 'pixel',
'args': [

Powered by Google App Engine
This is Rietveld 408576698