1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/components/sessionstore/src/moz.build Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- 1.5 +# vim: set filetype=python: 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + 1.10 +EXTRA_COMPONENTS += [ 1.11 + 'nsSessionStartup.js', 1.12 + 'nsSessionStore.js', 1.13 + 'nsSessionStore.manifest', 1.14 +] 1.15 + 1.16 +JS_MODULES_PATH = 'modules/sessionstore' 1.17 + 1.18 +EXTRA_JS_MODULES = [ 1.19 + 'ContentRestore.jsm', 1.20 + 'DocShellCapabilities.jsm', 1.21 + 'FrameTree.jsm', 1.22 + 'GlobalState.jsm', 1.23 + 'PageStyle.jsm', 1.24 + 'PrivacyFilter.jsm', 1.25 + 'PrivacyLevel.jsm', 1.26 + 'RecentlyClosedTabsAndWindowsMenuUtils.jsm', 1.27 + 'SessionCookies.jsm', 1.28 + 'SessionFile.jsm', 1.29 + 'SessionHistory.jsm', 1.30 + 'SessionMigration.jsm', 1.31 + 'SessionStorage.jsm', 1.32 + 'SessionWorker.js', 1.33 + 'TabAttributes.jsm', 1.34 + 'TabState.jsm', 1.35 + 'TabStateCache.jsm', 1.36 + 'Utils.jsm', 1.37 +] 1.38 + 1.39 +EXTRA_PP_JS_MODULES += [ 1.40 + 'SessionSaver.jsm', 1.41 + 'SessionStore.jsm', 1.42 +] 1.43 +