2012-05-21 15:12:37 +04:00
|
|
|
; 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/.
|
|
|
|
|
2015-08-16 09:36:37 +03:00
|
|
|
; Package file for the Fennec build.
|
2010-12-15 23:10:08 +03:00
|
|
|
;
|
|
|
|
; 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
|
|
|
|
;
|
|
|
|
|
|
|
|
#filter substitution
|
|
|
|
|
|
|
|
[@AB_CD@]
|
|
|
|
@BINPATH@/@PREF_DIR@/mobile-l10n.js
|
|
|
|
@BINPATH@/update.locale
|
2016-01-15 02:19:44 +03:00
|
|
|
#ifdef MOZ_UPDATER
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/updater.ini
|
2011-01-11 18:46:59 +03:00
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/dictionaries/*
|
2011-05-05 19:03:01 +04:00
|
|
|
@BINPATH@/hyphenation/*
|
2010-12-15 23:10:08 +03:00
|
|
|
|
2014-11-04 07:04:20 +03:00
|
|
|
[assets destdir="assets/@ANDROID_CPU_ARCH@"]
|
2010-12-15 23:10:08 +03:00
|
|
|
#ifndef MOZ_STATIC_JS
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@
|
|
|
|
#endif
|
2013-12-17 07:27:10 +04:00
|
|
|
#ifdef MOZ_DMD
|
|
|
|
@BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@
|
|
|
|
#endif
|
2013-03-17 10:53:39 +04:00
|
|
|
#ifndef MOZ_FOLD_LIBS
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@
|
2013-03-17 10:53:39 +04:00
|
|
|
#endif
|
2015-07-02 07:11:46 +03:00
|
|
|
@BINPATH@/@DLL_PREFIX@lgpllibs@DLL_SUFFIX@
|
2017-10-31 18:41:42 +03:00
|
|
|
#ifdef MOZ_FFVPX
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozavutil@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozavcodec@DLL_SUFFIX@
|
|
|
|
#endif
|
2016-03-29 06:01:07 +03:00
|
|
|
#ifdef MOZ_OMX_PLUGIN
|
2012-08-10 12:15:16 +04:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxplugin@DLL_SUFFIX@
|
2014-01-09 05:54:56 +04:00
|
|
|
@BINPATH@/@DLL_PREFIX@omxpluginkk@DLL_SUFFIX@
|
2016-03-29 06:01:07 +03:00
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@
|
2013-06-28 20:10:57 +04:00
|
|
|
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@
|
|
|
|
@BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@
|
|
|
|
#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@
|
|
|
|
@BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@
|
|
|
|
#ifndef CROSS_COMPILE
|
|
|
|
@BINPATH@/@DLL_PREFIX@freebl3.chk
|
|
|
|
@BINPATH@/@DLL_PREFIX@softokn3.chk
|
|
|
|
#endif
|
|
|
|
#ifndef NSS_DISABLE_DBM
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@
|
|
|
|
#ifndef CROSS_COMPILE
|
|
|
|
@BINPATH@/@DLL_PREFIX@nssdbm3.chk
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef MOZ_FOLD_LIBS
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
2014-09-05 07:11:09 +04:00
|
|
|
[lib destdir="lib/@ANDROID_CPU_ARCH@"]
|
|
|
|
@BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@
|
|
|
|
# This should be MOZ_CHILD_PROCESS_NAME, but that has a "lib/" prefix.
|
2015-05-15 00:20:57 +03:00
|
|
|
@BINPATH@/@MOZ_CHILD_PROCESS_NAME@
|
2014-09-05 07:11:09 +04:00
|
|
|
|
2017-11-03 03:16:11 +03:00
|
|
|
#ifdef MOZ_ANDROID_GOOGLE_VR
|
|
|
|
@BINPATH@/@DLL_PREFIX@gvr@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
2013-06-28 20:10:57 +04:00
|
|
|
[xpcom]
|
2011-11-18 05:15:29 +04:00
|
|
|
@BINPATH@/package-name.txt
|
2010-12-15 23:10:08 +03:00
|
|
|
|
|
|
|
[browser]
|
|
|
|
; [Base Browser Files]
|
|
|
|
@BINPATH@/application.ini
|
|
|
|
@BINPATH@/platform.ini
|
|
|
|
@BINPATH@/blocklist.xml
|
|
|
|
|
|
|
|
; [Components]
|
2016-08-18 01:02:31 +03:00
|
|
|
#ifdef MOZ_ARTIFACT_BUILDS
|
|
|
|
@BINPATH@/components/interfaces.xpt
|
|
|
|
@BINPATH@/components/prebuilt-interfaces.manifest
|
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/components.manifest
|
|
|
|
@BINPATH@/components/alerts.xpt
|
|
|
|
#ifdef ACCESSIBILITY
|
|
|
|
@BINPATH@/components/accessibility.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/appshell.xpt
|
|
|
|
@BINPATH@/components/appstartup.xpt
|
|
|
|
@BINPATH@/components/autocomplete.xpt
|
|
|
|
@BINPATH@/components/autoconfig.xpt
|
2014-11-21 13:56:27 +03:00
|
|
|
@BINPATH@/components/browser-element.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/caps.xpt
|
|
|
|
@BINPATH@/components/chrome.xpt
|
|
|
|
@BINPATH@/components/commandhandler.xpt
|
|
|
|
@BINPATH@/components/commandlines.xpt
|
|
|
|
@BINPATH@/components/composer.xpt
|
|
|
|
@BINPATH@/components/content_events.xpt
|
2014-12-17 02:01:31 +03:00
|
|
|
@BINPATH@/components/content_geckomediaplugins.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/content_html.xpt
|
2014-02-20 00:33:00 +04:00
|
|
|
@BINPATH@/components/content_webrtc.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/content_xslt.xpt
|
|
|
|
@BINPATH@/components/directory.xpt
|
|
|
|
@BINPATH@/components/docshell.xpt
|
|
|
|
@BINPATH@/components/dom.xpt
|
|
|
|
@BINPATH@/components/dom_base.xpt
|
2017-01-27 18:42:47 +03:00
|
|
|
@BINPATH@/components/dom_bindings.xpt
|
2017-12-09 06:01:16 +03:00
|
|
|
#ifdef MOZ_DEBUG
|
|
|
|
@BINPATH@/components/dom_bindings_test.xpt
|
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/dom_core.xpt
|
|
|
|
@BINPATH@/components/dom_events.xpt
|
2016-12-01 17:12:42 +03:00
|
|
|
@BINPATH@/components/dom_file.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/dom_geolocation.xpt
|
2012-06-03 11:35:15 +04:00
|
|
|
@BINPATH@/components/dom_media.xpt
|
2012-01-16 16:23:28 +04:00
|
|
|
@BINPATH@/components/dom_network.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/dom_notification.xpt
|
|
|
|
@BINPATH@/components/dom_html.xpt
|
|
|
|
@BINPATH@/components/dom_offline.xpt
|
2017-05-25 20:50:32 +03:00
|
|
|
@BINPATH@/components/dom_payments.xpt
|
2012-06-07 06:39:01 +04:00
|
|
|
@BINPATH@/components/dom_power.xpt
|
2016-03-08 02:14:06 +03:00
|
|
|
#ifdef MOZ_ANDROID_GCM
|
|
|
|
@BINPATH@/components/dom_push.xpt
|
|
|
|
#endif
|
2013-03-26 15:13:17 +04:00
|
|
|
@BINPATH@/components/dom_quota.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/dom_range.xpt
|
2014-10-28 02:58:20 +03:00
|
|
|
@BINPATH@/components/dom_security.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/dom_sidebar.xpt
|
|
|
|
@BINPATH@/components/dom_storage.xpt
|
2012-12-21 20:40:52 +04:00
|
|
|
@BINPATH@/components/dom_system.xpt
|
2013-03-28 01:08:17 +04:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
2013-04-04 02:13:16 +04:00
|
|
|
@BINPATH@/components/dom_webspeechrecognition.xpt
|
2013-03-28 01:08:17 +04:00
|
|
|
#endif
|
2016-06-27 20:13:40 +03:00
|
|
|
@BINPATH@/components/dom_xhr.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/dom_xul.xpt
|
2014-08-27 06:28:03 +04:00
|
|
|
@BINPATH@/components/dom_presentation.xpt
|
2018-03-06 20:40:59 +03:00
|
|
|
@BINPATH@/components/downloads.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/editor.xpt
|
|
|
|
@BINPATH@/components/extensions.xpt
|
|
|
|
@BINPATH@/components/exthandler.xpt
|
|
|
|
@BINPATH@/components/fastfind.xpt
|
|
|
|
@BINPATH@/components/feeds.xpt
|
|
|
|
@BINPATH@/components/gfx.xpt
|
2012-02-27 15:57:48 +04:00
|
|
|
@BINPATH@/components/html5.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/htmlparser.xpt
|
|
|
|
@BINPATH@/components/imglib2.xpt
|
|
|
|
@BINPATH@/components/inspector.xpt
|
|
|
|
@BINPATH@/components/intl.xpt
|
|
|
|
@BINPATH@/components/jar.xpt
|
2012-04-10 14:05:45 +04:00
|
|
|
@BINPATH@/components/jsdebugger.xpt
|
|
|
|
@BINPATH@/components/jsinspector.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/layout_base.xpt
|
|
|
|
#ifdef NS_PRINTING
|
|
|
|
@BINPATH@/components/layout_printing.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/layout_xul_tree.xpt
|
|
|
|
@BINPATH@/components/layout_xul.xpt
|
|
|
|
@BINPATH@/components/locale.xpt
|
|
|
|
@BINPATH@/components/mimetype.xpt
|
|
|
|
@BINPATH@/components/mozfind.xpt
|
2017-01-25 09:31:15 +03:00
|
|
|
@BINPATH@/components/mozintl.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/necko_about.xpt
|
|
|
|
@BINPATH@/components/necko_cache.xpt
|
2013-09-20 13:11:25 +04:00
|
|
|
@BINPATH@/components/necko_cache2.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/necko_cookie.xpt
|
|
|
|
@BINPATH@/components/necko_dns.xpt
|
|
|
|
@BINPATH@/components/necko_file.xpt
|
|
|
|
@BINPATH@/components/necko_ftp.xpt
|
|
|
|
@BINPATH@/components/necko_http.xpt
|
2015-05-21 06:06:00 +03:00
|
|
|
@BINPATH@/components/necko_mdns.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/necko_res.xpt
|
|
|
|
@BINPATH@/components/necko_socket.xpt
|
|
|
|
@BINPATH@/components/necko_strconv.xpt
|
|
|
|
@BINPATH@/components/necko_viewsource.xpt
|
2013-05-03 04:52:54 +04:00
|
|
|
@BINPATH@/components/necko_websocket.xpt
|
2015-12-30 22:59:34 +03:00
|
|
|
#ifdef NECKO_WIFI
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/necko_wifi.xpt
|
2015-12-30 22:59:34 +03:00
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/necko_wyciwyg.xpt
|
|
|
|
@BINPATH@/components/necko.xpt
|
|
|
|
@BINPATH@/components/loginmgr.xpt
|
|
|
|
@BINPATH@/components/parentalcontrols.xpt
|
2012-12-13 19:14:25 +04:00
|
|
|
#ifdef MOZ_WEBRTC
|
|
|
|
@BINPATH@/components/peerconnection.xpt
|
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/plugin.xpt
|
|
|
|
@BINPATH@/components/pref.xpt
|
|
|
|
@BINPATH@/components/prefetch.xpt
|
2017-01-24 06:15:12 +03:00
|
|
|
#ifdef MOZ_GECKO_PROFILER
|
2012-03-16 22:08:03 +04:00
|
|
|
@BINPATH@/components/profiler.xpt
|
2012-04-09 11:32:57 +04:00
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/rdf.xpt
|
2017-10-23 11:18:52 +03:00
|
|
|
@BINPATH@/components/reputationservice.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/satchel.xpt
|
|
|
|
@BINPATH@/components/saxparser.xpt
|
2010-12-20 23:57:09 +03:00
|
|
|
@BINPATH@/components/services-crypto-component.xpt
|
2013-02-15 19:41:35 +04:00
|
|
|
@BINPATH@/components/captivedetect.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/shistory.xpt
|
|
|
|
@BINPATH@/components/spellchecker.xpt
|
|
|
|
@BINPATH@/components/storage.xpt
|
2011-08-04 20:36:56 +04:00
|
|
|
@BINPATH@/components/telemetry.xpt
|
2014-09-11 17:01:00 +04:00
|
|
|
@BINPATH@/components/toolkit_asyncshutdown.xpt
|
2014-09-02 14:34:00 +04:00
|
|
|
@BINPATH@/components/toolkit_filewatcher.xpt
|
2013-10-12 22:17:43 +04:00
|
|
|
@BINPATH@/components/toolkit_finalizationwitness.xpt
|
2014-03-14 18:13:26 +04:00
|
|
|
@BINPATH@/components/toolkit_osfile.xpt
|
2016-01-30 11:07:38 +03:00
|
|
|
@BINPATH@/components/toolkit_securityreporter.xpt
|
2015-03-31 13:40:59 +03:00
|
|
|
@BINPATH@/components/toolkit_perfmonitoring.xpt
|
2014-08-19 18:31:00 +04:00
|
|
|
@BINPATH@/components/toolkit_xulstore.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/toolkitprofile.xpt
|
|
|
|
#ifdef MOZ_ENABLE_XREMOTE
|
|
|
|
@BINPATH@/components/toolkitremote.xpt
|
|
|
|
#endif
|
|
|
|
@BINPATH@/components/txtsvc.xpt
|
|
|
|
@BINPATH@/components/txmgr.xpt
|
|
|
|
@BINPATH@/components/uconv.xpt
|
|
|
|
@BINPATH@/components/update.xpt
|
|
|
|
@BINPATH@/components/uriloader.xpt
|
|
|
|
@BINPATH@/components/urlformatter.xpt
|
|
|
|
@BINPATH@/components/webBrowser_core.xpt
|
|
|
|
@BINPATH@/components/webbrowserpersist.xpt
|
2017-04-19 01:50:53 +03:00
|
|
|
@BINPATH@/components/webextensions.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/widget.xpt
|
2011-10-25 19:51:38 +04:00
|
|
|
@BINPATH@/components/widget_android.xpt
|
2017-01-10 21:34:38 +03:00
|
|
|
@BINPATH@/components/windowcreator.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/windowwatcher.xpt
|
|
|
|
@BINPATH@/components/xpcom_base.xpt
|
|
|
|
@BINPATH@/components/xpcom_system.xpt
|
|
|
|
@BINPATH@/components/xpcom_components.xpt
|
|
|
|
@BINPATH@/components/xpcom_ds.xpt
|
|
|
|
@BINPATH@/components/xpcom_io.xpt
|
|
|
|
@BINPATH@/components/xpcom_threads.xpt
|
|
|
|
@BINPATH@/components/xpcom_xpti.xpt
|
|
|
|
@BINPATH@/components/xpconnect.xpt
|
|
|
|
@BINPATH@/components/xulapp.xpt
|
2011-08-08 21:31:32 +04:00
|
|
|
@BINPATH@/components/xul.xpt
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/zipwriter.xpt
|
|
|
|
|
|
|
|
; JavaScript components
|
|
|
|
@BINPATH@/components/ConsoleAPI.manifest
|
2014-02-28 03:38:54 +04:00
|
|
|
@BINPATH@/components/ConsoleAPIStorage.js
|
2013-10-03 05:27:53 +04:00
|
|
|
@BINPATH@/components/NotificationStorage.js
|
|
|
|
@BINPATH@/components/NotificationStorage.manifest
|
2016-03-08 02:14:06 +03:00
|
|
|
#ifdef MOZ_ANDROID_GCM
|
|
|
|
@BINPATH@/components/Push.js
|
|
|
|
@BINPATH@/components/Push.manifest
|
|
|
|
@BINPATH@/components/PushComponents.js
|
|
|
|
#endif
|
2012-05-08 20:20:35 +04:00
|
|
|
@BINPATH@/components/BrowserElementParent.manifest
|
|
|
|
@BINPATH@/components/BrowserElementParent.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/FeedProcessor.manifest
|
|
|
|
@BINPATH@/components/FeedProcessor.js
|
2017-05-16 07:11:12 +03:00
|
|
|
@BINPATH@/components/UAOverridesBootstrapper.js
|
|
|
|
@BINPATH@/components/UAOverridesBootstrapper.manifest
|
2016-08-16 22:51:18 +03:00
|
|
|
@BINPATH@/components/WellKnownOpportunisticUtils.js
|
|
|
|
@BINPATH@/components/WellKnownOpportunisticUtils.manifest
|
2017-01-19 01:10:46 +03:00
|
|
|
@BINPATH@/components/mozProtocolHandler.js
|
|
|
|
@BINPATH@/components/mozProtocolHandler.manifest
|
2017-09-06 04:26:31 +03:00
|
|
|
#ifndef MOZ_GECKOVIEW_JAR
|
2015-07-16 09:43:00 +03:00
|
|
|
@BINPATH@/components/nsDNSServiceDiscovery.manifest
|
|
|
|
@BINPATH@/components/nsDNSServiceDiscovery.js
|
2017-09-06 04:26:31 +03:00
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/toolkitsearch.manifest
|
|
|
|
@BINPATH@/components/nsSearchService.js
|
2015-12-30 22:59:34 +03:00
|
|
|
@BINPATH@/components/nsSidebar.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/passwordmgr.manifest
|
|
|
|
@BINPATH@/components/nsLoginInfo.js
|
|
|
|
@BINPATH@/components/nsLoginManager.js
|
|
|
|
@BINPATH@/components/nsLoginManagerPrompter.js
|
|
|
|
@BINPATH@/components/storage-mozStorage.js
|
|
|
|
@BINPATH@/components/crypto-SDR.js
|
2016-04-12 23:50:47 +03:00
|
|
|
@BINPATH@/components/TooltipTextProvider.js
|
|
|
|
@BINPATH@/components/TooltipTextProvider.manifest
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/NetworkGeolocationProvider.manifest
|
|
|
|
@BINPATH@/components/NetworkGeolocationProvider.js
|
2016-11-28 19:40:54 +03:00
|
|
|
@BINPATH@/components/EditorUtils.manifest
|
|
|
|
@BINPATH@/components/EditorUtils.js
|
2017-04-05 21:23:44 +03:00
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/extensions.manifest
|
2018-01-25 22:59:51 +03:00
|
|
|
@BINPATH@/components/addonManager.js
|
|
|
|
@BINPATH@/components/nsBlocklistService.js
|
|
|
|
|
|
|
|
#ifndef MOZ_GECKOVIEW_JAR
|
2016-03-26 05:52:19 +03:00
|
|
|
@BINPATH@/components/utils.manifest
|
|
|
|
@BINPATH@/components/simpleServices.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/amContentHandler.js
|
2016-09-01 22:50:05 +03:00
|
|
|
@BINPATH@/components/amWebAPI.js
|
2018-01-25 22:59:51 +03:00
|
|
|
@BINPATH@/components/amInstallTrigger.js
|
2016-10-08 12:14:49 +03:00
|
|
|
#ifndef RELEASE_OR_BETA
|
2014-03-18 23:05:46 +04:00
|
|
|
@BINPATH@/components/TabSource.js
|
2014-04-15 05:33:11 +04:00
|
|
|
#endif
|
2017-04-05 21:23:44 +03:00
|
|
|
#endif
|
|
|
|
|
2013-09-19 19:26:00 +04:00
|
|
|
@BINPATH@/components/webvtt.xpt
|
|
|
|
@BINPATH@/components/WebVTT.manifest
|
|
|
|
@BINPATH@/components/WebVTTParserWrapper.js
|
2011-06-11 01:02:00 +04:00
|
|
|
|
2017-04-05 21:23:44 +03:00
|
|
|
#ifndef MOZ_GECKOVIEW_JAR
|
2010-12-15 23:10:08 +03:00
|
|
|
#ifdef MOZ_UPDATER
|
|
|
|
@BINPATH@/components/nsUpdateService.manifest
|
|
|
|
@BINPATH@/components/nsUpdateService.js
|
|
|
|
@BINPATH@/components/nsUpdateServiceStub.js
|
|
|
|
#endif
|
2018-01-25 22:59:51 +03:00
|
|
|
#endif
|
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/nsUpdateTimerManager.manifest
|
|
|
|
@BINPATH@/components/nsUpdateTimerManager.js
|
2017-04-05 21:23:44 +03:00
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/pluginGlue.manifest
|
2014-10-20 20:46:14 +04:00
|
|
|
@BINPATH@/components/ProcessSingleton.manifest
|
|
|
|
@BINPATH@/components/MainProcessSingleton.js
|
|
|
|
@BINPATH@/components/ContentProcessSingleton.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/nsURLFormatter.manifest
|
|
|
|
@BINPATH@/components/nsURLFormatter.js
|
|
|
|
@BINPATH@/components/txEXSLTRegExFunctions.manifest
|
|
|
|
@BINPATH@/components/txEXSLTRegExFunctions.js
|
2017-08-11 17:29:55 +03:00
|
|
|
@BINPATH@/components/ContentPrefService2.manifest
|
|
|
|
@BINPATH@/components/ContentPrefService2.js
|
2017-03-10 12:41:33 +03:00
|
|
|
@BINPATH@/components/nsHandlerService-json.manifest
|
|
|
|
@BINPATH@/components/nsHandlerService-json.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/nsWebHandlerApp.manifest
|
|
|
|
@BINPATH@/components/nsWebHandlerApp.js
|
|
|
|
@BINPATH@/components/satchel.manifest
|
|
|
|
@BINPATH@/components/nsFormAutoComplete.js
|
2013-04-20 02:21:30 +04:00
|
|
|
@BINPATH@/components/FormHistoryStartup.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/nsInputListAutoComplete.js
|
|
|
|
@BINPATH@/components/contentAreaDropListener.manifest
|
|
|
|
@BINPATH@/components/contentAreaDropListener.js
|
|
|
|
@BINPATH@/components/nsINIProcessor.manifest
|
|
|
|
@BINPATH@/components/nsINIProcessor.js
|
2014-03-12 20:52:50 +04:00
|
|
|
@BINPATH@/components/servicesComponents.manifest
|
2017-04-05 21:23:44 +03:00
|
|
|
|
|
|
|
#ifndef MOZ_GECKOVIEW_JAR
|
2014-01-22 01:50:23 +04:00
|
|
|
@BINPATH@/components/TelemetryStartup.js
|
|
|
|
@BINPATH@/components/TelemetryStartup.manifest
|
2017-04-05 21:23:44 +03:00
|
|
|
#endif
|
|
|
|
|
2014-08-19 18:31:00 +04:00
|
|
|
@BINPATH@/components/XULStore.js
|
|
|
|
@BINPATH@/components/XULStore.manifest
|
2014-12-16 19:21:11 +03:00
|
|
|
@BINPATH@/components/htmlMenuBuilder.js
|
|
|
|
@BINPATH@/components/htmlMenuBuilder.manifest
|
2010-12-15 23:10:08 +03:00
|
|
|
|
2015-07-23 19:55:15 +03:00
|
|
|
@BINPATH@/components/SystemMessageInternal.js
|
|
|
|
@BINPATH@/components/SystemMessageManager.js
|
|
|
|
@BINPATH@/components/SystemMessageCache.js
|
|
|
|
@BINPATH@/components/SystemMessageManager.manifest
|
|
|
|
|
2012-12-13 19:14:25 +04:00
|
|
|
#ifdef MOZ_WEBRTC
|
|
|
|
@BINPATH@/components/PeerConnection.js
|
|
|
|
@BINPATH@/components/PeerConnection.manifest
|
|
|
|
#endif
|
|
|
|
|
2013-02-15 19:41:35 +04:00
|
|
|
@BINPATH@/components/CaptivePortalDetectComponents.manifest
|
|
|
|
@BINPATH@/components/captivedetect.js
|
|
|
|
|
2013-04-04 02:13:16 +04:00
|
|
|
#ifdef MOZ_WEBSPEECH
|
|
|
|
@BINPATH@/components/dom_webspeechsynth.xpt
|
|
|
|
#endif
|
|
|
|
|
2016-11-15 11:21:35 +03:00
|
|
|
#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
|
2014-02-15 10:36:43 +04:00
|
|
|
@BINPATH@/components/TestInterfaceJS.js
|
|
|
|
@BINPATH@/components/TestInterfaceJS.manifest
|
2015-05-06 09:42:27 +03:00
|
|
|
@BINPATH@/components/TestInterfaceJSMaplike.js
|
2014-02-15 10:36:43 +04:00
|
|
|
#endif
|
|
|
|
|
2014-09-11 17:01:00 +04:00
|
|
|
@BINPATH@/components/nsAsyncShutdown.manifest
|
|
|
|
@BINPATH@/components/nsAsyncShutdown.js
|
|
|
|
|
2014-12-08 22:26:31 +03:00
|
|
|
@BINPATH@/components/Downloads.manifest
|
|
|
|
@BINPATH@/components/DownloadLegacy.js
|
|
|
|
|
2017-04-05 21:23:44 +03:00
|
|
|
#ifndef MOZ_GECKOVIEW_JAR
|
2014-11-18 00:34:10 +03:00
|
|
|
@BINPATH@/components/BuiltinProviders.manifest
|
2016-05-20 09:53:30 +03:00
|
|
|
@BINPATH@/components/PresentationControlService.js
|
2015-10-19 00:06:00 +03:00
|
|
|
@BINPATH@/components/PresentationNetworkHelper.js
|
|
|
|
@BINPATH@/components/PresentationNetworkHelper.manifest
|
2016-04-11 06:20:55 +03:00
|
|
|
@BINPATH@/components/PresentationDataChannelSessionTransport.js
|
|
|
|
@BINPATH@/components/PresentationDataChannelSessionTransport.manifest
|
2016-09-23 17:13:28 +03:00
|
|
|
@BINPATH@/components/AndroidCastDeviceProvider.manifest
|
|
|
|
@BINPATH@/components/AndroidCastDeviceProvider.js
|
2017-04-05 21:23:44 +03:00
|
|
|
#endif
|
2015-12-17 17:41:00 +03:00
|
|
|
|
2017-03-02 03:58:11 +03:00
|
|
|
@BINPATH@/components/mozIntl.manifest
|
|
|
|
@BINPATH@/components/mozIntl.js
|
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
; Modules
|
|
|
|
@BINPATH@/modules/*
|
|
|
|
|
|
|
|
; Safe Browsing
|
|
|
|
@BINPATH@/components/nsURLClassifier.manifest
|
2011-04-27 17:44:12 +04:00
|
|
|
@BINPATH@/components/nsUrlClassifierHashCompleter.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/nsUrlClassifierListManager.js
|
|
|
|
@BINPATH@/components/nsUrlClassifierLib.js
|
|
|
|
@BINPATH@/components/url-classifier.xpt
|
|
|
|
|
2015-07-28 19:17:18 +03:00
|
|
|
; Private Browsing
|
2015-07-28 22:42:36 +03:00
|
|
|
@BINPATH@/components/privatebrowsing.xpt
|
|
|
|
@BINPATH@/components/PrivateBrowsing.manifest
|
|
|
|
@BINPATH@/components/PrivateBrowsingTrackingProtectionWhitelist.js
|
2015-07-28 19:17:18 +03:00
|
|
|
|
2016-01-30 11:07:38 +03:00
|
|
|
; Security Reports
|
|
|
|
@BINPATH@/components/SecurityReporter.manifest
|
|
|
|
@BINPATH@/components/SecurityReporter.js
|
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
; [Browser Chrome Files]
|
|
|
|
@BINPATH@/chrome/toolkit@JAREXT@
|
|
|
|
@BINPATH@/chrome/toolkit.manifest
|
|
|
|
|
2016-07-22 22:44:40 +03:00
|
|
|
; [Extensions]
|
|
|
|
@BINPATH@/components/extensions-toolkit.manifest
|
|
|
|
@BINPATH@/components/extensions-mobile.manifest
|
2017-06-05 01:38:11 +03:00
|
|
|
@BINPATH@/components/extension-process-script.js
|
2016-07-22 22:44:40 +03:00
|
|
|
|
2016-06-09 04:37:06 +03:00
|
|
|
; Features
|
|
|
|
@BINPATH@/features/*
|
|
|
|
|
2015-10-07 02:01:24 +03:00
|
|
|
; DevTools
|
|
|
|
@BINPATH@/chrome/devtools@JAREXT@
|
|
|
|
@BINPATH@/chrome/devtools.manifest
|
2010-12-15 23:10:08 +03:00
|
|
|
|
|
|
|
; [Default Preferences]
|
|
|
|
; All the pref files must be part of base to prevent migration bugs
|
2018-02-12 21:31:53 +03:00
|
|
|
#ifdef MOZ_GECKOVIEW_JAR
|
|
|
|
@BINPATH@/@PREF_DIR@/geckoview-prefs.js
|
|
|
|
#else
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/@PREF_DIR@/mobile.js
|
2018-02-12 21:31:53 +03:00
|
|
|
#endif
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/@PREF_DIR@/channel-prefs.js
|
2015-05-14 04:57:00 +03:00
|
|
|
@BINPATH@/ua-update.json
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/greprefs.js
|
|
|
|
@BINPATH@/defaults/autoconfig/prefcalls.js
|
|
|
|
|
|
|
|
; [Layout Engine Resources]
|
2015-08-16 09:36:37 +03:00
|
|
|
; Style Sheets, Graphics and other Resources used by the layout engine.
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/res/EditorOverride.css
|
|
|
|
@BINPATH@/res/contenteditable.css
|
|
|
|
@BINPATH@/res/designmode.css
|
|
|
|
@BINPATH@/res/table-add-column-after-active.gif
|
|
|
|
@BINPATH@/res/table-add-column-after-hover.gif
|
|
|
|
@BINPATH@/res/table-add-column-after.gif
|
|
|
|
@BINPATH@/res/table-add-column-before-active.gif
|
|
|
|
@BINPATH@/res/table-add-column-before-hover.gif
|
|
|
|
@BINPATH@/res/table-add-column-before.gif
|
|
|
|
@BINPATH@/res/table-add-row-after-active.gif
|
|
|
|
@BINPATH@/res/table-add-row-after-hover.gif
|
|
|
|
@BINPATH@/res/table-add-row-after.gif
|
|
|
|
@BINPATH@/res/table-add-row-before-active.gif
|
|
|
|
@BINPATH@/res/table-add-row-before-hover.gif
|
|
|
|
@BINPATH@/res/table-add-row-before.gif
|
|
|
|
@BINPATH@/res/table-remove-column-active.gif
|
|
|
|
@BINPATH@/res/table-remove-column-hover.gif
|
|
|
|
@BINPATH@/res/table-remove-column.gif
|
|
|
|
@BINPATH@/res/table-remove-row-active.gif
|
|
|
|
@BINPATH@/res/table-remove-row-hover.gif
|
|
|
|
@BINPATH@/res/table-remove-row.gif
|
|
|
|
@BINPATH@/res/grabber.gif
|
|
|
|
@BINPATH@/res/dtd/*
|
|
|
|
@BINPATH@/res/language.properties
|
|
|
|
|
2014-09-09 22:57:55 +04:00
|
|
|
#ifndef MOZ_ANDROID_EXCLUDE_FONTS
|
|
|
|
@BINPATH@/res/fonts/*
|
2015-11-06 22:01:32 +03:00
|
|
|
#else
|
|
|
|
@BINPATH@/res/fonts/*.properties
|
2014-09-09 22:57:55 +04:00
|
|
|
#endif
|
|
|
|
|
2017-06-08 12:52:46 +03:00
|
|
|
; Content-accessible resources.
|
|
|
|
@BINPATH@/contentaccessible/*
|
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
; svg
|
|
|
|
@BINPATH@/res/svg.css
|
|
|
|
|
|
|
|
; [Personal Security Manager]
|
|
|
|
;
|
|
|
|
@BINPATH@/components/pipnss.xpt
|
|
|
|
|
2014-08-27 00:54:09 +04:00
|
|
|
; For process sandboxing
|
2014-09-10 04:41:01 +04:00
|
|
|
#if defined(MOZ_SANDBOX)
|
2014-08-27 00:54:09 +04:00
|
|
|
@BINPATH@/@DLL_PREFIX@mozsandbox@DLL_SUFFIX@
|
|
|
|
#endif
|
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
; [Crash Reporter]
|
2015-09-25 13:23:35 +03:00
|
|
|
; CrashService is not used on Android but the ini files are required for L10N
|
|
|
|
; strings, see bug 1191351.
|
2010-12-15 23:10:08 +03:00
|
|
|
#ifdef MOZ_CRASHREPORTER
|
|
|
|
@BINPATH@/crashreporter.ini
|
|
|
|
@BINPATH@/crashreporter-override.ini
|
|
|
|
#endif
|
|
|
|
|
2017-04-05 21:23:44 +03:00
|
|
|
@BINPATH@/components/dom_audiochannel.xpt
|
|
|
|
|
|
|
|
@BINPATH@/components/RemoteWebNavigation.js
|
|
|
|
@BINPATH@/components/remotebrowserutils.manifest
|
|
|
|
|
2010-12-15 23:10:08 +03:00
|
|
|
[mobile]
|
2017-04-05 21:23:44 +03:00
|
|
|
@BINPATH@/chrome/geckoview@JAREXT@
|
|
|
|
@BINPATH@/chrome/geckoview.manifest
|
|
|
|
|
2017-04-19 00:45:02 +03:00
|
|
|
#ifdef MOZ_GECKOVIEW_JAR
|
|
|
|
@BINPATH@/components/GeckoView.manifest
|
|
|
|
@BINPATH@/components/GeckoViewPrompt.js
|
2017-07-21 00:52:14 +03:00
|
|
|
@BINPATH@/components/GeckoViewPermission.js
|
2017-09-06 04:26:30 +03:00
|
|
|
@BINPATH@/components/GeckoViewStartup.js
|
2017-04-19 00:45:02 +03:00
|
|
|
#else
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/chrome/chrome@JAREXT@
|
|
|
|
@BINPATH@/chrome/chrome.manifest
|
|
|
|
@BINPATH@/components/AboutRedirector.js
|
|
|
|
@BINPATH@/components/AddonUpdateService.js
|
|
|
|
@BINPATH@/components/BlocklistPrompt.js
|
|
|
|
@BINPATH@/components/BrowserCLH.js
|
2013-12-12 03:51:01 +04:00
|
|
|
@BINPATH@/components/ColorPicker.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/ContentDispatchChooser.js
|
|
|
|
@BINPATH@/components/ContentPermissionPrompt.js
|
2015-08-16 09:36:37 +03:00
|
|
|
@BINPATH@/components/ImageBlockingPolicy.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/DirectoryProvider.js
|
2013-05-29 19:08:55 +04:00
|
|
|
@BINPATH@/components/FilePicker.js
|
2016-07-20 20:47:04 +03:00
|
|
|
@BINPATH@/components/FxAccountsPush.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/HelperAppDialog.js
|
|
|
|
@BINPATH@/components/LoginManagerPrompter.js
|
|
|
|
@BINPATH@/components/MobileComponents.manifest
|
|
|
|
@BINPATH@/components/MobileComponents.xpt
|
2013-01-25 00:41:35 +04:00
|
|
|
@BINPATH@/components/NSSDialogService.js
|
2016-05-12 04:28:46 +03:00
|
|
|
@BINPATH@/components/PersistentNotificationHandler.js
|
2016-04-25 06:34:23 +03:00
|
|
|
@BINPATH@/components/PresentationDevicePrompt.js
|
2016-08-30 13:16:31 +03:00
|
|
|
@BINPATH@/components/PresentationRequestUIGlue.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/PromptService.js
|
2011-12-21 05:41:45 +04:00
|
|
|
@BINPATH@/components/SessionStore.js
|
2013-11-23 04:55:33 +04:00
|
|
|
@BINPATH@/components/Snippets.js
|
2010-12-15 23:10:08 +03:00
|
|
|
@BINPATH@/components/XPIDialogService.js
|
2017-04-05 21:23:44 +03:00
|
|
|
#endif
|
2012-09-18 07:07:23 +04:00
|
|
|
|
|
|
|
#ifdef ENABLE_MARIONETTE
|
2015-08-16 09:36:37 +03:00
|
|
|
@BINPATH@/chrome/marionette@JAREXT@
|
2012-09-18 07:07:23 +04:00
|
|
|
@BINPATH@/chrome/marionette.manifest
|
2016-11-15 20:16:23 +03:00
|
|
|
@BINPATH@/components/marionette.manifest
|
|
|
|
@BINPATH@/components/marionette.js
|
2012-09-18 07:07:23 +04:00
|
|
|
#endif
|
2013-10-02 21:27:07 +04:00
|
|
|
|
2015-07-15 10:31:53 +03:00
|
|
|
#ifdef PKG_LOCALE_MANIFEST
|
|
|
|
#include @PKG_LOCALE_MANIFEST@
|
|
|
|
#endif
|
2017-08-01 23:22:40 +03:00
|
|
|
|
|
|
|
; Background Hang Monitor
|
|
|
|
@BINPATH@/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)
|
|
|
|
@BINPATH@/components/BHRTelemetryService.js
|
|
|
|
@BINPATH@/components/BHRTelemetryService.manifest
|
|
|
|
#endif
|