moz.build 610 B

123456789101112131415161718192021222324
  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. SOURCES += [
  6. 'sdnAccessible.cpp',
  7. 'sdnDocAccessible.cpp',
  8. 'sdnTextAccessible.cpp',
  9. ]
  10. LOCAL_INCLUDES += [
  11. '/accessible/base',
  12. '/accessible/generic',
  13. '/accessible/html',
  14. '/accessible/windows/msaa',
  15. '/accessible/xpcom',
  16. '/accessible/xul',
  17. ]
  18. include('/ipc/chromium/chromium-config.mozbuild')
  19. FINAL_LIBRARY = 'xul'