зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1296277 - Move DataTransferItem.cpp and DataTransferItemList.cpp into UNIFIED_SOURCES, r=baku
MozReview-Commit-ID: IjajWDSuBxn
This commit is contained in:
Родитель
6dbd9e26cb
Коммит
c6c3b7b266
|
@ -88,6 +88,8 @@ UNIFIED_SOURCES += [
|
|||
'CustomEvent.cpp',
|
||||
'DataContainerEvent.cpp',
|
||||
'DataTransfer.cpp',
|
||||
'DataTransferItem.cpp',
|
||||
'DataTransferItemList.cpp',
|
||||
'DeviceMotionEvent.cpp',
|
||||
'DOMEventTargetHelper.cpp',
|
||||
'DragEvent.cpp',
|
||||
|
@ -126,8 +128,6 @@ UNIFIED_SOURCES += [
|
|||
|
||||
# nsEventStateManager.cpp should be built separately because of Mac OS X headers.
|
||||
SOURCES += [
|
||||
'DataTransferItem.cpp',
|
||||
'DataTransferItemList.cpp',
|
||||
'EventStateManager.cpp',
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче