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

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

Issue 2444683002: Move MediaKeys::Exception to CdmPromise::Exception (Closed)
Patch Set: include "media/base/media_keys.h" Created 4 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 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/eme_constants.h", 10 "//media/base/eme_constants.h",
10 "//media/base/media_keys.h", 11 "//media/base/media_keys.h",
11 ] 12 ]
12 13
13 traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ] 14 traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
14 15
15 deps = [ 16 deps = [
16 "//media", 17 "//media",
17 "//media/base/ipc", 18 "//media/base/ipc",
18 ] 19 ]
19 20
20 type_mappings = [ 21 type_mappings = [
21 "media.mojom.CdmKeyInformation.KeyStatus=media::CdmKeyInformation::KeyStatus", 22 "media.mojom.CdmKeyInformation.KeyStatus=media::CdmKeyInformation::KeyStatus",
22 "media.mojom.CdmPromiseResult.Exception=media::MediaKeys::Exception", 23 "media.mojom.CdmPromiseResult.Exception=media::CdmPromise::Exception",
23 "media.mojom.ContentDecryptionModule.SessionType=media::MediaKeys::SessionType ", 24 "media.mojom.ContentDecryptionModule.SessionType=media::MediaKeys::SessionType ",
24 "media.mojom.ContentDecryptionModuleClient.MessageType=media::MediaKeys::Messa geType", 25 "media.mojom.ContentDecryptionModuleClient.MessageType=media::MediaKeys::Messa geType",
25 "media.mojom.EmeInitDataType=media::EmeInitDataType", 26 "media.mojom.EmeInitDataType=media::EmeInitDataType",
26 ] 27 ]
OLDNEW
« no previous file with comments | « media/mojo/interfaces/content_decryption_module.mojom ('k') | media/mojo/services/mojo_cdm_promise.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698