Bug 1216166 - Unify CustomEvent.cpp with the rest of the unified sources, r=smaug

This commit is contained in:
Andrea Marchesini 2015-10-20 10:49:43 +05:30
parent a24bd6393b
commit d17f1f2352

View File

@ -78,6 +78,7 @@ UNIFIED_SOURCES += [
'CommandEvent.cpp',
'CompositionEvent.cpp',
'ContentEventHandler.cpp',
'CustomEvent.cpp',
'DataContainerEvent.cpp',
'DataTransfer.cpp',
'DeviceMotionEvent.cpp',
@ -117,7 +118,6 @@ UNIFIED_SOURCES += [
# nsEventStateManager.cpp should be built separately because of Mac OS X headers.
SOURCES += [
'CustomEvent.cpp',
'EventStateManager.cpp',
]