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

Unified Diff: media/mojo/BUILD.gn

Issue 2070753002: media: Add unittest for MojoRenderer{Impl|Service} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: media/mojo/BUILD.gn
diff --git a/media/mojo/BUILD.gn b/media/mojo/BUILD.gn
index 5323d736086862fd82d17b1438b733c74b2fb3ba..3a867fd3b5ce7154e38ea71d7b366c0dae71fad1 100644
--- a/media/mojo/BUILD.gn
+++ b/media/mojo/BUILD.gn
@@ -6,6 +6,7 @@ import("//testing/test.gni")
test("media_mojo_unittests") {
sources = [
+ "clients/mojo_renderer_unittest.cc",
"common/media_type_converters_unittest.cc",
"common/mojo_shared_buffer_video_frame_unittest.cc",
"services/mojo_cdm_allocator_unittest.cc",
@@ -17,6 +18,7 @@ test("media_mojo_unittests") {
"//media",
"//media:cdm_api",
"//media/base:test_support",
+ "//media/mojo/clients",
"//media/mojo/common",
"//media/mojo/interfaces",
"//media/mojo/services",

Powered by Google App Engine
This is Rietveld 408576698