moz.build 579 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. DIRS += ['components', 'browser']
  6. TEST_DIRS += ['test']
  7. if CONFIG['ENABLE_TESTS']:
  8. XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
  9. XPIDL_SOURCES += [
  10. 'nsIWindowCreator.idl',
  11. 'nsIWindowCreator2.idl',
  12. 'nsIWindowProvider.idl',
  13. ]
  14. XPIDL_MODULE = 'embed_base'
  15. EXPORTS += [
  16. 'nsEmbedCID.h',
  17. ]