# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. with Files("**"): BUG_COMPONENT = ("Core", "Audio/Video: Playback") EXPORTS.mozilla.dom += [ "HTMLAudioElement.h", "HTMLMediaElement.h", "HTMLVideoElement.h", "MediaError.h", "PlayPromise.h", "TimeRanges.h", ] UNIFIED_SOURCES += [ "HTMLAudioElement.cpp", "HTMLMediaElement.cpp", "HTMLVideoElement.cpp", "MediaError.cpp", "PlayPromise.cpp", "TimeRanges.cpp", ] if CONFIG["MOZ_ANDROID_HLS_SUPPORT"]: DEFINES["MOZ_ANDROID_HLS_SUPPORT"] = True include("/ipc/chromium/chromium-config.mozbuild") LOCAL_INCLUDES += [ "/dom/base", "/dom/media", "/third_party/abseil-cpp", "/third_party/libwebrtc", ] FINAL_LIBRARY = "xul"