diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 07:17:00 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 07:17:00 +0000 |
commit | 38c32b0dd2382b8addd6a071311c74d23dfe139f (patch) | |
tree | df864a77b4c1603a7fdb34391a18b323901b011d /third_party/widevine | |
parent | 898f29e4bab315619e953f82a9e554bac88870d3 (diff) | |
download | chromium_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.gyp | 2 |
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', |