Bug 1700051: part 36) Reduce accessibility of `SoftText::mBegin` to `private`. r...
[gecko.git] / startupcache / moz.build
blob37b8d4785f88b27070d10a184c7b6e230f85f49c
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", "XPCOM")
10 TEST_DIRS += ["test"]
11 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.ini"]
13 EXPORTS.mozilla.scache += [
14     "StartupCache.h",
15     "StartupCacheUtils.h",
18 UNIFIED_SOURCES += [
19     "StartupCache.cpp",
20     "StartupCacheInfo.cpp",
21     "StartupCacheUtils.cpp",
24 XPCOM_MANIFESTS += [
25     "components.conf",
28 XPIDL_MODULE = "startupcache"
30 XPIDL_SOURCES += [
31     "nsIStartupCacheInfo.idl",
34 if CONFIG["MOZ_BACKGROUNDTASKS"]:
35     DEFINES["MOZ_BACKGROUNDTASKS"] = True
37 FINAL_LIBRARY = "xul"