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/.
8 BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
11 "NotificationStorage.jsm",
18 EXPORTS.mozilla.dom += [
20 "NotificationEvent.h",
25 "NotificationEvent.cpp",
28 include("/ipc/chromium/chromium-config.mozbuild")
36 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.ini"]
37 XPCSHELL_TESTS_MANIFESTS += ["test/unit/xpcshell.ini"]
38 MOCHITEST_MANIFESTS += ["test/mochitest/mochitest.ini"]
39 MOCHITEST_CHROME_MANIFESTS += ["test/chrome/chrome.ini"]
41 if CONFIG["MOZ_NEW_NOTIFICATION_STORE"]:
43 "new/NotificationDB.jsm",
47 "old/NotificationDB.jsm",