Bug 1944416: Restore individual tabs from closed groups in closed windows r=dao,sessi...
[gecko.git] / browser / components / sessionstore / moz.build
blobda17e5e34910d127307ebd51db252b58148ec6ae
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 += ["test/unit/xpcshell.toml"]
8 BROWSER_CHROME_MANIFESTS += ["test/browser.toml", "test/browser_oldformat.toml"]
9 MARIONETTE_MANIFESTS += ["test/marionette/manifest.toml"]
11 JAR_MANIFESTS += ["jar.mn"]
13 EXTRA_JS_MODULES.sessionstore = [
14     "GlobalState.sys.mjs",
15     "PageWireframes.sys.mjs",
16     "RecentlyClosedTabsAndWindowsMenuUtils.sys.mjs",
17     "RunState.sys.mjs",
18     "SessionCookies.sys.mjs",
19     "SessionFile.sys.mjs",
20     "SessionLogger.sys.mjs",
21     "SessionMigration.sys.mjs",
22     "SessionSaver.sys.mjs",
23     "SessionStartup.sys.mjs",
24     "SessionStore.sys.mjs",
25     "SessionStoreFunctions.sys.mjs",
26     "SessionWriter.sys.mjs",
27     "StartupPerformance.sys.mjs",
28     "TabAttributes.sys.mjs",
29     "TabGroupState.sys.mjs",
30     "TabState.sys.mjs",
31     "TabStateCache.sys.mjs",
32     "TabStateFlusher.sys.mjs",
35 XPCOM_MANIFESTS += [
36     "components.conf",
39 TESTING_JS_MODULES += [
40     "test/SessionStoreTestUtils.sys.mjs",
43 with Files("**"):
44     BUG_COMPONENT = ("Firefox", "Session Restore")