summaryrefslogtreecommitdiff
path: root/app/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'app/moz.build')
-rw-r--r--app/moz.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/moz.build b/app/moz.build
index be9f540..d62b87f 100644
--- a/app/moz.build
+++ b/app/moz.build
@@ -45,9 +45,6 @@ if CONFIG['OS_ARCH'] == 'WINNT':
RCINCLUDE = 'splash.rc'
DEFINES['MOZ_PHOENIX'] = True
-for cdm in CONFIG['MOZ_EME_MODULES']:
- DEFINES['MOZ_%s_EME' % cdm.upper()] = True
-
# Control the default heap size.
# This is the heap returned by GetProcessHeap().
# As we use the CRT heap, the default size is too large and wastes VM.