Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | ; This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | ; License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | ; file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | ; Package file for the Firefox build. |
michael@0 | 6 | ; |
michael@0 | 7 | ; Packaging manifest is used to copy files from dist/bin |
michael@0 | 8 | ; to the staging directory. |
michael@0 | 9 | ; Some other files are built in the staging directory directly, |
michael@0 | 10 | ; so they will be implicitly packaged too. |
michael@0 | 11 | ; |
michael@0 | 12 | ; File format: |
michael@0 | 13 | ; |
michael@0 | 14 | ; [] designates a toplevel component. Example: [xpcom] |
michael@0 | 15 | ; - in front of a file specifies it to be removed from the destination |
michael@0 | 16 | ; * wildcard support to recursively copy the entire directory |
michael@0 | 17 | ; ; file comment |
michael@0 | 18 | ; |
michael@0 | 19 | |
michael@0 | 20 | #filter substitution |
michael@0 | 21 | |
michael@0 | 22 | #ifdef XP_MACOSX |
michael@0 | 23 | ; Mac bundle stuff |
michael@0 | 24 | @APPNAME@/Contents/Info.plist |
michael@0 | 25 | @APPNAME@/Contents/PkgInfo |
michael@0 | 26 | @APPNAME@/Contents/Resources/ |
michael@0 | 27 | #ifdef MOZ_SIGNING |
michael@0 | 28 | @APPNAME@/Contents/_CodeSignature/CodeResources |
michael@0 | 29 | #endif |
michael@0 | 30 | #endif |
michael@0 | 31 | |
michael@0 | 32 | [@AB_CD@] |
michael@0 | 33 | @BINPATH@/browser/chrome/@AB_CD@@JAREXT@ |
michael@0 | 34 | @BINPATH@/browser/chrome/@AB_CD@.manifest |
michael@0 | 35 | @BINPATH@/chrome/@AB_CD@@JAREXT@ |
michael@0 | 36 | @BINPATH@/chrome/@AB_CD@.manifest |
michael@0 | 37 | @BINPATH@/browser/defaults/profile/bookmarks.html |
michael@0 | 38 | @BINPATH@/browser/defaults/profile/chrome/* |
michael@0 | 39 | @BINPATH@/browser/defaults/profile/localstore.rdf |
michael@0 | 40 | @BINPATH@/browser/defaults/profile/mimeTypes.rdf |
michael@0 | 41 | @BINPATH@/dictionaries/* |
michael@0 | 42 | @BINPATH@/hyphenation/* |
michael@0 | 43 | @BINPATH@/browser/@PREF_DIR@/firefox-l10n.js |
michael@0 | 44 | @BINPATH@/browser/searchplugins/* |
michael@0 | 45 | ;#ifdef XP_WIN32 |
michael@0 | 46 | ;@BINPATH@/uninstall/helper.exe |
michael@0 | 47 | ;#endif |
michael@0 | 48 | #ifdef MOZ_UPDATER |
michael@0 | 49 | @BINPATH@/update.locale |
michael@0 | 50 | @BINPATH@/updater.ini |
michael@0 | 51 | #endif |
michael@0 | 52 | |
michael@0 | 53 | [xpcom] |
michael@0 | 54 | @BINPATH@/dependentlibs.list |
michael@0 | 55 | #ifdef GKMEDIAS_SHARED_LIBRARY |
michael@0 | 56 | @BINPATH@/@DLL_PREFIX@gkmedias@DLL_SUFFIX@ |
michael@0 | 57 | #endif |
michael@0 | 58 | @BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@ |
michael@0 | 59 | #ifdef MOZ_SHARED_MOZGLUE |
michael@0 | 60 | @BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@ |
michael@0 | 61 | #endif |
michael@0 | 62 | #ifndef MOZ_STATIC_JS |
michael@0 | 63 | @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ |
michael@0 | 64 | #endif |
michael@0 | 65 | #ifdef MOZ_DMD |
michael@0 | 66 | @BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@ |
michael@0 | 67 | #endif |
michael@0 | 68 | #ifndef MOZ_NATIVE_NSPR |
michael@0 | 69 | #ifndef MOZ_FOLD_LIBS |
michael@0 | 70 | @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ |
michael@0 | 71 | @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@ |
michael@0 | 72 | @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@ |
michael@0 | 73 | #endif |
michael@0 | 74 | #endif |
michael@0 | 75 | #ifdef XP_MACOSX |
michael@0 | 76 | @BINPATH@/XUL |
michael@0 | 77 | #else |
michael@0 | 78 | @BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@ |
michael@0 | 79 | #endif |
michael@0 | 80 | #ifdef XP_MACOSX |
michael@0 | 81 | @BINPATH@/@MOZ_CHILD_PROCESS_NAME@.app/ |
michael@0 | 82 | @BINPATH@/@DLL_PREFIX@plugin_child_interpose@DLL_SUFFIX@ |
michael@0 | 83 | #else |
michael@0 | 84 | @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ |
michael@0 | 85 | #endif |
michael@0 | 86 | #ifdef XP_WIN32 |
michael@0 | 87 | @BINPATH@/plugin-hang-ui@BIN_SUFFIX@ |
michael@0 | 88 | #ifndef MOZ_DEBUG |
michael@0 | 89 | #if MOZ_MSVC_REDIST == 1600 |
michael@0 | 90 | @BINPATH@/msvcp100.dll |
michael@0 | 91 | @BINPATH@/msvcr100.dll |
michael@0 | 92 | #elif MOZ_MSVC_REDIST == 1700 |
michael@0 | 93 | @BINPATH@/msvcp110.dll |
michael@0 | 94 | @BINPATH@/msvcr110.dll |
michael@0 | 95 | #elif MOZ_MSVC_REDIST == 1800 |
michael@0 | 96 | @BINPATH@/msvcp120.dll |
michael@0 | 97 | @BINPATH@/msvcr120.dll |
michael@0 | 98 | #endif |
michael@0 | 99 | #endif |
michael@0 | 100 | #endif |
michael@0 | 101 | #ifndef MOZ_NATIVE_ICU |
michael@0 | 102 | #ifdef MOZ_SHARED_ICU |
michael@0 | 103 | #ifdef XP_WIN |
michael@0 | 104 | #ifdef MOZ_DEBUG |
michael@0 | 105 | @BINPATH@/icudtd@MOZ_ICU_VERSION@.dll |
michael@0 | 106 | @BINPATH@/icuind@MOZ_ICU_VERSION@.dll |
michael@0 | 107 | @BINPATH@/icuucd@MOZ_ICU_VERSION@.dll |
michael@0 | 108 | #else |
michael@0 | 109 | @BINPATH@/icudt@MOZ_ICU_VERSION@.dll |
michael@0 | 110 | @BINPATH@/icuin@MOZ_ICU_VERSION@.dll |
michael@0 | 111 | @BINPATH@/icuuc@MOZ_ICU_VERSION@.dll |
michael@0 | 112 | #endif |
michael@0 | 113 | #elif defined(XP_MACOSX) |
michael@0 | 114 | @BINPATH@/libicudata.@MOZ_ICU_VERSION@.dylib |
michael@0 | 115 | @BINPATH@/libicui18n.@MOZ_ICU_VERSION@.dylib |
michael@0 | 116 | @BINPATH@/libicuuc.@MOZ_ICU_VERSION@.dylib |
michael@0 | 117 | #elif defined(XP_UNIX) |
michael@0 | 118 | @BINPATH@/libicudata.so.@MOZ_ICU_VERSION@ |
michael@0 | 119 | @BINPATH@/libicui18n.so.@MOZ_ICU_VERSION@ |
michael@0 | 120 | @BINPATH@/libicuuc.so.@MOZ_ICU_VERSION@ |
michael@0 | 121 | #endif |
michael@0 | 122 | #endif |
michael@0 | 123 | #endif |
michael@0 | 124 | |
michael@0 | 125 | [browser] |
michael@0 | 126 | ; [Base Browser Files] |
michael@0 | 127 | #ifndef XP_UNIX |
michael@0 | 128 | @BINPATH@/@MOZ_APP_NAME@.exe |
michael@0 | 129 | #else |
michael@0 | 130 | @BINPATH@/@MOZ_APP_NAME@-bin |
michael@0 | 131 | @BINPATH@/@MOZ_APP_NAME@ |
michael@0 | 132 | #endif |
michael@0 | 133 | @BINPATH@/application.ini |
michael@0 | 134 | #ifdef MOZ_UPDATER |
michael@0 | 135 | @BINPATH@/update-settings.ini |
michael@0 | 136 | #endif |
michael@0 | 137 | @BINPATH@/platform.ini |
michael@0 | 138 | #ifndef MOZ_NATIVE_SQLITE |
michael@0 | 139 | #ifndef MOZ_FOLD_LIBS |
michael@0 | 140 | @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ |
michael@0 | 141 | #endif |
michael@0 | 142 | #endif |
michael@0 | 143 | @BINPATH@/browser/blocklist.xml |
michael@0 | 144 | #ifdef XP_UNIX |
michael@0 | 145 | #ifndef XP_MACOSX |
michael@0 | 146 | @BINPATH@/run-mozilla.sh |
michael@0 | 147 | @BINPATH@/mozilla-xremote-client |
michael@0 | 148 | #endif |
michael@0 | 149 | #endif |
michael@0 | 150 | |
michael@0 | 151 | ; [Components] |
michael@0 | 152 | @BINPATH@/browser/components/components.manifest |
michael@0 | 153 | @BINPATH@/components/alerts.xpt |
michael@0 | 154 | #ifdef ACCESSIBILITY |
michael@0 | 155 | #ifdef XP_WIN32 |
michael@0 | 156 | @BINPATH@/AccessibleMarshal.dll |
michael@0 | 157 | #endif |
michael@0 | 158 | @BINPATH@/components/accessibility.xpt |
michael@0 | 159 | #endif |
michael@0 | 160 | @BINPATH@/components/appshell.xpt |
michael@0 | 161 | @BINPATH@/components/appstartup.xpt |
michael@0 | 162 | @BINPATH@/components/autocomplete.xpt |
michael@0 | 163 | @BINPATH@/components/autoconfig.xpt |
michael@0 | 164 | @BINPATH@/browser/components/browsercompsbase.xpt |
michael@0 | 165 | @BINPATH@/browser/components/browser-feeds.xpt |
michael@0 | 166 | @BINPATH@/components/caps.xpt |
michael@0 | 167 | @BINPATH@/components/chrome.xpt |
michael@0 | 168 | @BINPATH@/components/commandhandler.xpt |
michael@0 | 169 | @BINPATH@/components/commandlines.xpt |
michael@0 | 170 | @BINPATH@/components/composer.xpt |
michael@0 | 171 | @BINPATH@/components/content_base.xpt |
michael@0 | 172 | @BINPATH@/components/content_events.xpt |
michael@0 | 173 | @BINPATH@/components/content_htmldoc.xpt |
michael@0 | 174 | @BINPATH@/components/content_html.xpt |
michael@0 | 175 | #ifdef MOZ_WEBRTC |
michael@0 | 176 | @BINPATH@/components/content_webrtc.xpt |
michael@0 | 177 | #endif |
michael@0 | 178 | @BINPATH@/components/content_xslt.xpt |
michael@0 | 179 | @BINPATH@/components/cookie.xpt |
michael@0 | 180 | @BINPATH@/components/directory.xpt |
michael@0 | 181 | @BINPATH@/components/docshell.xpt |
michael@0 | 182 | @BINPATH@/components/dom.xpt |
michael@0 | 183 | #ifdef MOZ_ACTIVITIES |
michael@0 | 184 | @BINPATH@/components/dom_activities.xpt |
michael@0 | 185 | @BINPATH@/components/dom_messages.xpt |
michael@0 | 186 | #endif |
michael@0 | 187 | @BINPATH@/components/dom_apps.xpt |
michael@0 | 188 | @BINPATH@/components/dom_base.xpt |
michael@0 | 189 | @BINPATH@/components/dom_system.xpt |
michael@0 | 190 | #ifdef MOZ_B2G_BT |
michael@0 | 191 | @BINPATH@/components/dom_bluetooth.xpt |
michael@0 | 192 | #endif |
michael@0 | 193 | @BINPATH@/components/dom_canvas.xpt |
michael@0 | 194 | @BINPATH@/components/dom_alarm.xpt |
michael@0 | 195 | @BINPATH@/components/dom_core.xpt |
michael@0 | 196 | @BINPATH@/components/dom_css.xpt |
michael@0 | 197 | @BINPATH@/components/dom_devicestorage.xpt |
michael@0 | 198 | @BINPATH@/components/dom_events.xpt |
michael@0 | 199 | @BINPATH@/components/dom_geolocation.xpt |
michael@0 | 200 | @BINPATH@/components/dom_media.xpt |
michael@0 | 201 | @BINPATH@/components/dom_network.xpt |
michael@0 | 202 | @BINPATH@/components/dom_notification.xpt |
michael@0 | 203 | @BINPATH@/components/dom_html.xpt |
michael@0 | 204 | @BINPATH@/components/dom_indexeddb.xpt |
michael@0 | 205 | @BINPATH@/components/dom_offline.xpt |
michael@0 | 206 | @BINPATH@/components/dom_json.xpt |
michael@0 | 207 | @BINPATH@/components/dom_power.xpt |
michael@0 | 208 | @BINPATH@/components/dom_quota.xpt |
michael@0 | 209 | @BINPATH@/components/dom_range.xpt |
michael@0 | 210 | @BINPATH@/components/dom_settings.xpt |
michael@0 | 211 | @BINPATH@/components/dom_permissionsettings.xpt |
michael@0 | 212 | @BINPATH@/components/dom_sidebar.xpt |
michael@0 | 213 | @BINPATH@/components/dom_mobilemessage.xpt |
michael@0 | 214 | @BINPATH@/components/dom_storage.xpt |
michael@0 | 215 | @BINPATH@/components/dom_stylesheets.xpt |
michael@0 | 216 | @BINPATH@/components/dom_telephony.xpt |
michael@0 | 217 | @BINPATH@/components/dom_traversal.xpt |
michael@0 | 218 | #ifdef MOZ_WEBSPEECH |
michael@0 | 219 | @BINPATH@/components/dom_webspeechrecognition.xpt |
michael@0 | 220 | #endif |
michael@0 | 221 | @BINPATH@/components/dom_xbl.xpt |
michael@0 | 222 | @BINPATH@/components/dom_xpath.xpt |
michael@0 | 223 | @BINPATH@/components/dom_xul.xpt |
michael@0 | 224 | #ifdef MOZ_GAMEPAD |
michael@0 | 225 | @BINPATH@/components/dom_gamepad.xpt |
michael@0 | 226 | #endif |
michael@0 | 227 | @BINPATH@/components/dom_payment.xpt |
michael@0 | 228 | @BINPATH@/components/downloads.xpt |
michael@0 | 229 | @BINPATH@/components/editor.xpt |
michael@0 | 230 | @BINPATH@/components/embed_base.xpt |
michael@0 | 231 | @BINPATH@/components/extensions.xpt |
michael@0 | 232 | @BINPATH@/components/exthandler.xpt |
michael@0 | 233 | @BINPATH@/components/exthelper.xpt |
michael@0 | 234 | @BINPATH@/components/fastfind.xpt |
michael@0 | 235 | @BINPATH@/components/feeds.xpt |
michael@0 | 236 | #ifdef MOZ_GTK |
michael@0 | 237 | @BINPATH@/components/filepicker.xpt |
michael@0 | 238 | #endif |
michael@0 | 239 | @BINPATH@/components/find.xpt |
michael@0 | 240 | @BINPATH@/browser/components/fuel.xpt |
michael@0 | 241 | @BINPATH@/components/gfx.xpt |
michael@0 | 242 | @BINPATH@/components/html5.xpt |
michael@0 | 243 | @BINPATH@/components/htmlparser.xpt |
michael@0 | 244 | @BINPATH@/components/identity.xpt |
michael@0 | 245 | @BINPATH@/components/imglib2.xpt |
michael@0 | 246 | @BINPATH@/components/imgicon.xpt |
michael@0 | 247 | @BINPATH@/components/inspector.xpt |
michael@0 | 248 | @BINPATH@/components/intl.xpt |
michael@0 | 249 | @BINPATH@/components/jar.xpt |
michael@0 | 250 | #ifdef MOZ_JSDEBUGGER |
michael@0 | 251 | @BINPATH@/components/jsdservice.xpt |
michael@0 | 252 | #endif |
michael@0 | 253 | @BINPATH@/components/jsdebugger.xpt |
michael@0 | 254 | @BINPATH@/components/jsdownloads.xpt |
michael@0 | 255 | @BINPATH@/components/jsinspector.xpt |
michael@0 | 256 | @BINPATH@/components/layout_base.xpt |
michael@0 | 257 | #ifdef NS_PRINTING |
michael@0 | 258 | @BINPATH@/components/layout_printing.xpt |
michael@0 | 259 | #endif |
michael@0 | 260 | @BINPATH@/components/layout_xul_tree.xpt |
michael@0 | 261 | @BINPATH@/components/layout_xul.xpt |
michael@0 | 262 | @BINPATH@/components/locale.xpt |
michael@0 | 263 | @BINPATH@/components/lwbrk.xpt |
michael@0 | 264 | @BINPATH@/browser/components/migration.xpt |
michael@0 | 265 | @BINPATH@/components/mimetype.xpt |
michael@0 | 266 | @BINPATH@/components/mozfind.xpt |
michael@0 | 267 | @BINPATH@/components/necko_about.xpt |
michael@0 | 268 | @BINPATH@/components/necko_cache.xpt |
michael@0 | 269 | @BINPATH@/components/necko_cache2.xpt |
michael@0 | 270 | @BINPATH@/components/necko_cookie.xpt |
michael@0 | 271 | @BINPATH@/components/necko_dns.xpt |
michael@0 | 272 | @BINPATH@/components/necko_file.xpt |
michael@0 | 273 | @BINPATH@/components/necko_ftp.xpt |
michael@0 | 274 | @BINPATH@/components/necko_http.xpt |
michael@0 | 275 | @BINPATH@/components/necko_res.xpt |
michael@0 | 276 | @BINPATH@/components/necko_socket.xpt |
michael@0 | 277 | @BINPATH@/components/necko_strconv.xpt |
michael@0 | 278 | @BINPATH@/components/necko_viewsource.xpt |
michael@0 | 279 | @BINPATH@/components/necko_websocket.xpt |
michael@0 | 280 | #ifdef NECKO_WIFI |
michael@0 | 281 | @BINPATH@/components/necko_wifi.xpt |
michael@0 | 282 | #endif |
michael@0 | 283 | @BINPATH@/components/necko_wyciwyg.xpt |
michael@0 | 284 | @BINPATH@/components/necko.xpt |
michael@0 | 285 | @BINPATH@/components/loginmgr.xpt |
michael@0 | 286 | @BINPATH@/components/parentalcontrols.xpt |
michael@0 | 287 | #ifdef MOZ_WEBRTC |
michael@0 | 288 | @BINPATH@/components/peerconnection.xpt |
michael@0 | 289 | #endif |
michael@0 | 290 | @BINPATH@/components/places.xpt |
michael@0 | 291 | @BINPATH@/components/plugin.xpt |
michael@0 | 292 | @BINPATH@/components/pref.xpt |
michael@0 | 293 | @BINPATH@/components/prefetch.xpt |
michael@0 | 294 | @BINPATH@/components/profile.xpt |
michael@0 | 295 | #ifdef MOZ_ENABLE_PROFILER_SPS |
michael@0 | 296 | @BINPATH@/components/profiler.xpt |
michael@0 | 297 | #endif |
michael@0 | 298 | @BINPATH@/components/rdf.xpt |
michael@0 | 299 | @BINPATH@/components/satchel.xpt |
michael@0 | 300 | @BINPATH@/components/saxparser.xpt |
michael@0 | 301 | @BINPATH@/browser/components/sessionstore.xpt |
michael@0 | 302 | @BINPATH@/components/services-crypto-component.xpt |
michael@0 | 303 | #ifdef MOZ_CAPTIVEDETECT |
michael@0 | 304 | @BINPATH@/components/captivedetect.xpt |
michael@0 | 305 | #endif |
michael@0 | 306 | @BINPATH@/browser/components/shellservice.xpt |
michael@0 | 307 | @BINPATH@/components/shistory.xpt |
michael@0 | 308 | @BINPATH@/components/spellchecker.xpt |
michael@0 | 309 | @BINPATH@/components/storage.xpt |
michael@0 | 310 | @BINPATH@/components/toolkit_finalizationwitness.xpt |
michael@0 | 311 | @BINPATH@/components/toolkit_osfile.xpt |
michael@0 | 312 | @BINPATH@/components/toolkitprofile.xpt |
michael@0 | 313 | #ifdef MOZ_ENABLE_XREMOTE |
michael@0 | 314 | @BINPATH@/components/toolkitremote.xpt |
michael@0 | 315 | #endif |
michael@0 | 316 | @BINPATH@/components/txtsvc.xpt |
michael@0 | 317 | @BINPATH@/components/txmgr.xpt |
michael@0 | 318 | @BINPATH@/components/uconv.xpt |
michael@0 | 319 | @BINPATH@/components/unicharutil.xpt |
michael@0 | 320 | @BINPATH@/components/update.xpt |
michael@0 | 321 | @BINPATH@/components/uriloader.xpt |
michael@0 | 322 | @BINPATH@/components/urlformatter.xpt |
michael@0 | 323 | @BINPATH@/components/webBrowser_core.xpt |
michael@0 | 324 | @BINPATH@/components/webbrowserpersist.xpt |
michael@0 | 325 | @BINPATH@/components/widget.xpt |
michael@0 | 326 | #ifdef XP_MACOSX |
michael@0 | 327 | @BINPATH@/components/widget_cocoa.xpt |
michael@0 | 328 | #endif |
michael@0 | 329 | @BINPATH@/components/windowds.xpt |
michael@0 | 330 | @BINPATH@/components/windowwatcher.xpt |
michael@0 | 331 | @BINPATH@/components/xpcom_base.xpt |
michael@0 | 332 | @BINPATH@/components/xpcom_system.xpt |
michael@0 | 333 | @BINPATH@/components/xpcom_components.xpt |
michael@0 | 334 | @BINPATH@/components/xpcom_ds.xpt |
michael@0 | 335 | @BINPATH@/components/xpcom_io.xpt |
michael@0 | 336 | @BINPATH@/components/xpcom_threads.xpt |
michael@0 | 337 | @BINPATH@/components/xpcom_xpti.xpt |
michael@0 | 338 | @BINPATH@/components/xpconnect.xpt |
michael@0 | 339 | @BINPATH@/components/xulapp.xpt |
michael@0 | 340 | @BINPATH@/components/xul.xpt |
michael@0 | 341 | @BINPATH@/components/xuldoc.xpt |
michael@0 | 342 | @BINPATH@/components/xultmpl.xpt |
michael@0 | 343 | @BINPATH@/components/zipwriter.xpt |
michael@0 | 344 | @BINPATH@/components/telemetry.xpt |
michael@0 | 345 | |
michael@0 | 346 | ; JavaScript components |
michael@0 | 347 | @BINPATH@/components/ConsoleAPI.manifest |
michael@0 | 348 | @BINPATH@/components/ConsoleAPIStorage.js |
michael@0 | 349 | @BINPATH@/components/BrowserElementParent.manifest |
michael@0 | 350 | @BINPATH@/components/BrowserElementParent.js |
michael@0 | 351 | @BINPATH@/components/FeedProcessor.manifest |
michael@0 | 352 | @BINPATH@/components/FeedProcessor.js |
michael@0 | 353 | @BINPATH@/browser/components/BrowserFeeds.manifest |
michael@0 | 354 | @BINPATH@/browser/components/FeedConverter.js |
michael@0 | 355 | @BINPATH@/browser/components/FeedWriter.js |
michael@0 | 356 | @BINPATH@/browser/components/fuelApplication.manifest |
michael@0 | 357 | @BINPATH@/browser/components/fuelApplication.js |
michael@0 | 358 | @BINPATH@/browser/components/WebContentConverter.js |
michael@0 | 359 | @BINPATH@/browser/components/BrowserComponents.manifest |
michael@0 | 360 | @BINPATH@/browser/components/nsBrowserContentHandler.js |
michael@0 | 361 | @BINPATH@/browser/components/nsBrowserGlue.js |
michael@0 | 362 | @BINPATH@/browser/components/nsSetDefaultBrowser.manifest |
michael@0 | 363 | @BINPATH@/browser/components/nsSetDefaultBrowser.js |
michael@0 | 364 | @BINPATH@/browser/components/BrowserDownloads.manifest |
michael@0 | 365 | @BINPATH@/browser/components/DownloadsStartup.js |
michael@0 | 366 | @BINPATH@/browser/components/DownloadsUI.js |
michael@0 | 367 | @BINPATH@/browser/components/BrowserPlaces.manifest |
michael@0 | 368 | @BINPATH@/browser/components/devtools-clhandler.manifest |
michael@0 | 369 | @BINPATH@/browser/components/devtools-clhandler.js |
michael@0 | 370 | @BINPATH@/browser/components/Experiments.manifest |
michael@0 | 371 | @BINPATH@/browser/components/ExperimentsService.js |
michael@0 | 372 | @BINPATH@/components/Downloads.manifest |
michael@0 | 373 | @BINPATH@/components/DownloadLegacy.js |
michael@0 | 374 | @BINPATH@/components/BrowserPageThumbs.manifest |
michael@0 | 375 | @BINPATH@/components/crashmonitor.manifest |
michael@0 | 376 | @BINPATH@/components/nsCrashMonitor.js |
michael@0 | 377 | @BINPATH@/components/SiteSpecificUserAgent.js |
michael@0 | 378 | @BINPATH@/components/SiteSpecificUserAgent.manifest |
michael@0 | 379 | @BINPATH@/components/toolkitsearch.manifest |
michael@0 | 380 | @BINPATH@/components/nsSearchService.js |
michael@0 | 381 | @BINPATH@/components/nsSearchSuggestions.js |
michael@0 | 382 | @BINPATH@/components/passwordmgr.manifest |
michael@0 | 383 | @BINPATH@/components/nsLoginInfo.js |
michael@0 | 384 | @BINPATH@/components/nsLoginManager.js |
michael@0 | 385 | @BINPATH@/components/nsLoginManagerPrompter.js |
michael@0 | 386 | @BINPATH@/components/storage-mozStorage.js |
michael@0 | 387 | @BINPATH@/components/crypto-SDR.js |
michael@0 | 388 | @BINPATH@/components/jsconsole-clhandler.manifest |
michael@0 | 389 | @BINPATH@/components/jsconsole-clhandler.js |
michael@0 | 390 | @BINPATH@/components/webvtt.xpt |
michael@0 | 391 | @BINPATH@/components/WebVTT.manifest |
michael@0 | 392 | @BINPATH@/components/WebVTTParserWrapper.js |
michael@0 | 393 | #ifdef MOZ_GTK |
michael@0 | 394 | @BINPATH@/components/nsFilePicker.manifest |
michael@0 | 395 | @BINPATH@/components/nsFilePicker.js |
michael@0 | 396 | #endif |
michael@0 | 397 | @BINPATH@/components/nsHelperAppDlg.manifest |
michael@0 | 398 | @BINPATH@/components/nsHelperAppDlg.js |
michael@0 | 399 | @BINPATH@/components/nsDownloadManagerUI.manifest |
michael@0 | 400 | @BINPATH@/components/nsDownloadManagerUI.js |
michael@0 | 401 | @BINPATH@/components/NetworkGeolocationProvider.manifest |
michael@0 | 402 | @BINPATH@/components/NetworkGeolocationProvider.js |
michael@0 | 403 | @BINPATH@/browser/components/nsSidebar.manifest |
michael@0 | 404 | @BINPATH@/browser/components/nsSidebar.js |
michael@0 | 405 | @BINPATH@/components/extensions.manifest |
michael@0 | 406 | @BINPATH@/components/addonManager.js |
michael@0 | 407 | @BINPATH@/components/amContentHandler.js |
michael@0 | 408 | @BINPATH@/components/amInstallTrigger.js |
michael@0 | 409 | @BINPATH@/components/amWebInstallListener.js |
michael@0 | 410 | @BINPATH@/components/nsBlocklistService.js |
michael@0 | 411 | #ifdef MOZ_UPDATER |
michael@0 | 412 | @BINPATH@/components/nsUpdateService.manifest |
michael@0 | 413 | @BINPATH@/components/nsUpdateService.js |
michael@0 | 414 | @BINPATH@/components/nsUpdateServiceStub.js |
michael@0 | 415 | #endif |
michael@0 | 416 | @BINPATH@/components/nsUpdateTimerManager.manifest |
michael@0 | 417 | @BINPATH@/components/nsUpdateTimerManager.js |
michael@0 | 418 | @BINPATH@/components/pluginGlue.manifest |
michael@0 | 419 | @BINPATH@/browser/components/nsSessionStore.manifest |
michael@0 | 420 | @BINPATH@/browser/components/nsSessionStartup.js |
michael@0 | 421 | @BINPATH@/browser/components/nsSessionStore.js |
michael@0 | 422 | @BINPATH@/components/nsURLFormatter.manifest |
michael@0 | 423 | @BINPATH@/components/nsURLFormatter.js |
michael@0 | 424 | @BINPATH@/browser/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@ |
michael@0 | 425 | @BINPATH@/components/txEXSLTRegExFunctions.manifest |
michael@0 | 426 | @BINPATH@/components/txEXSLTRegExFunctions.js |
michael@0 | 427 | @BINPATH@/components/toolkitplaces.manifest |
michael@0 | 428 | @BINPATH@/components/nsLivemarkService.js |
michael@0 | 429 | @BINPATH@/components/nsTaggingService.js |
michael@0 | 430 | @BINPATH@/components/nsPlacesAutoComplete.manifest |
michael@0 | 431 | @BINPATH@/components/nsPlacesAutoComplete.js |
michael@0 | 432 | @BINPATH@/components/UnifiedComplete.manifest |
michael@0 | 433 | @BINPATH@/components/UnifiedComplete.js |
michael@0 | 434 | @BINPATH@/components/nsPlacesExpiration.js |
michael@0 | 435 | @BINPATH@/browser/components/PlacesProtocolHandler.js |
michael@0 | 436 | @BINPATH@/components/PlacesCategoriesStarter.js |
michael@0 | 437 | @BINPATH@/components/ColorAnalyzer.js |
michael@0 | 438 | @BINPATH@/components/PageThumbsProtocol.js |
michael@0 | 439 | @BINPATH@/components/nsDefaultCLH.manifest |
michael@0 | 440 | @BINPATH@/components/nsDefaultCLH.js |
michael@0 | 441 | @BINPATH@/components/nsContentPrefService.manifest |
michael@0 | 442 | @BINPATH@/components/nsContentPrefService.js |
michael@0 | 443 | @BINPATH@/components/nsContentDispatchChooser.manifest |
michael@0 | 444 | @BINPATH@/components/nsContentDispatchChooser.js |
michael@0 | 445 | @BINPATH@/components/nsHandlerService.manifest |
michael@0 | 446 | @BINPATH@/components/nsHandlerService.js |
michael@0 | 447 | @BINPATH@/components/nsWebHandlerApp.manifest |
michael@0 | 448 | @BINPATH@/components/nsWebHandlerApp.js |
michael@0 | 449 | @BINPATH@/components/satchel.manifest |
michael@0 | 450 | @BINPATH@/components/nsFormAutoComplete.js |
michael@0 | 451 | @BINPATH@/components/nsFormHistory.js |
michael@0 | 452 | @BINPATH@/components/FormHistoryStartup.js |
michael@0 | 453 | @BINPATH@/components/nsInputListAutoComplete.js |
michael@0 | 454 | @BINPATH@/components/contentSecurityPolicy.manifest |
michael@0 | 455 | @BINPATH@/components/contentSecurityPolicy.js |
michael@0 | 456 | @BINPATH@/components/contentAreaDropListener.manifest |
michael@0 | 457 | @BINPATH@/components/contentAreaDropListener.js |
michael@0 | 458 | @BINPATH@/browser/components/BrowserProfileMigrators.manifest |
michael@0 | 459 | @BINPATH@/browser/components/ProfileMigrator.js |
michael@0 | 460 | @BINPATH@/browser/components/ChromeProfileMigrator.js |
michael@0 | 461 | @BINPATH@/browser/components/FirefoxProfileMigrator.js |
michael@0 | 462 | #ifdef XP_WIN |
michael@0 | 463 | @BINPATH@/browser/components/IEProfileMigrator.js |
michael@0 | 464 | @BINPATH@/browser/components/SafariProfileMigrator.js |
michael@0 | 465 | #endif |
michael@0 | 466 | #ifdef XP_MACOSX |
michael@0 | 467 | @BINPATH@/browser/components/SafariProfileMigrator.js |
michael@0 | 468 | #endif |
michael@0 | 469 | #ifdef MOZ_ENABLE_DBUS |
michael@0 | 470 | @BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@ |
michael@0 | 471 | #endif |
michael@0 | 472 | #ifdef MOZ_ENABLE_GNOME_COMPONENT |
michael@0 | 473 | @BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@ |
michael@0 | 474 | #endif |
michael@0 | 475 | #ifdef MOZ_ENABLE_GNOMEVFS |
michael@0 | 476 | @BINPATH@/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ |
michael@0 | 477 | #endif |
michael@0 | 478 | #if defined(MOZ_ENABLE_DBUS) || defined(MOZ_ENABLE_GNOME_COMPONENT) || defined(MOZ_ENABLE_GNOMEVFS) |
michael@0 | 479 | @BINPATH@/components/components.manifest |
michael@0 | 480 | #endif |
michael@0 | 481 | @BINPATH@/components/nsINIProcessor.manifest |
michael@0 | 482 | @BINPATH@/components/nsINIProcessor.js |
michael@0 | 483 | @BINPATH@/components/nsPrompter.manifest |
michael@0 | 484 | @BINPATH@/components/nsPrompter.js |
michael@0 | 485 | #ifdef MOZ_DATA_REPORTING |
michael@0 | 486 | @BINPATH@/components/DataReporting.manifest |
michael@0 | 487 | @BINPATH@/components/DataReportingService.js |
michael@0 | 488 | #endif |
michael@0 | 489 | #ifdef MOZ_SERVICES_HEALTHREPORT |
michael@0 | 490 | @BINPATH@/components/HealthReportComponents.manifest |
michael@0 | 491 | #endif |
michael@0 | 492 | #ifdef MOZ_SERVICES_SYNC |
michael@0 | 493 | @BINPATH@/components/SyncComponents.manifest |
michael@0 | 494 | @BINPATH@/components/Weave.js |
michael@0 | 495 | #endif |
michael@0 | 496 | #ifdef MOZ_CAPTIVEDETECT |
michael@0 | 497 | @BINPATH@/components/CaptivePortalDetectComponents.manifest |
michael@0 | 498 | @BINPATH@/components/captivedetect.js |
michael@0 | 499 | #endif |
michael@0 | 500 | @BINPATH@/components/servicesComponents.manifest |
michael@0 | 501 | @BINPATH@/components/cryptoComponents.manifest |
michael@0 | 502 | @BINPATH@/components/TelemetryStartup.js |
michael@0 | 503 | @BINPATH@/components/TelemetryStartup.manifest |
michael@0 | 504 | @BINPATH@/components/messageWakeupService.js |
michael@0 | 505 | @BINPATH@/components/messageWakeupService.manifest |
michael@0 | 506 | @BINPATH@/components/SettingsManager.js |
michael@0 | 507 | @BINPATH@/components/SettingsManager.manifest |
michael@0 | 508 | @BINPATH@/components/Webapps.js |
michael@0 | 509 | @BINPATH@/components/Webapps.manifest |
michael@0 | 510 | @BINPATH@/components/AppsService.js |
michael@0 | 511 | @BINPATH@/components/AppsService.manifest |
michael@0 | 512 | @BINPATH@/components/nsDOMIdentity.js |
michael@0 | 513 | @BINPATH@/components/nsIDService.js |
michael@0 | 514 | @BINPATH@/components/Identity.manifest |
michael@0 | 515 | @BINPATH@/components/recording-cmdline.js |
michael@0 | 516 | @BINPATH@/components/recording-cmdline.manifest |
michael@0 | 517 | |
michael@0 | 518 | @BINPATH@/components/PermissionSettings.js |
michael@0 | 519 | @BINPATH@/components/PermissionSettings.manifest |
michael@0 | 520 | @BINPATH@/components/ContactManager.js |
michael@0 | 521 | @BINPATH@/components/ContactManager.manifest |
michael@0 | 522 | @BINPATH@/components/PhoneNumberService.js |
michael@0 | 523 | @BINPATH@/components/PhoneNumberService.manifest |
michael@0 | 524 | @BINPATH@/components/NotificationStorage.js |
michael@0 | 525 | @BINPATH@/components/NotificationStorage.manifest |
michael@0 | 526 | @BINPATH@/components/AlarmsManager.js |
michael@0 | 527 | @BINPATH@/components/AlarmsManager.manifest |
michael@0 | 528 | @BINPATH@/components/Push.js |
michael@0 | 529 | @BINPATH@/components/Push.manifest |
michael@0 | 530 | @BINPATH@/components/PushServiceLauncher.js |
michael@0 | 531 | |
michael@0 | 532 | #ifndef RELEASE_BUILD |
michael@0 | 533 | @BINPATH@/components/InterAppComm.manifest |
michael@0 | 534 | @BINPATH@/components/InterAppCommService.js |
michael@0 | 535 | @BINPATH@/components/InterAppConnection.js |
michael@0 | 536 | @BINPATH@/components/InterAppMessagePort.js |
michael@0 | 537 | #endif |
michael@0 | 538 | |
michael@0 | 539 | @BINPATH@/components/TCPSocket.js |
michael@0 | 540 | @BINPATH@/components/TCPServerSocket.js |
michael@0 | 541 | @BINPATH@/components/TCPSocketParentIntermediary.js |
michael@0 | 542 | @BINPATH@/components/TCPSocket.manifest |
michael@0 | 543 | |
michael@0 | 544 | #ifdef MOZ_ACTIVITIES |
michael@0 | 545 | @BINPATH@/components/SystemMessageInternal.js |
michael@0 | 546 | @BINPATH@/components/SystemMessageManager.js |
michael@0 | 547 | @BINPATH@/components/SystemMessageManager.manifest |
michael@0 | 548 | |
michael@0 | 549 | @BINPATH@/components/Activities.manifest |
michael@0 | 550 | @BINPATH@/components/ActivityProxy.js |
michael@0 | 551 | @BINPATH@/components/ActivityRequestHandler.js |
michael@0 | 552 | @BINPATH@/components/ActivityWrapper.js |
michael@0 | 553 | @BINPATH@/components/ActivityMessageConfigurator.js |
michael@0 | 554 | #endif |
michael@0 | 555 | |
michael@0 | 556 | @BINPATH@/components/Payment.js |
michael@0 | 557 | @BINPATH@/components/PaymentFlowInfo.js |
michael@0 | 558 | @BINPATH@/components/Payment.manifest |
michael@0 | 559 | |
michael@0 | 560 | #ifdef MOZ_WEBRTC |
michael@0 | 561 | @BINPATH@/components/PeerConnection.js |
michael@0 | 562 | @BINPATH@/components/PeerConnection.manifest |
michael@0 | 563 | #endif |
michael@0 | 564 | |
michael@0 | 565 | @BINPATH@/chrome/marionette@JAREXT@ |
michael@0 | 566 | @BINPATH@/chrome/marionette.manifest |
michael@0 | 567 | @BINPATH@/components/MarionetteComponents.manifest |
michael@0 | 568 | @BINPATH@/components/marionettecomponent.js |
michael@0 | 569 | |
michael@0 | 570 | #ifdef MOZ_WEBSPEECH |
michael@0 | 571 | @BINPATH@/components/dom_webspeechsynth.xpt |
michael@0 | 572 | #endif |
michael@0 | 573 | |
michael@0 | 574 | ; InputMethod API |
michael@0 | 575 | @BINPATH@/components/MozKeyboard.js |
michael@0 | 576 | @BINPATH@/components/InputMethod.manifest |
michael@0 | 577 | |
michael@0 | 578 | #ifdef MOZ_DEBUG |
michael@0 | 579 | @BINPATH@/components/TestInterfaceJS.js |
michael@0 | 580 | @BINPATH@/components/TestInterfaceJS.manifest |
michael@0 | 581 | #endif |
michael@0 | 582 | |
michael@0 | 583 | ; Modules |
michael@0 | 584 | @BINPATH@/browser/modules/* |
michael@0 | 585 | @BINPATH@/modules/* |
michael@0 | 586 | |
michael@0 | 587 | ; Safe Browsing |
michael@0 | 588 | #ifdef MOZ_URL_CLASSIFIER |
michael@0 | 589 | @BINPATH@/components/nsURLClassifier.manifest |
michael@0 | 590 | @BINPATH@/components/nsUrlClassifierHashCompleter.js |
michael@0 | 591 | @BINPATH@/components/nsUrlClassifierListManager.js |
michael@0 | 592 | @BINPATH@/components/nsUrlClassifierLib.js |
michael@0 | 593 | @BINPATH@/components/url-classifier.xpt |
michael@0 | 594 | #endif |
michael@0 | 595 | |
michael@0 | 596 | ; ANGLE GLES-on-D3D rendering library |
michael@0 | 597 | #ifdef MOZ_ANGLE_RENDERER |
michael@0 | 598 | @BINPATH@/libEGL.dll |
michael@0 | 599 | @BINPATH@/libGLESv2.dll |
michael@0 | 600 | #ifdef MOZ_D3DCOMPILER_DLL_PATH |
michael@0 | 601 | @BINPATH@/@MOZ_D3DCOMPILER_DLL@ |
michael@0 | 602 | #endif |
michael@0 | 603 | #endif |
michael@0 | 604 | |
michael@0 | 605 | ; [Browser Chrome Files] |
michael@0 | 606 | @BINPATH@/browser/chrome.manifest |
michael@0 | 607 | @BINPATH@/browser/chrome/browser@JAREXT@ |
michael@0 | 608 | @BINPATH@/browser/chrome/browser.manifest |
michael@0 | 609 | @BINPATH@/browser/chrome/pdfjs.manifest |
michael@0 | 610 | @BINPATH@/browser/chrome/pdfjs/* |
michael@0 | 611 | #ifdef NIGHTLY_BUILD |
michael@0 | 612 | @BINPATH@/browser/chrome/shumway.manifest |
michael@0 | 613 | @BINPATH@/browser/chrome/shumway/* |
michael@0 | 614 | #endif |
michael@0 | 615 | @BINPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf |
michael@0 | 616 | @BINPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png |
michael@0 | 617 | @BINPATH@/chrome/toolkit@JAREXT@ |
michael@0 | 618 | @BINPATH@/chrome/toolkit.manifest |
michael@0 | 619 | @BINPATH@/chrome/recording.manifest |
michael@0 | 620 | @BINPATH@/chrome/recording/* |
michael@0 | 621 | #ifdef MOZ_GTK |
michael@0 | 622 | @BINPATH@/browser/chrome/icons/default/default16.png |
michael@0 | 623 | @BINPATH@/browser/chrome/icons/default/default32.png |
michael@0 | 624 | @BINPATH@/browser/chrome/icons/default/default48.png |
michael@0 | 625 | #endif |
michael@0 | 626 | |
michael@0 | 627 | ; shell icons |
michael@0 | 628 | #ifdef XP_UNIX |
michael@0 | 629 | #ifndef XP_MACOSX |
michael@0 | 630 | ; shell icons |
michael@0 | 631 | @BINPATH@/browser/icons/*.png |
michael@0 | 632 | #ifdef MOZ_UPDATER |
michael@0 | 633 | ; updater icon |
michael@0 | 634 | @BINPATH@/icons/updater.png |
michael@0 | 635 | #endif |
michael@0 | 636 | #endif |
michael@0 | 637 | #endif |
michael@0 | 638 | |
michael@0 | 639 | ; [Default Preferences] |
michael@0 | 640 | ; All the pref files must be part of base to prevent migration bugs |
michael@0 | 641 | @BINPATH@/browser/@PREF_DIR@/firefox.js |
michael@0 | 642 | @BINPATH@/browser/@PREF_DIR@/firefox-branding.js |
michael@0 | 643 | @BINPATH@/greprefs.js |
michael@0 | 644 | @BINPATH@/defaults/autoconfig/platform.js |
michael@0 | 645 | @BINPATH@/defaults/autoconfig/prefcalls.js |
michael@0 | 646 | @BINPATH@/browser/defaults/profile/prefs.js |
michael@0 | 647 | @BINPATH@/browser/@PREF_DIR@/000-tor-browser.js |
michael@0 | 648 | |
michael@0 | 649 | #ifndef LIBXUL_SDK |
michael@0 | 650 | ; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325) |
michael@0 | 651 | ; Technically this is an app pref file, but we are keeping it in the original |
michael@0 | 652 | ; gre location for now. |
michael@0 | 653 | @BINPATH@/defaults/pref/channel-prefs.js |
michael@0 | 654 | #else |
michael@0 | 655 | ; For Fx-on-xr, channel-prefs lives with the app preferences. (Bug 762588) |
michael@0 | 656 | @BINPATH@/@PREF_DIR@/channel-prefs.js |
michael@0 | 657 | #endif |
michael@0 | 658 | |
michael@0 | 659 | ; Services (gre) prefs |
michael@0 | 660 | #ifdef MOZ_SERVICES_NOTIFICATIONS |
michael@0 | 661 | @BINPATH@/defaults/pref/services-notifications.js |
michael@0 | 662 | #endif |
michael@0 | 663 | #ifdef MOZ_SERVICES_SYNC |
michael@0 | 664 | @BINPATH@/defaults/pref/services-sync.js |
michael@0 | 665 | #endif |
michael@0 | 666 | |
michael@0 | 667 | ; [Layout Engine Resources] |
michael@0 | 668 | ; Style Sheets, Graphics and other Resources used by the layout engine. |
michael@0 | 669 | @BINPATH@/res/EditorOverride.css |
michael@0 | 670 | @BINPATH@/res/contenteditable.css |
michael@0 | 671 | @BINPATH@/res/designmode.css |
michael@0 | 672 | @BINPATH@/res/ImageDocument.css |
michael@0 | 673 | @BINPATH@/res/TopLevelImageDocument.css |
michael@0 | 674 | @BINPATH@/res/TopLevelVideoDocument.css |
michael@0 | 675 | @BINPATH@/res/table-add-column-after-active.gif |
michael@0 | 676 | @BINPATH@/res/table-add-column-after-hover.gif |
michael@0 | 677 | @BINPATH@/res/table-add-column-after.gif |
michael@0 | 678 | @BINPATH@/res/table-add-column-before-active.gif |
michael@0 | 679 | @BINPATH@/res/table-add-column-before-hover.gif |
michael@0 | 680 | @BINPATH@/res/table-add-column-before.gif |
michael@0 | 681 | @BINPATH@/res/table-add-row-after-active.gif |
michael@0 | 682 | @BINPATH@/res/table-add-row-after-hover.gif |
michael@0 | 683 | @BINPATH@/res/table-add-row-after.gif |
michael@0 | 684 | @BINPATH@/res/table-add-row-before-active.gif |
michael@0 | 685 | @BINPATH@/res/table-add-row-before-hover.gif |
michael@0 | 686 | @BINPATH@/res/table-add-row-before.gif |
michael@0 | 687 | @BINPATH@/res/table-remove-column-active.gif |
michael@0 | 688 | @BINPATH@/res/table-remove-column-hover.gif |
michael@0 | 689 | @BINPATH@/res/table-remove-column.gif |
michael@0 | 690 | @BINPATH@/res/table-remove-row-active.gif |
michael@0 | 691 | @BINPATH@/res/table-remove-row-hover.gif |
michael@0 | 692 | @BINPATH@/res/table-remove-row.gif |
michael@0 | 693 | @BINPATH@/res/grabber.gif |
michael@0 | 694 | #ifdef XP_MACOSX |
michael@0 | 695 | @BINPATH@/res/cursors/* |
michael@0 | 696 | #endif |
michael@0 | 697 | @BINPATH@/res/fonts/* |
michael@0 | 698 | @BINPATH@/res/dtd/* |
michael@0 | 699 | @BINPATH@/res/html/* |
michael@0 | 700 | @BINPATH@/res/langGroups.properties |
michael@0 | 701 | @BINPATH@/res/language.properties |
michael@0 | 702 | @BINPATH@/res/entityTables/* |
michael@0 | 703 | #ifdef XP_MACOSX |
michael@0 | 704 | @BINPATH@/res/MainMenu.nib/ |
michael@0 | 705 | #endif |
michael@0 | 706 | |
michael@0 | 707 | ; svg |
michael@0 | 708 | @BINPATH@/res/svg.css |
michael@0 | 709 | @BINPATH@/components/dom_svg.xpt |
michael@0 | 710 | @BINPATH@/components/dom_smil.xpt |
michael@0 | 711 | |
michael@0 | 712 | ; [Personal Security Manager] |
michael@0 | 713 | ; |
michael@0 | 714 | ; NSS libraries are signed in the staging directory, |
michael@0 | 715 | ; meaning their .chk files are created there directly. |
michael@0 | 716 | ; |
michael@0 | 717 | #ifndef MOZ_NATIVE_NSS |
michael@0 | 718 | @BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@ |
michael@0 | 719 | @BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@ |
michael@0 | 720 | @BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@ |
michael@0 | 721 | #ifndef NSS_DISABLE_DBM |
michael@0 | 722 | @BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@ |
michael@0 | 723 | #endif |
michael@0 | 724 | #ifndef MOZ_FOLD_LIBS |
michael@0 | 725 | @BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@ |
michael@0 | 726 | @BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@ |
michael@0 | 727 | @BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@ |
michael@0 | 728 | #endif |
michael@0 | 729 | @BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@ |
michael@0 | 730 | #endif |
michael@0 | 731 | @BINPATH@/chrome/pippki@JAREXT@ |
michael@0 | 732 | @BINPATH@/chrome/pippki.manifest |
michael@0 | 733 | @BINPATH@/components/pipboot.xpt |
michael@0 | 734 | @BINPATH@/components/pipnss.xpt |
michael@0 | 735 | @BINPATH@/components/pippki.xpt |
michael@0 | 736 | |
michael@0 | 737 | ; For content sandboxing |
michael@0 | 738 | #if defined(XP_WIN) && defined(MOZ_CONTENT_SANDBOX) |
michael@0 | 739 | @BINPATH@/@DLL_PREFIX@sandboxbroker@DLL_SUFFIX@ |
michael@0 | 740 | #endif |
michael@0 | 741 | |
michael@0 | 742 | ; for Solaris SPARC |
michael@0 | 743 | #ifdef SOLARIS |
michael@0 | 744 | bin/libfreebl_32fpu_3.so |
michael@0 | 745 | bin/libfreebl_32int_3.so |
michael@0 | 746 | bin/libfreebl_32int64_3.so |
michael@0 | 747 | #endif |
michael@0 | 748 | |
michael@0 | 749 | ; [Updater] |
michael@0 | 750 | ; |
michael@0 | 751 | #ifdef MOZ_UPDATER |
michael@0 | 752 | #ifdef XP_MACOSX |
michael@0 | 753 | @BINPATH@/updater.app/ |
michael@0 | 754 | #else |
michael@0 | 755 | @BINPATH@/updater@BIN_SUFFIX@ |
michael@0 | 756 | #endif |
michael@0 | 757 | #endif |
michael@0 | 758 | |
michael@0 | 759 | ; [MaintenanceService] |
michael@0 | 760 | ; |
michael@0 | 761 | #ifdef MOZ_MAINTENANCE_SERVICE |
michael@0 | 762 | @BINPATH@/maintenanceservice.exe |
michael@0 | 763 | @BINPATH@/maintenanceservice_installer.exe |
michael@0 | 764 | #endif |
michael@0 | 765 | |
michael@0 | 766 | ; [Crash Reporter] |
michael@0 | 767 | ; |
michael@0 | 768 | #ifdef MOZ_CRASHREPORTER |
michael@0 | 769 | @BINPATH@/components/CrashService.manifest |
michael@0 | 770 | @BINPATH@/components/CrashService.js |
michael@0 | 771 | #ifdef XP_MACOSX |
michael@0 | 772 | @BINPATH@/crashreporter.app/ |
michael@0 | 773 | #else |
michael@0 | 774 | @BINPATH@/crashreporter@BIN_SUFFIX@ |
michael@0 | 775 | @BINPATH@/crashreporter.ini |
michael@0 | 776 | #ifdef XP_UNIX |
michael@0 | 777 | @BINPATH@/Throbber-small.gif |
michael@0 | 778 | #endif |
michael@0 | 779 | #endif |
michael@0 | 780 | @BINPATH@/browser/crashreporter-override.ini |
michael@0 | 781 | #ifdef MOZ_CRASHREPORTER_INJECTOR |
michael@0 | 782 | @BINPATH@/breakpadinjector.dll |
michael@0 | 783 | #endif |
michael@0 | 784 | #endif |
michael@0 | 785 | |
michael@0 | 786 | #ifdef MOZ_WEBAPP_RUNTIME |
michael@0 | 787 | [WebappRuntime] |
michael@0 | 788 | #ifdef XP_WIN |
michael@0 | 789 | @BINPATH@/webapp-uninstaller@BIN_SUFFIX@ |
michael@0 | 790 | #endif |
michael@0 | 791 | @BINPATH@/webapprt-stub@BIN_SUFFIX@ |
michael@0 | 792 | @BINPATH@/webapprt/webapprt.ini |
michael@0 | 793 | @BINPATH@/webapprt/chrome.manifest |
michael@0 | 794 | @BINPATH@/webapprt/chrome/webapprt@JAREXT@ |
michael@0 | 795 | @BINPATH@/webapprt/chrome/webapprt.manifest |
michael@0 | 796 | @BINPATH@/webapprt/chrome/@AB_CD@@JAREXT@ |
michael@0 | 797 | @BINPATH@/webapprt/chrome/@AB_CD@.manifest |
michael@0 | 798 | @BINPATH@/webapprt/components/CommandLineHandler.js |
michael@0 | 799 | @BINPATH@/webapprt/components/ContentPermission.js |
michael@0 | 800 | @BINPATH@/webapprt/components/DirectoryProvider.js |
michael@0 | 801 | @BINPATH@/webapprt/components/PaymentUIGlue.js |
michael@0 | 802 | @BINPATH@/webapprt/components/components.manifest |
michael@0 | 803 | @BINPATH@/webapprt/defaults/preferences/prefs.js |
michael@0 | 804 | @BINPATH@/webapprt/modules/Startup.jsm |
michael@0 | 805 | @BINPATH@/webapprt/modules/WebappRT.jsm |
michael@0 | 806 | @BINPATH@/webapprt/modules/WebappManager.jsm |
michael@0 | 807 | @BINPATH@/webapprt/modules/RemoteDebugger.jsm |
michael@0 | 808 | @BINPATH@/webapprt/modules/WebRTCHandler.jsm |
michael@0 | 809 | #endif |
michael@0 | 810 | |
michael@0 | 811 | #ifdef MOZ_METRO |
michael@0 | 812 | @BINPATH@/components/MetroUIUtils.js |
michael@0 | 813 | @BINPATH@/components/MetroUIUtils.manifest |
michael@0 | 814 | [metro] |
michael@0 | 815 | ; gre resources |
michael@0 | 816 | @BINPATH@/CommandExecuteHandler@BIN_SUFFIX@ |
michael@0 | 817 | @BINPATH@/resources.pri |
michael@0 | 818 | @BINPATH@/VisualElementsManifest.xml |
michael@0 | 819 | @BINPATH@/tileresources |
michael@0 | 820 | ; app dir resources |
michael@0 | 821 | @BINPATH@/metro/chrome.manifest |
michael@0 | 822 | @BINPATH@/metro/searchplugins |
michael@0 | 823 | @BINPATH@/metro/metroapp.ini |
michael@0 | 824 | @BINPATH@/metro/chrome/browser@JAREXT@ |
michael@0 | 825 | @BINPATH@/metro/chrome/browser.manifest |
michael@0 | 826 | @BINPATH@/metro/chrome/chrome@JAREXT@ |
michael@0 | 827 | @BINPATH@/metro/chrome/chrome.manifest |
michael@0 | 828 | @BINPATH@/metro/chrome/@AB_CD@@JAREXT@ |
michael@0 | 829 | @BINPATH@/metro/chrome/@AB_CD@.manifest |
michael@0 | 830 | #ifdef NIGHTLY_BUILD |
michael@0 | 831 | @BINPATH@/metro/chrome/shumway.manifest |
michael@0 | 832 | @BINPATH@/metro/chrome/shumway/* |
michael@0 | 833 | @BINPATH@/metro/chrome/pdfjs.manifest |
michael@0 | 834 | @BINPATH@/metro/chrome/pdfjs/* |
michael@0 | 835 | #endif |
michael@0 | 836 | @BINPATH@/metro/components |
michael@0 | 837 | @BINPATH@/metro/defaults |
michael@0 | 838 | @BINPATH@/metro/modules |
michael@0 | 839 | #endif |
michael@0 | 840 | |
michael@0 | 841 | @BINPATH@/components/DataStore.manifest |
michael@0 | 842 | @BINPATH@/components/DataStoreService.js |
michael@0 | 843 | @BINPATH@/components/dom_datastore.xpt |
michael@0 | 844 | |
michael@0 | 845 | |
michael@0 | 846 | #ifdef MOZ_ASAN |
michael@0 | 847 | #ifdef CLANG_CXX |
michael@0 | 848 | @BINPATH@/llvm-symbolizer |
michael@0 | 849 | #endif |
michael@0 | 850 | #endif |