summaryrefslogtreecommitdiffstats
path: root/dom/webidl/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-12-13 12:07:12 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-24 10:20:45 +0100
commit46ad1199deeaf6ba2db31fb3398d3eaa9abdbb2e (patch)
treebdb1316d0388f03c6b7e4171f56f5bac46c41d87 /dom/webidl/moz.build
parent55d03738f9f79e30bab6294b023176d1a65ab5c3 (diff)
downloadUXP-46ad1199deeaf6ba2db31fb3398d3eaa9abdbb2e.tar
UXP-46ad1199deeaf6ba2db31fb3398d3eaa9abdbb2e.tar.gz
UXP-46ad1199deeaf6ba2db31fb3398d3eaa9abdbb2e.tar.lz
UXP-46ad1199deeaf6ba2db31fb3398d3eaa9abdbb2e.tar.xz
UXP-46ad1199deeaf6ba2db31fb3398d3eaa9abdbb2e.zip
Don't build EME-specific subroutines without EME.
- Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code.
Diffstat (limited to 'dom/webidl/moz.build')
-rw-r--r--dom/webidl/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build
index f24c366e8..5dc637799 100644
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -9,6 +9,7 @@ GENERATED_WEBIDL_FILES = [
]
PREPROCESSED_WEBIDL_FILES = [
+ 'HTMLMediaElement.webidl',
'Navigator.webidl',
'Node.webidl',
'Promise.webidl',
@@ -210,7 +211,6 @@ WEBIDL_FILES = [
'HTMLLIElement.webidl',
'HTMLLinkElement.webidl',
'HTMLMapElement.webidl',
- 'HTMLMediaElement.webidl',
'HTMLMenuElement.webidl',
'HTMLMenuItemElement.webidl',
'HTMLMetaElement.webidl',