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

Unified Diff: chrome/test/BUILD.gn

Issue 2769063006: Add GPU integration pixel tests for VP9 and MP4 video. (Closed)
Patch Set: use media/test/data Created 3 years, 9 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 | content/test/data/gpu/pixel_video_mp4.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e7f2d354bab1e3678bbf81a497b564850fb79f5b..656f094d0a65bbf2f9a19c8793b9d1c2732a4a9f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -294,6 +294,10 @@ group("telemetry_gpu_integration_test") {
# For webgl_conformance
"//third_party/webgl/",
"//content/test/gpu/run_gpu_integration_test.py",
+
+ # For pixel_test
+ "//media/test/data/bear.mp4",
+ "//media/test/data/bear-vp9.webm",
]
}
« no previous file with comments | « no previous file | content/test/data/gpu/pixel_video_mp4.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698