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

Unified Diff: media/BUILD.gn

Issue 1428753010: Add unit tests for CdmAdapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test changes Created 5 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
« no previous file with comments | « no previous file | media/cdm/cdm_adapter_unittest.cc » ('j') | media/cdm/cdm_adapter_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index a7dac69db231e241b1248680e23ed30548866f8d..b730fa27a860e43960fbe1c18b418db1babdcc45 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -608,6 +608,7 @@ test("media_unittests") {
"capture/video/fake_video_capture_device_unittest.cc",
"capture/video/video_capture_device_unittest.cc",
"cdm/aes_decryptor_unittest.cc",
+ "cdm/cdm_adapter_unittest.cc",
"cdm/json_web_key_unittest.cc",
"filters/audio_clock_unittest.cc",
"filters/audio_decoder_selector_unittest.cc",
@@ -673,6 +674,7 @@ test("media_unittests") {
"//media/audio:test_support",
"//media/base:unittests",
"//media/base:test_support",
+ "//media/cdm/ppapi:clearkeycdm",
"//media/test:pipeline_integration_tests",
"//skia", # Direct dependency required to inherit config.
"//testing/gmock",
« no previous file with comments | « no previous file | media/cdm/cdm_adapter_unittest.cc » ('j') | media/cdm/cdm_adapter_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698