Bug 1700051: part 26) Correct typo in comment of `mozInlineSpellWordUtil::BuildSoftTe...
[gecko.git] / dom / l10n / moz.build
blob0beb3d668e8e22af63ab3e20f7a9d3bb3c407fce
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", "Internationalization")
10 EXPORTS.mozilla.dom += [
11     "DocumentL10n.h",
12     "DOMLocalization.h",
13     "L10nMutations.h",
14     "L10nOverlays.h",
17 UNIFIED_SOURCES += [
18     "DocumentL10n.cpp",
19     "DOMLocalization.cpp",
20     "L10nMutations.cpp",
21     "L10nOverlays.cpp",
24 LOCAL_INCLUDES += [
25     "/dom/base",
28 FINAL_LIBRARY = "xul"
30 MOCHITEST_MANIFESTS += ["tests/mochitest/mochitest.ini"]
31 MOCHITEST_CHROME_MANIFESTS += ["tests/mochitest/chrome.ini"]
32 BROWSER_CHROME_MANIFESTS += ["tests/mochitest/browser.ini"]
34 if CONFIG["ENABLE_TESTS"]:
35     DIRS += ["tests/gtest"]