moz.build 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  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. 'nsIDOMCounter.idl',
  7. 'nsIDOMCSSConditionRule.idl',
  8. 'nsIDOMCSSCounterStyleRule.idl',
  9. 'nsIDOMCSSFontFaceRule.idl',
  10. 'nsIDOMCSSFontFeatureValuesRule.idl',
  11. 'nsIDOMCSSGroupingRule.idl',
  12. 'nsIDOMCSSImportRule.idl',
  13. 'nsIDOMCSSKeyframeRule.idl',
  14. 'nsIDOMCSSKeyframesRule.idl',
  15. 'nsIDOMCSSMediaRule.idl',
  16. 'nsIDOMCSSMozDocumentRule.idl',
  17. 'nsIDOMCSSPageRule.idl',
  18. 'nsIDOMCSSPrimitiveValue.idl',
  19. 'nsIDOMCSSRule.idl',
  20. 'nsIDOMCSSRuleList.idl',
  21. 'nsIDOMCSSStyleDeclaration.idl',
  22. 'nsIDOMCSSStyleRule.idl',
  23. 'nsIDOMCSSStyleSheet.idl',
  24. 'nsIDOMCSSSupportsRule.idl',
  25. 'nsIDOMCSSUnknownRule.idl',
  26. 'nsIDOMCSSValue.idl',
  27. 'nsIDOMCSSValueList.idl',
  28. 'nsIDOMRect.idl',
  29. ]
  30. XPIDL_MODULE = 'dom_css'