diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 15:49:37 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-19 15:49:37 +0000 |
commit | 58023736bcd68899eb802e29a8afdfc5e516ff83 (patch) | |
tree | 47eb9557941394181b0e82084cb8fe6a6666650e /third_party | |
parent | 71d4bd80077d11ebf351d0c2a901d9ccb4e0fbec (diff) | |
download | chromium_src-58023736bcd68899eb802e29a8afdfc5e516ff83.zip chromium_src-58023736bcd68899eb802e29a8afdfc5e516ff83.tar.gz chromium_src-58023736bcd68899eb802e29a8afdfc5e516ff83.tar.bz2 |
Add CdmWrapper to support multiple CDM versions in CdmAdapter.
CdmWrapper wraps different versions of ContentDecryptionModule interfaces and exposes a common interface to the caller.
BUG=306647
TEST=none
Review URL: https://codereview.chromium.org/26155003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp index 3e731a7..3028bd5 100644 --- a/third_party/widevine/cdm/widevine_cdm.gyp +++ b/third_party/widevine/cdm/widevine_cdm.gyp @@ -65,6 +65,7 @@ '<(DEPTH)/media/cdm/ppapi/cdm_adapter.h', '<(DEPTH)/media/cdm/ppapi/cdm_helpers.cc', '<(DEPTH)/media/cdm/ppapi/cdm_helpers.h', + '<(DEPTH)/media/cdm/ppapi/cdm_wrapper.h', '<(DEPTH)/media/cdm/ppapi/linked_ptr.h', ], 'conditions': [ |