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 MOCHITEST_CHROME_MANIFESTS += ["test/chrome/chrome.toml"]
9 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"]
12 "nsIAlertsService.idl",
15 if CONFIG["OS_ARCH"] == "WINNT":
17 "nsIWindowsAlertsService.idl",
20 XPIDL_MODULE = "alerts"
27 "AlertNotification.h",
28 "AlertNotificationIPCSerializer.h",
32 "AlertNotification.cpp",
33 "nsAlertsService.cpp",
38 include("/ipc/chromium/chromium-config.mozbuild")
42 JAR_MANIFESTS += ["jar.mn"]
45 BUG_COMPONENT = ("Toolkit", "Alerts Service")