зеркало из https://github.com/mozilla/gecko-dev.git
835 строки
26 KiB
Plaintext
835 строки
26 KiB
Plaintext
; This Source Code Form is subject to the terms of the Mozilla Public
|
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
; Package file for the Firefox build.
|
|
;
|
|
; Packaging manifest is used to copy files from dist/bin
|
|
; to the staging directory.
|
|
; Some other files are built in the staging directory directly,
|
|
; so they will be implicitly packaged too.
|
|
;
|
|
; File format:
|
|
;
|
|
; [] designates a toplevel component. Example: [xpcom]
|
|
; - in front of a file specifies it to be removed from the destination
|
|
; * wildcard support to recursively copy the entire directory
|
|
; ; file comment
|
|
;
|
|
|
|
; Due to Apple Mac OS X packaging requirements, files that are in the same
|
|
; directory on other platforms must be located in different directories on
|
|
; Mac OS X. The following defines allow specifying the Mac OS X bundle
|
|
; location which also work on other platforms.
|
|
;
|
|
; @BINPATH@
|
|
; Equals Contents/MacOS/ on Mac OS X and is the path to the main binary on other
|
|
; platforms.
|
|
;
|
|
; @RESPATH@
|
|
; Equals Contents/Resources/ on Mac OS X and is equivalent to @BINPATH@ on other
|
|
; platforms.
|
|
|
|
#filter substitution
|
|
|
|
#ifdef XP_MACOSX
|
|
; Mac bundle stuff
|
|
@APPNAME@/Contents/Info.plist
|
|
#ifdef MOZ_UPDATER
|
|
@APPNAME@/Contents/Library/LaunchServices
|
|
#endif
|
|
@APPNAME@/Contents/PkgInfo
|
|
@RESPATH@/firefox.icns
|
|
@RESPATH@/document.icns
|
|
@RESPATH@/@LPROJ_ROOT@.lproj/*
|
|
#endif
|
|
|
|
[@AB_CD@]
|
|
@RESPATH@/dictionaries/*
|
|
@RESPATH@/browser/localization/*
|
|
#if defined(XP_WIN) || defined(XP_LINUX)
|
|
@RESPATH@/fonts/*
|
|
#endif
|
|
@RESPATH@/hyphenation/*
|
|
@RESPATH@/browser/@PREF_DIR@/firefox-l10n.js
|
|
#ifdef HAVE_MAKENSISU
|
|
@BINPATH@/uninstall/helper.exe
|
|
#endif
|
|
#ifdef MOZ_UPDATER
|
|
@RESPATH@/update.locale
|
|
@RESPATH@/updater.ini
|
|
#endif
|
|
|
|
[xpcom]
|
|
@RESPATH@/dependentlibs.list
|
|
#ifdef MOZ_SHARED_MOZGLUE
|
|
@BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@
|
|
#endif
|
|
#ifndef MOZ_STATIC_JS
|
|
@BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@
|
|
#endif
|
|
#ifndef MOZ_SYSTEM_NSPR
|
|
#ifndef MOZ_FOLD_LIBS
|
|
@BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@
|
|
#endif
|
|
#endif
|
|
#ifdef XP_MACOSX
|
|
@BINPATH@/XUL
|
|
#else
|
|
@BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@
|
|
#endif
|
|
#ifdef XP_MACOSX
|
|
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/
|
|
@BINPATH@/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@
|
|
#else
|
|
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@
|
|
#endif
|
|
#ifdef XP_WIN32
|
|
@BINPATH@/plugin-hang-ui@BIN_SUFFIX@
|
|
#if MOZ_PACKAGE_MSVC_DLLS
|
|
@BINPATH@/@MSVC_C_RUNTIME_DLL@
|
|
@BINPATH@/@MSVC_CXX_RUNTIME_DLL@
|
|
#endif
|
|
#if MOZ_PACKAGE_WIN_UCRT_DLLS
|
|
@BINPATH@/api-ms-win-*.dll
|
|
@BINPATH@/ucrtbase.dll
|
|
#endif
|
|
#endif
|
|
#ifdef MOZ_ICU_DATA_ARCHIVE
|
|
@RESPATH@/@ICU_DATA_FILE@
|
|
#endif
|
|
#ifdef MOZ_GTK3
|
|
@BINPATH@/@DLL_PREFIX@mozgtk@DLL_SUFFIX@
|
|
@BINPATH@/gtk2/@DLL_PREFIX@mozgtk@DLL_SUFFIX@
|
|
#ifdef MOZ_WAYLAND
|
|
@BINPATH@/@DLL_PREFIX@mozwayland@DLL_SUFFIX@
|
|
#endif
|
|
#endif
|
|
|
|
; We don't have a complete view of which dlls to expect when doing an artifact
|
|
; build because we haven't run all of configure, so we trust what's in
|
|
; dist/bin, because everything there was extracted from our original build's
|
|
; package.
|
|
#if defined(MOZ_ARTIFACT_BUILDS) && defined(XP_WIN)
|
|
@BINPATH@/*.dll
|
|
#endif
|
|
|
|
[browser]
|
|
; [Base Browser Files]
|
|
#ifndef XP_UNIX
|
|
@BINPATH@/@MOZ_APP_NAME@.exe
|
|
@BINPATH@/firefox.VisualElementsManifest.xml
|
|
@BINPATH@/browser/VisualElements/VisualElements_150.png
|
|
@BINPATH@/browser/VisualElements/VisualElements_70.png
|
|
#else
|
|
@BINPATH@/@MOZ_APP_NAME@-bin
|
|
@BINPATH@/@MOZ_APP_NAME@
|
|
#endif
|
|
@RESPATH@/application.ini
|
|
#ifdef MOZ_UPDATER
|
|
@RESPATH@/update-settings.ini
|
|
#endif
|
|
@RESPATH@/platform.ini
|
|
#ifndef MOZ_SYSTEM_SQLITE
|
|
#ifndef MOZ_FOLD_LIBS
|
|
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
|
|
#endif
|
|
#endif
|
|
@BINPATH@/@DLL_PREFIX@lgpllibs@DLL_SUFFIX@
|
|
#ifdef MOZ_FFVPX
|
|
@BINPATH@/@DLL_PREFIX@mozavutil@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@mozavcodec@DLL_SUFFIX@
|
|
#endif
|
|
@RESPATH@/browser/blocklist.xml
|
|
#ifdef XP_WIN
|
|
#ifdef _AMD64_
|
|
@BINPATH@/@DLL_PREFIX@qipcap64@DLL_SUFFIX@
|
|
#else
|
|
@BINPATH@/@DLL_PREFIX@qipcap@DLL_SUFFIX@
|
|
#endif
|
|
#endif
|
|
|
|
; [Components]
|
|
#ifdef MOZ_ARTIFACT_BUILDS
|
|
@RESPATH@/components/prebuilt-interfaces.manifest
|
|
@RESPATH@/components/interfaces.xpt
|
|
@RESPATH@/browser/components/prebuilt-interfaces.manifest
|
|
@RESPATH@/browser/components/interfaces.xpt
|
|
#endif
|
|
@RESPATH@/components/alerts.xpt
|
|
#ifdef ACCESSIBILITY
|
|
#ifdef XP_WIN32
|
|
@BINPATH@/Accessible.tlb
|
|
@BINPATH@/AccessibleHandler.dll
|
|
@BINPATH@/AccessibleMarshal.dll
|
|
@BINPATH@/IA2Marshal.dll
|
|
#endif
|
|
@RESPATH@/components/accessibility.xpt
|
|
#endif
|
|
@RESPATH@/components/appshell.xpt
|
|
@RESPATH@/components/appstartup.xpt
|
|
@RESPATH@/components/autocomplete.xpt
|
|
@RESPATH@/components/autoconfig.xpt
|
|
@RESPATH@/components/browser-element.xpt
|
|
@RESPATH@/browser/components/browsercompsbase.xpt
|
|
@RESPATH@/browser/components/browser-feeds.xpt
|
|
@RESPATH@/components/caps.xpt
|
|
@RESPATH@/components/chrome.xpt
|
|
#ifdef MOZ_CODE_COVERAGE
|
|
@RESPATH@/components/code-coverage.xpt
|
|
#endif
|
|
@RESPATH@/components/commandhandler.xpt
|
|
@RESPATH@/components/commandlines.xpt
|
|
@RESPATH@/components/composer.xpt
|
|
@RESPATH@/components/content_events.xpt
|
|
@RESPATH@/components/content_html.xpt
|
|
@RESPATH@/components/content_geckomediaplugins.xpt
|
|
#ifdef MOZ_WEBRTC
|
|
@RESPATH@/components/content_webrtc.xpt
|
|
#endif
|
|
@RESPATH@/components/content_xslt.xpt
|
|
@RESPATH@/components/directory.xpt
|
|
@RESPATH@/components/docshell.xpt
|
|
@RESPATH@/components/dom.xpt
|
|
@RESPATH@/components/dom_base.xpt
|
|
@RESPATH@/components/dom_bindings.xpt
|
|
#ifdef MOZ_DEBUG
|
|
@RESPATH@/components/dom_bindings_test.xpt
|
|
#endif
|
|
@RESPATH@/components/dom_file.xpt
|
|
@RESPATH@/components/dom_system.xpt
|
|
@RESPATH@/components/dom_core.xpt
|
|
@RESPATH@/components/dom_events.xpt
|
|
@RESPATH@/components/dom_geolocation.xpt
|
|
@RESPATH@/components/dom_media.xpt
|
|
@RESPATH@/components/dom_network.xpt
|
|
@RESPATH@/components/dom_notification.xpt
|
|
@RESPATH@/components/dom_html.xpt
|
|
@RESPATH@/components/dom_offline.xpt
|
|
@RESPATH@/components/dom_payments.xpt
|
|
@RESPATH@/components/dom_power.xpt
|
|
@RESPATH@/components/dom_push.xpt
|
|
@RESPATH@/components/dom_quota.xpt
|
|
@RESPATH@/components/dom_range.xpt
|
|
@RESPATH@/components/dom_security.xpt
|
|
@RESPATH@/components/dom_sidebar.xpt
|
|
@RESPATH@/components/dom_storage.xpt
|
|
@RESPATH@/components/dom_webauthn.xpt
|
|
#ifdef MOZ_WEBSPEECH
|
|
@RESPATH@/components/dom_webspeechrecognition.xpt
|
|
#endif
|
|
@RESPATH@/components/dom_workers.xpt
|
|
@RESPATH@/components/dom_xul.xpt
|
|
@RESPATH@/components/dom_presentation.xpt
|
|
@RESPATH@/components/downloads.xpt
|
|
@RESPATH@/components/editor.xpt
|
|
@RESPATH@/components/enterprisepolicies.xpt
|
|
@RESPATH@/components/extensions.xpt
|
|
@RESPATH@/components/exthandler.xpt
|
|
@RESPATH@/components/fastfind.xpt
|
|
@RESPATH@/components/feeds.xpt
|
|
@RESPATH@/components/gfx.xpt
|
|
@RESPATH@/components/html5.xpt
|
|
@RESPATH@/components/htmlparser.xpt
|
|
@RESPATH@/components/imglib2.xpt
|
|
@RESPATH@/components/inspector.xpt
|
|
@RESPATH@/components/intl.xpt
|
|
@RESPATH@/components/jar.xpt
|
|
@RESPATH@/components/jsdebugger.xpt
|
|
@RESPATH@/browser/components/jsinspector.xpt
|
|
@RESPATH@/components/layout_base.xpt
|
|
#ifdef MOZ_DEBUG
|
|
@RESPATH@/components/layout_debug.xpt
|
|
#endif
|
|
#ifdef NS_PRINTING
|
|
@RESPATH@/components/layout_printing.xpt
|
|
#endif
|
|
@RESPATH@/components/layout_xul_tree.xpt
|
|
@RESPATH@/components/layout_xul.xpt
|
|
@RESPATH@/components/locale.xpt
|
|
@RESPATH@/browser/components/migration.xpt
|
|
@RESPATH@/components/mimetype.xpt
|
|
@RESPATH@/components/mozfind.xpt
|
|
@RESPATH@/components/mozintl.xpt
|
|
@RESPATH@/components/necko_about.xpt
|
|
@RESPATH@/components/necko_cache.xpt
|
|
@RESPATH@/components/necko_cache2.xpt
|
|
@RESPATH@/components/necko_cookie.xpt
|
|
@RESPATH@/components/necko_dns.xpt
|
|
@RESPATH@/components/necko_file.xpt
|
|
@RESPATH@/components/necko_ftp.xpt
|
|
@RESPATH@/components/necko_http.xpt
|
|
@RESPATH@/components/necko_mdns.xpt
|
|
@RESPATH@/components/necko_res.xpt
|
|
@RESPATH@/components/necko_socket.xpt
|
|
@RESPATH@/components/necko_strconv.xpt
|
|
@RESPATH@/components/necko_viewsource.xpt
|
|
@RESPATH@/components/necko_websocket.xpt
|
|
#ifdef NECKO_WIFI
|
|
@RESPATH@/components/necko_wifi.xpt
|
|
#endif
|
|
@RESPATH@/components/necko_wyciwyg.xpt
|
|
@RESPATH@/components/necko.xpt
|
|
@RESPATH@/components/loginmgr.xpt
|
|
@RESPATH@/components/parentalcontrols.xpt
|
|
#ifdef MOZ_WEBRTC
|
|
@RESPATH@/components/peerconnection.xpt
|
|
#endif
|
|
@RESPATH@/components/places.xpt
|
|
@RESPATH@/components/plugin.xpt
|
|
@RESPATH@/components/pref.xpt
|
|
@RESPATH@/components/prefetch.xpt
|
|
#ifdef MOZ_GECKO_PROFILER
|
|
@RESPATH@/components/profiler.xpt
|
|
#endif
|
|
@RESPATH@/components/rdf.xpt
|
|
@RESPATH@/components/reputationservice.xpt
|
|
@RESPATH@/components/satchel.xpt
|
|
@RESPATH@/components/saxparser.xpt
|
|
@RESPATH@/browser/components/sessionstore.xpt
|
|
@RESPATH@/components/services-crypto-component.xpt
|
|
@RESPATH@/components/captivedetect.xpt
|
|
@RESPATH@/browser/components/shellservice.xpt
|
|
@RESPATH@/components/shistory.xpt
|
|
@RESPATH@/components/spellchecker.xpt
|
|
@RESPATH@/components/storage.xpt
|
|
#ifdef ENABLE_MARIONETTE
|
|
@RESPATH@/components/remote.xpt
|
|
#endif
|
|
@RESPATH@/components/toolkit_asyncshutdown.xpt
|
|
@RESPATH@/components/toolkit_filewatcher.xpt
|
|
@RESPATH@/components/toolkit_finalizationwitness.xpt
|
|
@RESPATH@/components/toolkit_osfile.xpt
|
|
@RESPATH@/components/toolkit_securityreporter.xpt
|
|
@RESPATH@/components/toolkit_perfmonitoring.xpt
|
|
@RESPATH@/components/toolkit_xulstore.xpt
|
|
@RESPATH@/components/toolkitprofile.xpt
|
|
#ifdef MOZ_ENABLE_XREMOTE
|
|
@RESPATH@/components/toolkitremote.xpt
|
|
#endif
|
|
@RESPATH@/components/txtsvc.xpt
|
|
@RESPATH@/components/txmgr.xpt
|
|
@RESPATH@/components/uconv.xpt
|
|
@RESPATH@/components/update.xpt
|
|
@RESPATH@/components/uriloader.xpt
|
|
@RESPATH@/components/urlformatter.xpt
|
|
@RESPATH@/components/webBrowser_core.xpt
|
|
@RESPATH@/components/webbrowserpersist.xpt
|
|
@RESPATH@/components/webextensions.xpt
|
|
@RESPATH@/components/widget.xpt
|
|
#ifdef XP_MACOSX
|
|
@RESPATH@/components/widget_cocoa.xpt
|
|
#endif
|
|
@RESPATH@/components/windowcreator.xpt
|
|
@RESPATH@/components/windowwatcher.xpt
|
|
@RESPATH@/components/xpcom_base.xpt
|
|
@RESPATH@/components/xpcom_system.xpt
|
|
@RESPATH@/components/xpcom_components.xpt
|
|
@RESPATH@/components/xpcom_ds.xpt
|
|
@RESPATH@/components/xpcom_io.xpt
|
|
@RESPATH@/components/xpcom_threads.xpt
|
|
@RESPATH@/components/xpcom_xpti.xpt
|
|
@RESPATH@/components/xpconnect.xpt
|
|
@RESPATH@/components/xulapp.xpt
|
|
@RESPATH@/components/xul.xpt
|
|
@RESPATH@/components/zipwriter.xpt
|
|
@RESPATH@/components/telemetry.xpt
|
|
|
|
; JavaScript components
|
|
@RESPATH@/components/ConsoleAPI.manifest
|
|
@RESPATH@/components/ConsoleAPIStorage.js
|
|
@RESPATH@/components/BrowserElementParent.manifest
|
|
@RESPATH@/components/BrowserElementParent.js
|
|
@RESPATH@/components/FeedProcessor.manifest
|
|
@RESPATH@/components/FeedProcessor.js
|
|
@RESPATH@/components/UAOverridesBootstrapper.js
|
|
@RESPATH@/components/UAOverridesBootstrapper.manifest
|
|
@RESPATH@/components/WellKnownOpportunisticUtils.js
|
|
@RESPATH@/components/WellKnownOpportunisticUtils.manifest
|
|
#ifndef XP_MACOSX
|
|
; OSX uses native platform impl. Windows, Linux, and Android uses fallback JS impl.
|
|
@BINPATH@/components/nsDNSServiceDiscovery.manifest
|
|
@BINPATH@/components/nsDNSServiceDiscovery.js
|
|
#endif
|
|
@RESPATH@/browser/components/BrowserFeeds.manifest
|
|
@RESPATH@/browser/components/FeedConverter.js
|
|
@RESPATH@/browser/components/FeedWriter.js
|
|
@RESPATH@/browser/components/WebContentConverter.js
|
|
@RESPATH@/browser/components/BrowserComponents.manifest
|
|
@RESPATH@/browser/components/nsBrowserContentHandler.js
|
|
@RESPATH@/browser/components/nsBrowserGlue.js
|
|
@RESPATH@/browser/components/nsSetDefaultBrowser.manifest
|
|
@RESPATH@/browser/components/nsSetDefaultBrowser.js
|
|
@RESPATH@/browser/components/devtools-startup.manifest
|
|
@RESPATH@/browser/components/devtools-startup.js
|
|
@RESPATH@/browser/components/aboutdebugging-registration.js
|
|
@RESPATH@/browser/components/aboutdebugging.manifest
|
|
@RESPATH@/browser/components/aboutdevtools-registration.js
|
|
@RESPATH@/browser/components/aboutdevtools.manifest
|
|
@RESPATH@/browser/components/aboutdevtoolstoolbox-registration.js
|
|
@RESPATH@/browser/components/aboutdevtoolstoolbox.manifest
|
|
@RESPATH@/browser/components/nsAboutCapabilities.js
|
|
@RESPATH@/browser/components/aboutcapabilities.manifest
|
|
@RESPATH@/browser/components/Experiments.manifest
|
|
@RESPATH@/browser/components/ExperimentsService.js
|
|
@RESPATH@/browser/components/browser-newtab.xpt
|
|
@RESPATH@/browser/components/aboutNewTabService.js
|
|
@RESPATH@/browser/components/NewTabComponents.manifest
|
|
@RESPATH@/browser/components/EnterprisePolicies.js
|
|
@RESPATH@/browser/components/EnterprisePoliciesContent.js
|
|
@RESPATH@/browser/components/EnterprisePolicies.manifest
|
|
@RESPATH@/components/Downloads.manifest
|
|
@RESPATH@/components/DownloadLegacy.js
|
|
@RESPATH@/components/thumbnails.xpt
|
|
@RESPATH@/components/PageThumbsComponents.manifest
|
|
@RESPATH@/components/crashmonitor.manifest
|
|
@RESPATH@/components/nsCrashMonitor.js
|
|
@RESPATH@/components/toolkitsearch.manifest
|
|
@RESPATH@/components/nsSearchService.js
|
|
@RESPATH@/components/nsSearchSuggestions.js
|
|
@RESPATH@/components/nsSidebar.js
|
|
#ifdef NIGHTLY_BUILD
|
|
@RESPATH@/components/payments.manifest
|
|
@RESPATH@/components/paymentUIService.js
|
|
#endif
|
|
@RESPATH@/components/passwordmgr.manifest
|
|
@RESPATH@/components/nsLoginInfo.js
|
|
@RESPATH@/components/nsLoginManager.js
|
|
@RESPATH@/components/nsLoginManagerPrompter.js
|
|
@RESPATH@/components/storage-json.js
|
|
@RESPATH@/components/crypto-SDR.js
|
|
@RESPATH@/components/TooltipTextProvider.js
|
|
@RESPATH@/components/TooltipTextProvider.manifest
|
|
@RESPATH@/components/webvtt.xpt
|
|
@RESPATH@/components/WebVTT.manifest
|
|
@RESPATH@/components/WebVTTParserWrapper.js
|
|
@RESPATH@/components/nsHelperAppDlg.manifest
|
|
@RESPATH@/components/nsHelperAppDlg.js
|
|
@RESPATH@/components/NetworkGeolocationProvider.manifest
|
|
@RESPATH@/components/NetworkGeolocationProvider.js
|
|
@RESPATH@/components/extensions.manifest
|
|
@RESPATH@/components/EditorUtils.manifest
|
|
@RESPATH@/components/EditorUtils.js
|
|
@RESPATH@/components/addonManager.js
|
|
@RESPATH@/components/amContentHandler.js
|
|
@RESPATH@/components/amInstallTrigger.js
|
|
@RESPATH@/components/amWebAPI.js
|
|
@RESPATH@/components/nsBlocklistService.js
|
|
#ifdef MOZ_UPDATER
|
|
@RESPATH@/components/nsUpdateService.manifest
|
|
@RESPATH@/components/nsUpdateService.js
|
|
@RESPATH@/components/nsUpdateServiceStub.js
|
|
#endif
|
|
@RESPATH@/components/nsUpdateTimerManager.manifest
|
|
@RESPATH@/components/nsUpdateTimerManager.js
|
|
@RESPATH@/components/utils.manifest
|
|
@RESPATH@/components/simpleServices.js
|
|
@RESPATH@/components/pluginGlue.manifest
|
|
@RESPATH@/components/ProcessSingleton.manifest
|
|
@RESPATH@/components/MainProcessSingleton.js
|
|
@RESPATH@/components/ContentProcessSingleton.js
|
|
@RESPATH@/browser/components/nsSessionStore.manifest
|
|
@RESPATH@/browser/components/nsSessionStartup.js
|
|
@RESPATH@/browser/components/nsSessionStore.js
|
|
@RESPATH@/components/nsURLFormatter.manifest
|
|
@RESPATH@/components/nsURLFormatter.js
|
|
@RESPATH@/components/txEXSLTRegExFunctions.manifest
|
|
@RESPATH@/components/txEXSLTRegExFunctions.js
|
|
@RESPATH@/components/toolkitplaces.manifest
|
|
@RESPATH@/components/nsLivemarkService.js
|
|
@RESPATH@/components/nsTaggingService.js
|
|
@RESPATH@/components/UnifiedComplete.js
|
|
@RESPATH@/components/nsPlacesExpiration.js
|
|
@RESPATH@/components/PageIconProtocolHandler.js
|
|
@RESPATH@/components/PlacesCategoriesStarter.js
|
|
@RESPATH@/components/ColorAnalyzer.js
|
|
@RESPATH@/components/PageThumbsStorageService.js
|
|
@RESPATH@/components/mozProtocolHandler.js
|
|
@RESPATH@/components/mozProtocolHandler.manifest
|
|
@RESPATH@/components/nsDefaultCLH.manifest
|
|
@RESPATH@/components/nsDefaultCLH.js
|
|
@RESPATH@/components/ContentPrefService2.manifest
|
|
@RESPATH@/components/ContentPrefService2.js
|
|
@RESPATH@/components/nsContentDispatchChooser.manifest
|
|
@RESPATH@/components/nsContentDispatchChooser.js
|
|
@RESPATH@/components/HandlerService.manifest
|
|
@RESPATH@/components/HandlerService.js
|
|
@RESPATH@/components/nsWebHandlerApp.manifest
|
|
@RESPATH@/components/nsWebHandlerApp.js
|
|
@RESPATH@/components/satchel.manifest
|
|
@RESPATH@/components/nsFormAutoComplete.js
|
|
@RESPATH@/components/FormHistoryStartup.js
|
|
@RESPATH@/components/nsInputListAutoComplete.js
|
|
@RESPATH@/components/contentAreaDropListener.manifest
|
|
@RESPATH@/components/contentAreaDropListener.js
|
|
@RESPATH@/browser/components/BrowserProfileMigrators.manifest
|
|
@RESPATH@/browser/components/ProfileMigrator.js
|
|
@RESPATH@/browser/components/ChromeProfileMigrator.js
|
|
@RESPATH@/browser/components/FirefoxProfileMigrator.js
|
|
#ifdef XP_WIN
|
|
@RESPATH@/browser/components/360seProfileMigrator.js
|
|
@RESPATH@/browser/components/EdgeProfileMigrator.js
|
|
@RESPATH@/browser/components/IEProfileMigrator.js
|
|
#endif
|
|
#ifdef XP_MACOSX
|
|
@RESPATH@/browser/components/SafariProfileMigrator.js
|
|
#endif
|
|
@RESPATH@/components/nsINIProcessor.manifest
|
|
@RESPATH@/components/nsINIProcessor.js
|
|
@RESPATH@/components/nsPrompter.manifest
|
|
@RESPATH@/components/nsPrompter.js
|
|
@RESPATH@/components/SyncComponents.manifest
|
|
@RESPATH@/components/Weave.js
|
|
@RESPATH@/components/FxAccountsComponents.manifest
|
|
@RESPATH@/components/FxAccountsPush.js
|
|
@RESPATH@/components/CaptivePortalDetectComponents.manifest
|
|
@RESPATH@/components/captivedetect.js
|
|
@RESPATH@/components/servicesComponents.manifest
|
|
@RESPATH@/components/cryptoComponents.manifest
|
|
@RESPATH@/components/TelemetryStartup.js
|
|
@RESPATH@/components/TelemetryStartup.manifest
|
|
@RESPATH@/components/XULStore.js
|
|
@RESPATH@/components/XULStore.manifest
|
|
@RESPATH@/components/recording-cmdline.js
|
|
@RESPATH@/components/recording-cmdline.manifest
|
|
@RESPATH@/components/htmlMenuBuilder.js
|
|
@RESPATH@/components/htmlMenuBuilder.manifest
|
|
|
|
@RESPATH@/components/NotificationStorage.js
|
|
@RESPATH@/components/NotificationStorage.manifest
|
|
@RESPATH@/components/Push.js
|
|
@RESPATH@/components/Push.manifest
|
|
@RESPATH@/components/PushComponents.js
|
|
|
|
@RESPATH@/components/remotebrowserutils.manifest
|
|
@RESPATH@/components/RemoteWebNavigation.js
|
|
|
|
@RESPATH@/components/ProcessSelector.js
|
|
@RESPATH@/components/ProcessSelector.manifest
|
|
|
|
@RESPATH@/components/SlowScriptDebug.manifest
|
|
@RESPATH@/components/SlowScriptDebug.js
|
|
|
|
#ifdef MOZ_WEBRTC
|
|
@RESPATH@/components/PeerConnection.js
|
|
@RESPATH@/components/PeerConnection.manifest
|
|
#endif
|
|
|
|
@RESPATH@/chrome/marionette@JAREXT@
|
|
@RESPATH@/chrome/marionette.manifest
|
|
@RESPATH@/components/marionette.manifest
|
|
@RESPATH@/components/marionette.js
|
|
|
|
#ifdef MOZ_WEBSPEECH
|
|
@RESPATH@/components/dom_webspeechsynth.xpt
|
|
#endif
|
|
|
|
@RESPATH@/components/nsAsyncShutdown.manifest
|
|
@RESPATH@/components/nsAsyncShutdown.js
|
|
|
|
@RESPATH@/components/BuiltinProviders.manifest
|
|
@RESPATH@/components/PresentationControlService.js
|
|
@RESPATH@/components/PresentationDataChannelSessionTransport.js
|
|
@RESPATH@/components/PresentationDataChannelSessionTransport.manifest
|
|
|
|
@RESPATH@/components/mozIntl.manifest
|
|
@RESPATH@/components/mozIntl.js
|
|
|
|
#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
|
|
@RESPATH@/components/TestInterfaceJS.js
|
|
@RESPATH@/components/TestInterfaceJS.manifest
|
|
@RESPATH@/components/TestInterfaceJSMaplike.js
|
|
#endif
|
|
|
|
#if defined(MOZ_DEBUG) || defined(MOZ_DEV_EDITION) || defined(NIGHTLY_BUILD)
|
|
@RESPATH@/browser/components/testComponents.manifest
|
|
@RESPATH@/browser/components/startupRecorder.js
|
|
#endif
|
|
|
|
; [Extensions]
|
|
@RESPATH@/components/extensions-toolkit.manifest
|
|
@RESPATH@/components/extension-process-script.js
|
|
@RESPATH@/browser/components/extensions-browser.manifest
|
|
|
|
; Modules
|
|
@RESPATH@/browser/modules/*
|
|
@RESPATH@/modules/*
|
|
|
|
; Safe Browsing
|
|
@RESPATH@/components/nsURLClassifier.manifest
|
|
@RESPATH@/components/nsUrlClassifierHashCompleter.js
|
|
@RESPATH@/components/nsUrlClassifierListManager.js
|
|
@RESPATH@/components/nsUrlClassifierLib.js
|
|
@RESPATH@/components/url-classifier.xpt
|
|
|
|
; Private Browsing
|
|
@RESPATH@/components/privatebrowsing.xpt
|
|
@RESPATH@/components/PrivateBrowsing.manifest
|
|
@RESPATH@/components/PrivateBrowsingTrackingProtectionWhitelist.js
|
|
|
|
; Security Reports
|
|
@RESPATH@/components/SecurityReporter.manifest
|
|
@RESPATH@/components/SecurityReporter.js
|
|
|
|
; ANGLE GLES-on-D3D rendering library
|
|
#ifdef MOZ_ANGLE_RENDERER
|
|
@BINPATH@/libEGL.dll
|
|
@BINPATH@/libGLESv2.dll
|
|
|
|
#ifdef MOZ_D3DCOMPILER_VISTA_DLL
|
|
@BINPATH@/@MOZ_D3DCOMPILER_VISTA_DLL@
|
|
#endif
|
|
#endif # MOZ_ANGLE_RENDERER
|
|
|
|
#if defined(XP_WIN) && defined(MOZ_ENABLE_SKIA_PDF)
|
|
@BINPATH@/pdfium.dll
|
|
#endif
|
|
|
|
; [Browser Chrome Files]
|
|
@RESPATH@/browser/chrome.manifest
|
|
@RESPATH@/browser/chrome/browser@JAREXT@
|
|
@RESPATH@/browser/chrome/browser.manifest
|
|
@RESPATH@/browser/chrome/pdfjs.manifest
|
|
@RESPATH@/browser/chrome/pdfjs/*
|
|
@RESPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
|
|
@RESPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
|
|
@RESPATH@/chrome/toolkit@JAREXT@
|
|
@RESPATH@/chrome/toolkit.manifest
|
|
@RESPATH@/chrome/recording.manifest
|
|
@RESPATH@/chrome/recording/*
|
|
#ifdef MOZ_GTK
|
|
@RESPATH@/browser/chrome/icons/default/default16.png
|
|
@RESPATH@/browser/chrome/icons/default/default32.png
|
|
@RESPATH@/browser/chrome/icons/default/default48.png
|
|
@RESPATH@/browser/chrome/icons/default/default64.png
|
|
@RESPATH@/browser/chrome/icons/default/default128.png
|
|
#endif
|
|
@RESPATH@/browser/features/*
|
|
|
|
; [Webide Files]
|
|
@RESPATH@/browser/chrome/webide@JAREXT@
|
|
@RESPATH@/browser/chrome/webide.manifest
|
|
@RESPATH@/browser/@PREF_DIR@/webide-prefs.js
|
|
|
|
; [DevTools Shim Files]
|
|
@RESPATH@/browser/chrome/devtools-startup@JAREXT@
|
|
@RESPATH@/browser/chrome/devtools-startup.manifest
|
|
@RESPATH@/browser/@PREF_DIR@/devtools-startup-prefs.js
|
|
|
|
; DevTools
|
|
@RESPATH@/browser/chrome/devtools@JAREXT@
|
|
@RESPATH@/browser/chrome/devtools.manifest
|
|
@RESPATH@/browser/@PREF_DIR@/devtools.js
|
|
@RESPATH@/browser/@PREF_DIR@/debugger.js
|
|
|
|
; shell icons
|
|
#ifdef XP_UNIX
|
|
#ifndef XP_MACOSX
|
|
#ifdef MOZ_UPDATER
|
|
; updater icon
|
|
@RESPATH@/icons/updater.png
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
; [Default Preferences]
|
|
; All the pref files must be part of base to prevent migration bugs
|
|
@RESPATH@/browser/@PREF_DIR@/firefox.js
|
|
@RESPATH@/browser/@PREF_DIR@/firefox-branding.js
|
|
@RESPATH@/greprefs.js
|
|
@RESPATH@/defaults/autoconfig/prefcalls.js
|
|
@RESPATH@/browser/defaults/permissions
|
|
@RESPATH@/browser/defaults/blocklists
|
|
@RESPATH@/browser/defaults/pinning
|
|
|
|
; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325)
|
|
; Technically this is an app pref file, but we are keeping it in the original
|
|
; gre location for now.
|
|
@RESPATH@/defaults/pref/channel-prefs.js
|
|
|
|
; Remote control protocol prefs
|
|
; defined in ../../testing/marionette/prefs/marionette.js
|
|
@RESPATH@/defaults/pref/marionette.js
|
|
|
|
; Services (gre) prefs
|
|
@RESPATH@/defaults/pref/services-sync.js
|
|
|
|
; [Layout Engine Resources]
|
|
; Style Sheets, Graphics and other Resources used by the layout engine.
|
|
@RESPATH@/res/EditorOverride.css
|
|
@RESPATH@/res/contenteditable.css
|
|
@RESPATH@/res/designmode.css
|
|
@RESPATH@/res/table-add-column-after-active.gif
|
|
@RESPATH@/res/table-add-column-after-hover.gif
|
|
@RESPATH@/res/table-add-column-after.gif
|
|
@RESPATH@/res/table-add-column-before-active.gif
|
|
@RESPATH@/res/table-add-column-before-hover.gif
|
|
@RESPATH@/res/table-add-column-before.gif
|
|
@RESPATH@/res/table-add-row-after-active.gif
|
|
@RESPATH@/res/table-add-row-after-hover.gif
|
|
@RESPATH@/res/table-add-row-after.gif
|
|
@RESPATH@/res/table-add-row-before-active.gif
|
|
@RESPATH@/res/table-add-row-before-hover.gif
|
|
@RESPATH@/res/table-add-row-before.gif
|
|
@RESPATH@/res/table-remove-column-active.gif
|
|
@RESPATH@/res/table-remove-column-hover.gif
|
|
@RESPATH@/res/table-remove-column.gif
|
|
@RESPATH@/res/table-remove-row-active.gif
|
|
@RESPATH@/res/table-remove-row-hover.gif
|
|
@RESPATH@/res/table-remove-row.gif
|
|
@RESPATH@/res/grabber.gif
|
|
#ifdef XP_MACOSX
|
|
@RESPATH@/res/cursors/*
|
|
#endif
|
|
@RESPATH@/res/fonts/*
|
|
@RESPATH@/res/dtd/*
|
|
@RESPATH@/res/language.properties
|
|
#ifdef XP_MACOSX
|
|
@RESPATH@/res/MainMenu.nib/
|
|
#endif
|
|
|
|
; Content-accessible resources.
|
|
@RESPATH@/contentaccessible/*
|
|
|
|
; svg
|
|
@RESPATH@/res/svg.css
|
|
|
|
; [Personal Security Manager]
|
|
;
|
|
; NSS libraries are signed in the staging directory,
|
|
; meaning their .chk files are created there directly.
|
|
;
|
|
#ifndef MOZ_SYSTEM_NSS
|
|
#if defined(XP_LINUX) && !defined(ANDROID)
|
|
@BINPATH@/@DLL_PREFIX@freeblpriv3@DLL_SUFFIX@
|
|
#else
|
|
@BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@
|
|
#endif
|
|
@BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@
|
|
#ifndef NSS_DISABLE_DBM
|
|
@BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@
|
|
#endif
|
|
#ifndef MOZ_FOLD_LIBS
|
|
@BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@
|
|
#endif
|
|
@BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@
|
|
#endif
|
|
@RESPATH@/chrome/pippki@JAREXT@
|
|
@RESPATH@/chrome/pippki.manifest
|
|
@RESPATH@/components/pipnss.xpt
|
|
@RESPATH@/components/pippki.xpt
|
|
|
|
; For process sandboxing
|
|
#if defined(MOZ_SANDBOX)
|
|
#if defined(XP_LINUX)
|
|
@BINPATH@/@DLL_PREFIX@mozsandbox@DLL_SUFFIX@
|
|
#endif
|
|
@RESPATH@/components/sandbox.xpt
|
|
#endif
|
|
|
|
; for Solaris SPARC
|
|
#ifdef SOLARIS
|
|
bin/libfreebl_32fpu_3.so
|
|
bin/libfreebl_32int_3.so
|
|
bin/libfreebl_32int64_3.so
|
|
#endif
|
|
|
|
; [Updater]
|
|
;
|
|
#ifdef MOZ_UPDATER
|
|
#ifdef XP_MACOSX
|
|
@BINPATH@/updater.app/
|
|
#else
|
|
@BINPATH@/updater@BIN_SUFFIX@
|
|
#endif
|
|
#endif
|
|
|
|
; [MaintenanceService]
|
|
;
|
|
#ifdef MOZ_MAINTENANCE_SERVICE
|
|
@BINPATH@/maintenanceservice.exe
|
|
@BINPATH@/maintenanceservice_installer.exe
|
|
#endif
|
|
|
|
; [Crash Reporter]
|
|
;
|
|
#ifdef MOZ_CRASHREPORTER
|
|
@RESPATH@/components/CrashService.manifest
|
|
@RESPATH@/components/CrashService.js
|
|
@RESPATH@/components/toolkit_crashservice.xpt
|
|
#ifdef XP_MACOSX
|
|
@BINPATH@/crashreporter.app/
|
|
#else
|
|
@BINPATH@/crashreporter@BIN_SUFFIX@
|
|
@RESPATH@/crashreporter.ini
|
|
@BINPATH@/minidump-analyzer@BIN_SUFFIX@
|
|
#ifdef XP_UNIX
|
|
@RESPATH@/Throbber-small.gif
|
|
#endif
|
|
#endif
|
|
@RESPATH@/browser/crashreporter-override.ini
|
|
#ifdef MOZ_CRASHREPORTER_INJECTOR
|
|
@BINPATH@/breakpadinjector.dll
|
|
#endif
|
|
#endif
|
|
|
|
; [ Ping Sender ]
|
|
;
|
|
@BINPATH@/pingsender@BIN_SUFFIX@
|
|
|
|
@RESPATH@/components/dom_audiochannel.xpt
|
|
|
|
; Shutdown Terminator
|
|
@RESPATH@/components/nsTerminatorTelemetry.js
|
|
@RESPATH@/components/terminator.manifest
|
|
|
|
#ifdef LLVM_SYMBOLIZER
|
|
@BINPATH@/@LLVM_SYMBOLIZER@
|
|
#endif
|
|
|
|
#ifdef MOZ_CLANG_RT_ASAN_LIB
|
|
@BINPATH@/@MOZ_CLANG_RT_ASAN_LIB@
|
|
#endif
|
|
|
|
|
|
; media
|
|
@RESPATH@/gmp-clearkey/0.1/@DLL_PREFIX@clearkey@DLL_SUFFIX@
|
|
@RESPATH@/gmp-clearkey/0.1/manifest.json
|
|
|
|
; gfx
|
|
#ifdef XP_WIN
|
|
@RESPATH@/components/GfxSanityTest.manifest
|
|
@RESPATH@/components/SanityTest.js
|
|
#endif
|
|
|
|
#ifdef MOZ_DMD
|
|
; DMD
|
|
@RESPATH@/dmd.py
|
|
@RESPATH@/fix_stack_using_bpsyms.py
|
|
#ifdef XP_MACOSX
|
|
@RESPATH@/fix_macosx_stack.py
|
|
#endif
|
|
#ifdef XP_LINUX
|
|
@RESPATH@/fix_linux_stack.py
|
|
#endif
|
|
#endif
|
|
|
|
; Background Hang Monitor
|
|
@RESPATH@/components/backgroundhangmonitor.xpt
|
|
|
|
; NOTE: This must match the config checks in
|
|
; /toolkit/components/backgroundhangmonitor/moz.build.
|
|
#if defined(NIGHTLY_BUILD) && !defined(MOZ_DEBUG) && !defined(MOZ_TSAN)
|
|
@RESPATH@/components/BHRTelemetryService.js
|
|
@RESPATH@/components/BHRTelemetryService.manifest
|
|
#endif
|
|
|
|
#ifdef PKG_LOCALE_MANIFEST
|
|
#include @PKG_LOCALE_MANIFEST@
|
|
#endif
|