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

Unified Diff: media/gpu/BUILD.gn

Issue 2760513002: h264_decoder_unittests: Initial Change. (Closed)
Patch Set: 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 | media/gpu/h264_decoder_unittest.cc » ('j') | media/gpu/h264_decoder_unittest.cc » ('J')
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 2bd2fe0af0253f48b0c5aee6aea84c801dbd1f1d..ad72d89c5b8cddd4a66234f19ce92f1931b86f31 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -523,6 +523,20 @@ if (is_chromeos) {
}
}
+if (is_chromeos || is_win) {
kcwu 2017/03/17 06:47:43 Is it possible to make the test run on all platfor
Owen Lin 2017/03/20 08:00:04 Done.
+ test("media_gpu_unittest") {
+ deps = [
+ "//base",
+ "//media/base:test_support",
+ "//media/gpu",
+ "//testing/gtest",
+ ]
+ sources = [
+ "h264_decoder_unittest.cc",
+ ]
+ }
+}
+
test("video_decode_accelerator_service_unittest") {
sources = [
"ipc/service/gpu_jpeg_decode_accelerator_unittest.cc",
« no previous file with comments | « no previous file | media/gpu/h264_decoder_unittest.cc » ('j') | media/gpu/h264_decoder_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698