Bumping manifests a=b2g-bump
[gecko.git] / dom / power / moz.build
bloba54c38d8af37efeabaec741e00a2f74d289e792c
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 XPIDL_SOURCES += [
8     'nsIDOMWakeLockListener.idl',
9     'nsIPowerManagerService.idl',
12 XPIDL_MODULE = 'dom_power'
14 EXPORTS.mozilla.dom += [
15     'PowerManager.h',
16     'WakeLock.h',
19 EXPORTS.mozilla.dom.power += [
20     'PowerManagerService.h',
21     'Types.h',
24 UNIFIED_SOURCES += [
25     'PowerManager.cpp',
26     'PowerManagerService.cpp',
27     'WakeLock.cpp',
30 FAIL_ON_WARNINGS = True
32 include('/ipc/chromium/chromium-config.mozbuild')
34 FINAL_LIBRARY = 'xul'
36 MOCHITEST_MANIFESTS += ['test/mochitest.ini']
37 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']