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

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: inline GURL 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 | « media/cdm/ppapi/external_clear_key/clear_key_cdm.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..eeb18da1e9a219c3efe9c053af47e985a8c50d7f 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1393,6 +1393,15 @@
'filters/decrypting_video_decoder_unittest.cc',
],
}],
+ # If ExternalClearKey is built, we can test CdmAdapter.
+ ['enable_pepper_cdms == 1', {
+ 'dependencies': [
+ 'clearkeycdm',
+ ],
+ 'sources': [
+ 'cdm/cdm_adapter_unittest.cc',
+ ],
+ }],
['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
'sources': [
'filters/h264_bitstream_buffer_unittest.cc',
« no previous file with comments | « media/cdm/ppapi/external_clear_key/clear_key_cdm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698