Bug 1410096 - Make unified build work. r=smaug

This commit is contained in:
Andreas Farre 2017-12-06 16:01:52 +01:00
parent 40c26995ea
commit 2e47990680

View File

@ -57,7 +57,9 @@ if CONFIG['OS_ARCH'] == 'WINNT':
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
UNIFIED_SOURCES += [
'nsPluginNativeWindow.cpp',
'nsPluginsDirDarwin.cpp',
]
SOURCES += [
'nsPluginsDirDarwin.cpp', # conflict with mozilla::EventPriority
]
else:
UNIFIED_SOURCES += [