summaryrefslogtreecommitdiffstats
path: root/third_party/widevine
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-17 07:17:00 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-17 07:17:00 +0000
commit38c32b0dd2382b8addd6a071311c74d23dfe139f (patch)
treedf864a77b4c1603a7fdb34391a18b323901b011d /third_party/widevine
parent898f29e4bab315619e953f82a9e554bac88870d3 (diff)
downloadchromium_src-38c32b0dd2382b8addd6a071311c74d23dfe139f.zip
chromium_src-38c32b0dd2382b8addd6a071311c74d23dfe139f.tar.gz
chromium_src-38c32b0dd2382b8addd6a071311c74d23dfe139f.tar.bz2
Implement CdmFileIO in CdmAdapter.
R=ddorwin@chromium.org TBR=ddorwin@chromium.org BUG=324134 TEST=Tests will follow in another CL. All tests cases pass with that test. Review URL: https://codereview.chromium.org/103853005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine')
-rw-r--r--third_party/widevine/cdm/widevine_cdm.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm.gyp b/third_party/widevine/cdm/widevine_cdm.gyp
index 26b1043..d4502fc 100644
--- a/third_party/widevine/cdm/widevine_cdm.gyp
+++ b/third_party/widevine/cdm/widevine_cdm.gyp
@@ -63,6 +63,8 @@
'<(DEPTH)/media/cdm/ppapi/api/content_decryption_module.h',
'<(DEPTH)/media/cdm/ppapi/cdm_adapter.cc',
'<(DEPTH)/media/cdm/ppapi/cdm_adapter.h',
+ '<(DEPTH)/media/cdm/ppapi/cdm_file_io_impl.cc',
+ '<(DEPTH)/media/cdm/ppapi/cdm_file_io_impl.h',
'<(DEPTH)/media/cdm/ppapi/cdm_helpers.cc',
'<(DEPTH)/media/cdm/ppapi/cdm_helpers.h',
'<(DEPTH)/media/cdm/ppapi/cdm_logging.cc',