[Basilisk] Issue MoonchildProductions/UXP#1392 - Remove usage of MOZ_EME_MODULES

This commit is contained in:
Matt A. Tobin 2020-02-06 13:05:55 -05:00 committed by Roy Tam
commit fdbd890581
2 changed files with 2 additions and 7 deletions

View file

@ -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.