Merge mozilla-central to autoland. CLOSED TREE
[gecko.git] / toolkit / components / narrate / moz.build
blob18b4c2bda6a89d687dd8ebae863eae7d5d671e1d
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 = ("Toolkit", "Reader Mode")
10 EXTRA_JS_MODULES.narrate = [
11     "NarrateControls.sys.mjs",
12     "Narrator.sys.mjs",
13     "VoiceSelect.sys.mjs",
16 BROWSER_CHROME_MANIFESTS += ["test/browser.toml"]