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

Unified Diff: media/media.gyp

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
« media/cdm/cdm_adapter_unittest.cc ('K') | « media/cdm/cdm_adapter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 2ca6e55027cd54b575ddcc441360342663711f68..4451668578277a176bca6a7196f0450400840bd1 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1171,6 +1171,7 @@
'type': '<(gtest_target_type)',
'dependencies': [
'audio_test_config',
+ 'clearkeycdm',
'media',
'media_test_support',
'shared_memory_support',
@@ -1263,6 +1264,7 @@
'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',
'ffmpeg/ffmpeg_common_unittest.cc',
'filters/audio_clock_unittest.cc',
« media/cdm/cdm_adapter_unittest.cc ('K') | « media/cdm/cdm_adapter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698