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

Unified Diff: media/gpu/BUILD.gn

Issue 2521793002: Allow video_decode_accelerator_unittest to be run in an isolate. (Closed)
Patch Set: 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: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 2faa92b96928f963ab8158e73cc19d3a1a7bef2a..54babde959e633854513f84833bed7e14abd3301 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -375,9 +375,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') | media/gpu/video_decode_accelerator_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698