no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / dom / permission / moz.build
blob6781dfd318225744716bbc5c4bed41e5d3ae0885
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 EXPORTS.mozilla.dom += [
11     "MidiPermissionStatus.h",
12     "Permissions.h",
13     "PermissionStatus.h",
14     "StorageAccessPermissionStatus.h",
17 UNIFIED_SOURCES += [
18     "MidiPermissionStatus.cpp",
19     "PermissionObserver.cpp",
20     "Permissions.cpp",
21     "PermissionStatus.cpp",
22     "PermissionUtils.cpp",
23     "StorageAccessPermissionStatus.cpp",
26 MOCHITEST_MANIFESTS += ["tests/mochitest.toml"]
28 FINAL_LIBRARY = "xul"
30 include("/ipc/chromium/chromium-config.mozbuild")