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

Side by Side Diff: media/mojo/interfaces/content_decryption_module.typemap

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: comments addressed Created 4 years 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 mojom = "//media/mojo/interfaces/content_decryption_module.mojom" 5 mojom = "//media/mojo/interfaces/content_decryption_module.mojom"
6 6
7 public_headers = [ 7 public_headers = [
8 "//media/base/cdm_key_information.h", 8 "//media/base/cdm_key_information.h",
9 "//media/base/cdm_promise.h", 9 "//media/base/cdm_promise.h",
10 "//media/base/eme_constants.h", 10 "//media/base/eme_constants.h",
11 "//media/base/media_keys.h", 11 "//media/base/content_decryption_module.h",
12 ] 12 ]
13 13
14 traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ] 14 traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
15 15
16 deps = [ 16 deps = [
17 "//media", 17 "//media",
18 "//media/base/ipc", 18 "//media/base/ipc",
19 ] 19 ]
20 20
21 type_mappings = [ 21 type_mappings = [
22 "media.mojom.CdmKeyInformation.KeyStatus=media::CdmKeyInformation::KeyStatus", 22 "media.mojom.CdmKeyInformation.KeyStatus=media::CdmKeyInformation::KeyStatus",
23 "media.mojom.CdmPromiseResult.Exception=media::CdmPromise::Exception", 23 "media.mojom.CdmPromiseResult.Exception=media::CdmPromise::Exception",
24 "media.mojom.ContentDecryptionModule.SessionType=media::MediaKeys::SessionType ", 24 "media.mojom.ContentDecryptionModule.SessionType=media::ContentDecryptionModul e::SessionType",
25 "media.mojom.ContentDecryptionModuleClient.MessageType=media::MediaKeys::Messa geType", 25 "media.mojom.ContentDecryptionModuleClient.MessageType=media::ContentDecryptio nModule::MessageType",
26 "media.mojom.EmeInitDataType=media::EmeInitDataType", 26 "media.mojom.EmeInitDataType=media::EmeInitDataType",
27 ] 27 ]
OLDNEW
« no previous file with comments | « media/mojo/interfaces/content_decryption_module.mojom ('k') | media/mojo/services/mojo_audio_decoder_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698