Bug 1869647 - Mark hasStorageAccess.sub.https.window.html as intermittent after wpt...
[gecko.git] / intl / strres / moz.build
blobfc933fd816b9250ec9b2513ad56c843f1f7b3126
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 XPCSHELL_TESTS_MANIFESTS += ["tests/unit/xpcshell.toml"]
9 XPIDL_SOURCES += [
10     "nsIStringBundle.idl",
13 XPIDL_MODULE = "intl"
15 UNIFIED_SOURCES += [
16     "nsStringBundle.cpp",
19 LOCAL_INCLUDES += [
20     "/xpcom/ds",
23 EXPORTS += [
24     "nsStringBundle.h",
27 include("/ipc/chromium/chromium-config.mozbuild")
29 FINAL_LIBRARY = "xul"