Bug 1889091 - Part 6: Remove "scratch" register parameter from emitPushArguments...
[gecko.git] / dom / power / moz.build
blob5f04a3247dc3ce89173933c8284be016ac10112a
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: Core & HTML")
10 XPIDL_SOURCES += [
11     "nsIDOMWakeLockListener.idl",
12     "nsIPowerManagerService.idl",
13     "nsIWakeLock.idl",
16 XPIDL_MODULE = "dom_power"
18 XPCOM_MANIFESTS += [
19     "components.conf",
22 EXPORTS.mozilla.dom += ["WakeLock.h", "WakeLockJS.h", "WakeLockSentinel.h"]
24 EXPORTS.mozilla.dom.power += [
25     "PowerManagerService.h",
28 UNIFIED_SOURCES += [
29     "PowerManagerService.cpp",
30     "WakeLock.cpp",
31     "WakeLockJS.cpp",
32     "WakeLockSentinel.cpp",
35 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
37 include("/ipc/chromium/chromium-config.mozbuild")
39 FINAL_LIBRARY = "xul"