1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 EXPORTS.mozilla.dom += [
9 "MediaEncryptedEvent.h",
11 "MediaKeyMessageEvent.h",
14 "MediaKeyStatusMap.h",
15 "MediaKeySystemAccess.h",
16 "MediaKeySystemAccessManager.h",
17 "MediaKeySystemAccessPermissionRequest.h",
23 "DecryptorProxyCallback.h",
31 "DetailedPromise.cpp",
33 "KeySystemConfig.cpp",
34 "MediaEncryptedEvent.cpp",
36 "MediaKeyMessageEvent.cpp",
38 "MediaKeySession.cpp",
39 "MediaKeyStatusMap.cpp",
40 "MediaKeySystemAccess.cpp",
41 "MediaKeySystemAccessManager.cpp",
42 "MediaKeySystemAccessPermissionRequest.cpp",
45 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
47 LOCAL_INCLUDES += ["/dom/media/platforms/android"]
49 if CONFIG["MOZ_WMF_CDM"]:
50 DIRS += ["mediafoundation"]
52 include("/ipc/chromium/chromium-config.mozbuild")