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

Unified Diff: media/gpu/BUILD.gn

Issue 2521793002: Allow video_decode_accelerator_unittest to be run in an isolate. (Closed)
Patch Set: disable thumbnail test completely 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 | media/gpu/video_decode_accelerator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index b2963c3b95ad911349dca19009dd637c21d67b28..8f1310981e48c3144302f012f2b4e6fd9dd67618 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -343,9 +343,14 @@ if (is_win || is_android || is_chromeos) {
"video_accelerator_unittest_helpers.h",
]
+ data = [
+ "//media/test/data/",
+ ]
+
deps = [
":gpu",
"//base",
+ "//base/test:test_support",
"//media",
"//testing/gtest",
"//ui/base",
« no previous file with comments | « no previous file | media/gpu/video_decode_accelerator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698