Bug 1523562 [wpt PR 15079] - Pass the full path to the flake8 config files, a=testonly
[gecko.git] / dom / power / moz.build
blobcc949920fe21b2439be7cb7d02117b227689851f
1 # -*- Mode: python; 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 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM")
10 XPIDL_SOURCES += [
11     'nsIDOMWakeLockListener.idl',
12     'nsIPowerManagerService.idl',
13     'nsIWakeLock.idl',
16 XPIDL_MODULE = 'dom_power'
18 EXPORTS.mozilla.dom += [
19     'WakeLock.h',
22 EXPORTS.mozilla.dom.power += [
23     'PowerManagerService.h',
26 UNIFIED_SOURCES += [
27     'PowerManagerService.cpp',
28     'WakeLock.cpp',
31 include('/ipc/chromium/chromium-config.mozbuild')
33 FINAL_LIBRARY = 'xul'