Bug 1728955: part 5) Add missing `// static` comment to `nsClipboard::CreateNativeDat...
[gecko.git] / dom / power / moz.build
blobc2524fdfa04ef37b4e996c842a80a018661d3201
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 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"