moz.build 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. XPIDL_SOURCES += [
  6. 'nsIDOMAnimationEvent.idl',
  7. 'nsIDOMBeforeUnloadEvent.idl',
  8. 'nsIDOMClipboardEvent.idl',
  9. 'nsIDOMCommandEvent.idl',
  10. 'nsIDOMCustomEvent.idl',
  11. 'nsIDOMDataContainerEvent.idl',
  12. 'nsIDOMDataTransfer.idl',
  13. 'nsIDOMDragEvent.idl',
  14. 'nsIDOMEvent.idl',
  15. 'nsIDOMEventListener.idl',
  16. 'nsIDOMEventTarget.idl',
  17. 'nsIDOMFocusEvent.idl',
  18. 'nsIDOMKeyEvent.idl',
  19. 'nsIDOMMouseEvent.idl',
  20. 'nsIDOMMouseScrollEvent.idl',
  21. 'nsIDOMMutationEvent.idl',
  22. 'nsIDOMNotifyPaintEvent.idl',
  23. 'nsIDOMNSEvent.idl',
  24. 'nsIDOMPaintRequest.idl',
  25. 'nsIDOMScrollAreaEvent.idl',
  26. 'nsIDOMSimpleGestureEvent.idl',
  27. 'nsIDOMTransitionEvent.idl',
  28. 'nsIDOMUIEvent.idl',
  29. 'nsIDOMWheelEvent.idl',
  30. ]
  31. XPIDL_MODULE = 'dom_events'