|
1 ; This Source Code Form is subject to the terms of the Mozilla Public |
|
2 ; License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 |
|
5 ; Package file for the Fennec build. |
|
6 ; |
|
7 ; File format: |
|
8 ; |
|
9 ; [] designates a toplevel component. Example: [xpcom] |
|
10 ; - in front of a file specifies it to be removed from the destination |
|
11 ; * wildcard support to recursively copy the entire directory |
|
12 ; ; file comment |
|
13 ; |
|
14 |
|
15 #filter substitution |
|
16 |
|
17 [@AB_CD@] |
|
18 @BINPATH@/chrome/@AB_CD@@JAREXT@ |
|
19 @BINPATH@/chrome/@AB_CD@.manifest |
|
20 @BINPATH@/@PREF_DIR@/mobile-l10n.js |
|
21 @BINPATH@/searchplugins/* |
|
22 @BINPATH@/defaults/profile/bookmarks.html |
|
23 @BINPATH@/defaults/profile/localstore.rdf |
|
24 @BINPATH@/defaults/profile/mimeTypes.rdf |
|
25 @BINPATH@/defaults/profile/chrome/* |
|
26 #ifdef MOZ_UPDATER |
|
27 @BINPATH@/update.locale |
|
28 @BINPATH@/updater.ini |
|
29 #endif |
|
30 @BINPATH@/dictionaries/* |
|
31 @BINPATH@/hyphenation/* |
|
32 |
|
33 [assets destdir="assets"] |
|
34 #ifndef MOZ_STATIC_JS |
|
35 @BINPATH@/@DLL_PREFIX@mozjs@DLL_SUFFIX@ |
|
36 #endif |
|
37 #ifdef MOZ_DMD |
|
38 @BINPATH@/@DLL_PREFIX@dmd@DLL_SUFFIX@ |
|
39 #endif |
|
40 #ifndef MOZ_FOLD_LIBS |
|
41 @BINPATH@/@DLL_PREFIX@plc4@DLL_SUFFIX@ |
|
42 @BINPATH@/@DLL_PREFIX@plds4@DLL_SUFFIX@ |
|
43 @BINPATH@/@DLL_PREFIX@nspr4@DLL_SUFFIX@ |
|
44 #endif |
|
45 @BINPATH@/@DLL_PREFIX@mozalloc@DLL_SUFFIX@ |
|
46 @BINPATH@/@DLL_PREFIX@omxplugin@DLL_SUFFIX@ |
|
47 @BINPATH@/@DLL_PREFIX@omxplugingb@DLL_SUFFIX@ |
|
48 @BINPATH@/@DLL_PREFIX@omxplugingb235@DLL_SUFFIX@ |
|
49 @BINPATH@/@DLL_PREFIX@omxpluginhc@DLL_SUFFIX@ |
|
50 @BINPATH@/@DLL_PREFIX@omxpluginkk@DLL_SUFFIX@ |
|
51 @BINPATH@/@DLL_PREFIX@omxpluginfroyo@DLL_SUFFIX@ |
|
52 @BINPATH@/@DLL_PREFIX@xul@DLL_SUFFIX@ |
|
53 |
|
54 @BINPATH@/@DLL_PREFIX@nssckbi@DLL_SUFFIX@ |
|
55 @BINPATH@/@DLL_PREFIX@nss3@DLL_SUFFIX@ |
|
56 #ifndef MOZ_FOLD_LIBS |
|
57 @BINPATH@/@DLL_PREFIX@nssutil3@DLL_SUFFIX@ |
|
58 @BINPATH@/@DLL_PREFIX@smime3@DLL_SUFFIX@ |
|
59 @BINPATH@/@DLL_PREFIX@ssl3@DLL_SUFFIX@ |
|
60 #endif |
|
61 @BINPATH@/@DLL_PREFIX@softokn3@DLL_SUFFIX@ |
|
62 @BINPATH@/@DLL_PREFIX@freebl3@DLL_SUFFIX@ |
|
63 #ifndef CROSS_COMPILE |
|
64 @BINPATH@/@DLL_PREFIX@freebl3.chk |
|
65 @BINPATH@/@DLL_PREFIX@softokn3.chk |
|
66 #endif |
|
67 #ifndef NSS_DISABLE_DBM |
|
68 @BINPATH@/@DLL_PREFIX@nssdbm3@DLL_SUFFIX@ |
|
69 #ifndef CROSS_COMPILE |
|
70 @BINPATH@/@DLL_PREFIX@nssdbm3.chk |
|
71 #endif |
|
72 #endif |
|
73 |
|
74 #ifndef MOZ_FOLD_LIBS |
|
75 @BINPATH@/@DLL_PREFIX@mozsqlite3@DLL_SUFFIX@ |
|
76 #endif |
|
77 |
|
78 [xpcom] |
|
79 @BINPATH@/dependentlibs.list |
|
80 @BINPATH@/@DLL_PREFIX@mozglue@DLL_SUFFIX@ |
|
81 @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ |
|
82 |
|
83 @BINPATH@/AndroidManifest.xml |
|
84 @BINPATH@/resources.arsc |
|
85 @BINPATH@/package-name.txt |
|
86 @BINPATH@/classes.dex |
|
87 @BINPATH@/res/drawable |
|
88 @BINPATH@/res/drawable-hdpi |
|
89 @BINPATH@/res/layout |
|
90 @BINPATH@/distribution/* |
|
91 |
|
92 [browser] |
|
93 ; [Base Browser Files] |
|
94 #ifndef XP_UNIX |
|
95 @BINPATH@/@MOZ_APP_NAME@.exe |
|
96 #else |
|
97 @BINPATH@/@MOZ_APP_NAME@-bin |
|
98 @BINPATH@/@MOZ_APP_NAME@ |
|
99 #endif |
|
100 @BINPATH@/application.ini |
|
101 @BINPATH@/platform.ini |
|
102 @BINPATH@/blocklist.xml |
|
103 #ifdef XP_UNIX |
|
104 @BINPATH@/run-mozilla.sh |
|
105 @BINPATH@/mozilla-xremote-client |
|
106 #endif |
|
107 |
|
108 ; [Components] |
|
109 @BINPATH@/components/components.manifest |
|
110 @BINPATH@/components/alerts.xpt |
|
111 #ifdef ACCESSIBILITY |
|
112 @BINPATH@/components/accessibility.xpt |
|
113 #endif |
|
114 @BINPATH@/components/appshell.xpt |
|
115 @BINPATH@/components/appstartup.xpt |
|
116 @BINPATH@/components/autocomplete.xpt |
|
117 @BINPATH@/components/autoconfig.xpt |
|
118 @BINPATH@/components/browsercompsbase.xpt |
|
119 @BINPATH@/components/browser-feeds.xpt |
|
120 @BINPATH@/components/caps.xpt |
|
121 @BINPATH@/components/chardet.xpt |
|
122 @BINPATH@/components/chrome.xpt |
|
123 @BINPATH@/components/commandhandler.xpt |
|
124 @BINPATH@/components/commandlines.xpt |
|
125 @BINPATH@/components/composer.xpt |
|
126 @BINPATH@/components/content_base.xpt |
|
127 @BINPATH@/components/content_events.xpt |
|
128 @BINPATH@/components/content_htmldoc.xpt |
|
129 @BINPATH@/components/content_html.xpt |
|
130 @BINPATH@/components/content_webrtc.xpt |
|
131 @BINPATH@/components/content_xslt.xpt |
|
132 @BINPATH@/components/cookie.xpt |
|
133 @BINPATH@/components/directory.xpt |
|
134 @BINPATH@/components/docshell.xpt |
|
135 @BINPATH@/components/dom.xpt |
|
136 @BINPATH@/components/dom_apps.xpt |
|
137 @BINPATH@/components/dom_base.xpt |
|
138 @BINPATH@/components/dom_canvas.xpt |
|
139 @BINPATH@/components/dom_core.xpt |
|
140 @BINPATH@/components/dom_css.xpt |
|
141 @BINPATH@/components/dom_devicestorage.xpt |
|
142 @BINPATH@/components/dom_events.xpt |
|
143 @BINPATH@/components/dom_geolocation.xpt |
|
144 @BINPATH@/components/dom_media.xpt |
|
145 @BINPATH@/components/dom_network.xpt |
|
146 @BINPATH@/components/dom_notification.xpt |
|
147 @BINPATH@/components/dom_html.xpt |
|
148 @BINPATH@/components/dom_indexeddb.xpt |
|
149 @BINPATH@/components/dom_offline.xpt |
|
150 @BINPATH@/components/dom_json.xpt |
|
151 @BINPATH@/components/dom_payment.xpt |
|
152 @BINPATH@/components/dom_power.xpt |
|
153 @BINPATH@/components/dom_quota.xpt |
|
154 @BINPATH@/components/dom_range.xpt |
|
155 @BINPATH@/components/dom_settings.xpt |
|
156 @BINPATH@/components/dom_permissionsettings.xpt |
|
157 @BINPATH@/components/dom_sidebar.xpt |
|
158 @BINPATH@/components/dom_mobilemessage.xpt |
|
159 @BINPATH@/components/dom_storage.xpt |
|
160 @BINPATH@/components/dom_stylesheets.xpt |
|
161 @BINPATH@/components/dom_system.xpt |
|
162 @BINPATH@/components/dom_threads.xpt |
|
163 @BINPATH@/components/dom_traversal.xpt |
|
164 @BINPATH@/components/dom_views.xpt |
|
165 #ifdef MOZ_WEBSPEECH |
|
166 @BINPATH@/components/dom_webspeechrecognition.xpt |
|
167 #endif |
|
168 @BINPATH@/components/dom_xbl.xpt |
|
169 @BINPATH@/components/dom_xpath.xpt |
|
170 @BINPATH@/components/dom_xul.xpt |
|
171 @BINPATH@/components/downloads.xpt |
|
172 @BINPATH@/components/editor.xpt |
|
173 @BINPATH@/components/embed_base.xpt |
|
174 @BINPATH@/components/extensions.xpt |
|
175 @BINPATH@/components/exthandler.xpt |
|
176 @BINPATH@/components/exthelper.xpt |
|
177 @BINPATH@/components/fastfind.xpt |
|
178 @BINPATH@/components/feeds.xpt |
|
179 @BINPATH@/components/find.xpt |
|
180 @BINPATH@/components/fuel.xpt |
|
181 @BINPATH@/components/gfx.xpt |
|
182 @BINPATH@/components/html5.xpt |
|
183 @BINPATH@/components/htmlparser.xpt |
|
184 @BINPATH@/components/imglib2.xpt |
|
185 @BINPATH@/components/imgicon.xpt |
|
186 @BINPATH@/components/inspector.xpt |
|
187 @BINPATH@/components/intl.xpt |
|
188 @BINPATH@/components/jar.xpt |
|
189 @BINPATH@/components/jsdservice.xpt |
|
190 @BINPATH@/components/jsdebugger.xpt |
|
191 @BINPATH@/components/jsdownloads.xpt |
|
192 @BINPATH@/components/jsinspector.xpt |
|
193 @BINPATH@/components/layout_base.xpt |
|
194 #ifdef NS_PRINTING |
|
195 @BINPATH@/components/layout_printing.xpt |
|
196 #endif |
|
197 @BINPATH@/components/layout_xul_tree.xpt |
|
198 @BINPATH@/components/layout_xul.xpt |
|
199 @BINPATH@/components/locale.xpt |
|
200 @BINPATH@/components/lwbrk.xpt |
|
201 @BINPATH@/components/migration.xpt |
|
202 @BINPATH@/components/mimetype.xpt |
|
203 @BINPATH@/components/mozfind.xpt |
|
204 @BINPATH@/components/necko_about.xpt |
|
205 @BINPATH@/components/necko_cache.xpt |
|
206 @BINPATH@/components/necko_cache2.xpt |
|
207 @BINPATH@/components/necko_cookie.xpt |
|
208 @BINPATH@/components/necko_dns.xpt |
|
209 @BINPATH@/components/necko_file.xpt |
|
210 @BINPATH@/components/necko_ftp.xpt |
|
211 @BINPATH@/components/necko_http.xpt |
|
212 @BINPATH@/components/necko_res.xpt |
|
213 @BINPATH@/components/necko_socket.xpt |
|
214 @BINPATH@/components/necko_strconv.xpt |
|
215 @BINPATH@/components/necko_viewsource.xpt |
|
216 @BINPATH@/components/necko_websocket.xpt |
|
217 @BINPATH@/components/necko_wifi.xpt |
|
218 @BINPATH@/components/necko_wyciwyg.xpt |
|
219 @BINPATH@/components/necko.xpt |
|
220 @BINPATH@/components/loginmgr.xpt |
|
221 @BINPATH@/components/parentalcontrols.xpt |
|
222 #ifdef MOZ_WEBRTC |
|
223 @BINPATH@/components/peerconnection.xpt |
|
224 #endif |
|
225 @BINPATH@/components/plugin.xpt |
|
226 @BINPATH@/components/pref.xpt |
|
227 @BINPATH@/components/prefetch.xpt |
|
228 @BINPATH@/components/profile.xpt |
|
229 #ifdef MOZ_ENABLE_PROFILER_SPS |
|
230 @BINPATH@/components/profiler.xpt |
|
231 #endif |
|
232 @BINPATH@/components/proxyObject.xpt |
|
233 @BINPATH@/components/rdf.xpt |
|
234 @BINPATH@/components/satchel.xpt |
|
235 @BINPATH@/components/saxparser.xpt |
|
236 @BINPATH@/components/sessionstore.xpt |
|
237 @BINPATH@/components/services-crypto-component.xpt |
|
238 #ifdef MOZ_CAPTIVEDETECT |
|
239 @BINPATH@/components/captivedetect.xpt |
|
240 #endif |
|
241 @BINPATH@/components/shellservice.xpt |
|
242 @BINPATH@/components/shistory.xpt |
|
243 @BINPATH@/components/spellchecker.xpt |
|
244 @BINPATH@/components/storage.xpt |
|
245 @BINPATH@/components/telemetry.xpt |
|
246 @BINPATH@/components/toolkit_finalizationwitness.xpt |
|
247 @BINPATH@/components/toolkit_osfile.xpt |
|
248 @BINPATH@/components/toolkitprofile.xpt |
|
249 #ifdef MOZ_ENABLE_XREMOTE |
|
250 @BINPATH@/components/toolkitremote.xpt |
|
251 #endif |
|
252 @BINPATH@/components/txtsvc.xpt |
|
253 @BINPATH@/components/txmgr.xpt |
|
254 @BINPATH@/components/uconv.xpt |
|
255 @BINPATH@/components/unicharutil.xpt |
|
256 @BINPATH@/components/update.xpt |
|
257 @BINPATH@/components/uriloader.xpt |
|
258 @BINPATH@/components/urlformatter.xpt |
|
259 @BINPATH@/components/webBrowser_core.xpt |
|
260 @BINPATH@/components/webbrowserpersist.xpt |
|
261 @BINPATH@/components/webshell_idls.xpt |
|
262 @BINPATH@/components/widget.xpt |
|
263 @BINPATH@/components/widget_android.xpt |
|
264 @BINPATH@/components/windowds.xpt |
|
265 @BINPATH@/components/windowwatcher.xpt |
|
266 @BINPATH@/components/xpcom_base.xpt |
|
267 @BINPATH@/components/xpcom_system.xpt |
|
268 @BINPATH@/components/xpcom_components.xpt |
|
269 @BINPATH@/components/xpcom_ds.xpt |
|
270 @BINPATH@/components/xpcom_io.xpt |
|
271 @BINPATH@/components/xpcom_threads.xpt |
|
272 @BINPATH@/components/xpcom_xpti.xpt |
|
273 @BINPATH@/components/xpconnect.xpt |
|
274 @BINPATH@/components/xulapp.xpt |
|
275 @BINPATH@/components/xul.xpt |
|
276 @BINPATH@/components/xuldoc.xpt |
|
277 @BINPATH@/components/xultmpl.xpt |
|
278 @BINPATH@/components/zipwriter.xpt |
|
279 |
|
280 ; JavaScript components |
|
281 @BINPATH@/components/ConsoleAPI.manifest |
|
282 @BINPATH@/components/ConsoleAPIStorage.js |
|
283 @BINPATH@/components/ContactManager.js |
|
284 @BINPATH@/components/ContactManager.manifest |
|
285 @BINPATH@/components/PhoneNumberService.js |
|
286 @BINPATH@/components/PhoneNumberService.manifest |
|
287 @BINPATH@/components/NotificationStorage.js |
|
288 @BINPATH@/components/NotificationStorage.manifest |
|
289 @BINPATH@/components/SettingsManager.js |
|
290 @BINPATH@/components/SettingsManager.manifest |
|
291 @BINPATH@/components/BrowserElementParent.manifest |
|
292 @BINPATH@/components/BrowserElementParent.js |
|
293 @BINPATH@/components/FeedProcessor.manifest |
|
294 @BINPATH@/components/FeedProcessor.js |
|
295 @BINPATH@/components/BrowserFeeds.manifest |
|
296 @BINPATH@/components/FeedConverter.js |
|
297 @BINPATH@/components/FeedWriter.js |
|
298 @BINPATH@/components/PermissionSettings.js |
|
299 @BINPATH@/components/PermissionSettings.manifest |
|
300 @BINPATH@/components/PermissionPromptService.js |
|
301 @BINPATH@/components/PermissionPromptService.manifest |
|
302 @BINPATH@/components/fuelApplication.manifest |
|
303 @BINPATH@/components/fuelApplication.js |
|
304 @BINPATH@/components/WebContentConverter.js |
|
305 @BINPATH@/components/BrowserComponents.manifest |
|
306 @BINPATH@/components/nsBrowserContentHandler.js |
|
307 @BINPATH@/components/nsBrowserGlue.js |
|
308 @BINPATH@/components/nsSetDefaultBrowser.manifest |
|
309 @BINPATH@/components/nsSetDefaultBrowser.js |
|
310 @BINPATH@/components/toolkitsearch.manifest |
|
311 @BINPATH@/components/nsSearchService.js |
|
312 @BINPATH@/components/nsSearchSuggestions.js |
|
313 @BINPATH@/components/passwordmgr.manifest |
|
314 @BINPATH@/components/nsLoginInfo.js |
|
315 @BINPATH@/components/nsLoginManager.js |
|
316 @BINPATH@/components/nsLoginManagerPrompter.js |
|
317 @BINPATH@/components/SiteSpecificUserAgent.js |
|
318 @BINPATH@/components/SiteSpecificUserAgent.manifest |
|
319 @BINPATH@/components/storage-mozStorage.js |
|
320 @BINPATH@/components/crypto-SDR.js |
|
321 @BINPATH@/components/jsconsole-clhandler.manifest |
|
322 @BINPATH@/components/jsconsole-clhandler.js |
|
323 @BINPATH@/components/nsHelperAppDlg.manifest |
|
324 @BINPATH@/components/nsHelperAppDlg.js |
|
325 @BINPATH@/components/nsDownloadManagerUI.manifest |
|
326 @BINPATH@/components/nsDownloadManagerUI.js |
|
327 @BINPATH@/components/NetworkGeolocationProvider.manifest |
|
328 @BINPATH@/components/NetworkGeolocationProvider.js |
|
329 @BINPATH@/components/nsSidebar.manifest |
|
330 @BINPATH@/components/nsSidebar.js |
|
331 @BINPATH@/components/extensions.manifest |
|
332 @BINPATH@/components/addonManager.js |
|
333 @BINPATH@/components/amContentHandler.js |
|
334 @BINPATH@/components/amInstallTrigger.js |
|
335 @BINPATH@/components/amWebInstallListener.js |
|
336 @BINPATH@/components/nsBlocklistService.js |
|
337 #ifndef RELEASE_BUILD |
|
338 @BINPATH@/components/TabSource.js |
|
339 #endif |
|
340 @BINPATH@/components/webvtt.xpt |
|
341 @BINPATH@/components/WebVTT.manifest |
|
342 @BINPATH@/components/WebVTTParserWrapper.js |
|
343 |
|
344 #ifdef MOZ_UPDATER |
|
345 @BINPATH@/components/nsUpdateService.manifest |
|
346 @BINPATH@/components/nsUpdateService.js |
|
347 @BINPATH@/components/nsUpdateServiceStub.js |
|
348 #endif |
|
349 @BINPATH@/components/nsUpdateTimerManager.manifest |
|
350 @BINPATH@/components/nsUpdateTimerManager.js |
|
351 @BINPATH@/components/pluginGlue.manifest |
|
352 @BINPATH@/components/nsSessionStore.manifest |
|
353 @BINPATH@/components/nsSessionStartup.js |
|
354 @BINPATH@/components/nsSessionStore.js |
|
355 @BINPATH@/components/nsURLFormatter.manifest |
|
356 @BINPATH@/components/nsURLFormatter.js |
|
357 @BINPATH@/components/@DLL_PREFIX@browsercomps@DLL_SUFFIX@ |
|
358 @BINPATH@/components/txEXSLTRegExFunctions.manifest |
|
359 @BINPATH@/components/txEXSLTRegExFunctions.js |
|
360 @BINPATH@/components/nsDefaultCLH.manifest |
|
361 @BINPATH@/components/nsDefaultCLH.js |
|
362 @BINPATH@/components/nsContentPrefService.manifest |
|
363 @BINPATH@/components/nsContentPrefService.js |
|
364 @BINPATH@/components/nsContentDispatchChooser.manifest |
|
365 @BINPATH@/components/nsContentDispatchChooser.js |
|
366 @BINPATH@/components/nsHandlerService.manifest |
|
367 @BINPATH@/components/nsHandlerService.js |
|
368 @BINPATH@/components/nsWebHandlerApp.manifest |
|
369 @BINPATH@/components/nsWebHandlerApp.js |
|
370 @BINPATH@/components/satchel.manifest |
|
371 @BINPATH@/components/nsFormAutoComplete.js |
|
372 @BINPATH@/components/nsFormHistory.js |
|
373 @BINPATH@/components/FormHistoryStartup.js |
|
374 @BINPATH@/components/nsInputListAutoComplete.js |
|
375 @BINPATH@/components/contentSecurityPolicy.manifest |
|
376 @BINPATH@/components/contentSecurityPolicy.js |
|
377 @BINPATH@/components/contentAreaDropListener.manifest |
|
378 @BINPATH@/components/contentAreaDropListener.js |
|
379 @BINPATH@/components/messageWakeupService.js |
|
380 @BINPATH@/components/messageWakeupService.manifest |
|
381 #ifdef MOZ_ENABLE_DBUS |
|
382 @BINPATH@/components/@DLL_PREFIX@dbusservice@DLL_SUFFIX@ |
|
383 #endif |
|
384 @BINPATH@/components/nsINIProcessor.manifest |
|
385 @BINPATH@/components/nsINIProcessor.js |
|
386 @BINPATH@/components/nsPrompter.manifest |
|
387 @BINPATH@/components/nsPrompter.js |
|
388 @BINPATH@/components/servicesComponents.manifest |
|
389 @BINPATH@/components/TelemetryStartup.js |
|
390 @BINPATH@/components/TelemetryStartup.manifest |
|
391 @BINPATH@/components/Webapps.js |
|
392 @BINPATH@/components/Webapps.manifest |
|
393 @BINPATH@/components/AppsService.js |
|
394 @BINPATH@/components/AppsService.manifest |
|
395 |
|
396 @BINPATH@/components/Push.js |
|
397 @BINPATH@/components/Push.manifest |
|
398 |
|
399 @BINPATH@/components/SystemMessageInternal.js |
|
400 @BINPATH@/components/SystemMessageManager.js |
|
401 @BINPATH@/components/SystemMessageManager.manifest |
|
402 |
|
403 @BINPATH@/components/TCPSocket.js |
|
404 @BINPATH@/components/TCPSocketParentIntermediary.js |
|
405 @BINPATH@/components/TCPServerSocket.js |
|
406 @BINPATH@/components/TCPSocket.manifest |
|
407 |
|
408 #ifdef MOZ_WEBRTC |
|
409 @BINPATH@/components/PeerConnection.js |
|
410 @BINPATH@/components/PeerConnection.manifest |
|
411 #endif |
|
412 |
|
413 #ifdef MOZ_SERVICES_HEALTHREPORT |
|
414 @BINPATH@/components/HealthReportComponents.manifest |
|
415 @BINPATH@/components/HealthReportService.js |
|
416 #endif |
|
417 |
|
418 #ifdef MOZ_CAPTIVEDETECT |
|
419 @BINPATH@/components/CaptivePortalDetectComponents.manifest |
|
420 @BINPATH@/components/captivedetect.js |
|
421 #endif |
|
422 |
|
423 #ifdef MOZ_WEBSPEECH |
|
424 @BINPATH@/components/dom_webspeechsynth.xpt |
|
425 #endif |
|
426 |
|
427 #ifdef MOZ_DEBUG |
|
428 @BINPATH@/components/TestInterfaceJS.js |
|
429 @BINPATH@/components/TestInterfaceJS.manifest |
|
430 #endif |
|
431 |
|
432 ; Modules |
|
433 @BINPATH@/modules/* |
|
434 |
|
435 #ifdef MOZ_SAFE_BROWSING |
|
436 ; Safe Browsing |
|
437 @BINPATH@/components/nsURLClassifier.manifest |
|
438 @BINPATH@/components/nsUrlClassifierHashCompleter.js |
|
439 @BINPATH@/components/nsUrlClassifierListManager.js |
|
440 @BINPATH@/components/nsUrlClassifierLib.js |
|
441 @BINPATH@/components/url-classifier.xpt |
|
442 #endif |
|
443 |
|
444 ; GNOME hooks |
|
445 #ifdef MOZ_ENABLE_GNOME_COMPONENT |
|
446 @BINPATH@/components/@DLL_PREFIX@mozgnome@DLL_SUFFIX@ |
|
447 #endif |
|
448 |
|
449 ; [Browser Chrome Files] |
|
450 @BINPATH@/chrome/browser@JAREXT@ |
|
451 @BINPATH@/chrome/browser.manifest |
|
452 #ifdef NIGHTLY_BUILD |
|
453 @BINPATH@/chrome/shumway.manifest |
|
454 @BINPATH@/chrome/shumway/* |
|
455 #endif |
|
456 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf |
|
457 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png |
|
458 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png |
|
459 @BINPATH@/chrome/toolkit@JAREXT@ |
|
460 @BINPATH@/chrome/toolkit.manifest |
|
461 #ifdef XP_UNIX |
|
462 @BINPATH@/chrome/icons/default/default16.png |
|
463 @BINPATH@/chrome/icons/default/default32.png |
|
464 @BINPATH@/chrome/icons/default/default48.png |
|
465 #endif |
|
466 |
|
467 |
|
468 ; shell icons |
|
469 #ifdef XP_UNIX |
|
470 @BINPATH@/icons/*.xpm |
|
471 @BINPATH@/icons/*.png |
|
472 #endif |
|
473 |
|
474 ; [Default Preferences] |
|
475 ; All the pref files must be part of base to prevent migration bugs |
|
476 @BINPATH@/@PREF_DIR@/mobile.js |
|
477 @BINPATH@/@PREF_DIR@/mobile-branding.js |
|
478 @BINPATH@/@PREF_DIR@/channel-prefs.js |
|
479 @BINPATH@/greprefs.js |
|
480 @BINPATH@/defaults/autoconfig/platform.js |
|
481 @BINPATH@/defaults/autoconfig/prefcalls.js |
|
482 @BINPATH@/defaults/profile/prefs.js |
|
483 |
|
484 ; [Layout Engine Resources] |
|
485 ; Style Sheets, Graphics and other Resources used by the layout engine. |
|
486 @BINPATH@/res/EditorOverride.css |
|
487 @BINPATH@/res/contenteditable.css |
|
488 @BINPATH@/res/designmode.css |
|
489 @BINPATH@/res/TopLevelImageDocument.css |
|
490 @BINPATH@/res/TopLevelVideoDocument.css |
|
491 @BINPATH@/res/table-add-column-after-active.gif |
|
492 @BINPATH@/res/table-add-column-after-hover.gif |
|
493 @BINPATH@/res/table-add-column-after.gif |
|
494 @BINPATH@/res/table-add-column-before-active.gif |
|
495 @BINPATH@/res/table-add-column-before-hover.gif |
|
496 @BINPATH@/res/table-add-column-before.gif |
|
497 @BINPATH@/res/table-add-row-after-active.gif |
|
498 @BINPATH@/res/table-add-row-after-hover.gif |
|
499 @BINPATH@/res/table-add-row-after.gif |
|
500 @BINPATH@/res/table-add-row-before-active.gif |
|
501 @BINPATH@/res/table-add-row-before-hover.gif |
|
502 @BINPATH@/res/table-add-row-before.gif |
|
503 @BINPATH@/res/table-remove-column-active.gif |
|
504 @BINPATH@/res/table-remove-column-hover.gif |
|
505 @BINPATH@/res/table-remove-column.gif |
|
506 @BINPATH@/res/table-remove-row-active.gif |
|
507 @BINPATH@/res/table-remove-row-hover.gif |
|
508 @BINPATH@/res/table-remove-row.gif |
|
509 @BINPATH@/res/grabber.gif |
|
510 @BINPATH@/res/fonts/* |
|
511 @BINPATH@/res/dtd/* |
|
512 @BINPATH@/res/html/* |
|
513 @BINPATH@/res/langGroups.properties |
|
514 @BINPATH@/res/language.properties |
|
515 @BINPATH@/res/entityTables/* |
|
516 |
|
517 ; svg |
|
518 @BINPATH@/res/svg.css |
|
519 @BINPATH@/components/dom_svg.xpt |
|
520 @BINPATH@/components/dom_smil.xpt |
|
521 |
|
522 ; [Personal Security Manager] |
|
523 ; |
|
524 @BINPATH@/components/pipboot.xpt |
|
525 @BINPATH@/components/pipnss.xpt |
|
526 @BINPATH@/components/pippki.xpt |
|
527 @BINPATH@/chrome/pippki@JAREXT@ |
|
528 @BINPATH@/chrome/pippki.manifest |
|
529 |
|
530 ; for Solaris SPARC |
|
531 #ifdef SOLARIS |
|
532 bin/libfreebl_32fpu_3.chk |
|
533 bin/libfreebl_32fpu_3.so |
|
534 bin/libfreebl_32int_3.chk |
|
535 bin/libfreebl_32int_3.so |
|
536 bin/libfreebl_32int64_3.chk |
|
537 bin/libfreebl_32int64_3.so |
|
538 #endif |
|
539 |
|
540 ; [Updater] |
|
541 ; |
|
542 #ifdef MOZ_UPDATER |
|
543 @BINPATH@/updater@BIN_SUFFIX@ |
|
544 #endif |
|
545 |
|
546 ; [Crash Reporter] |
|
547 ; |
|
548 #ifdef MOZ_CRASHREPORTER |
|
549 @BINPATH@/components/CrashService.manifest |
|
550 @BINPATH@/components/CrashService.js |
|
551 @BINPATH@/crashreporter@BIN_SUFFIX@ |
|
552 @BINPATH@/crashreporter.crt |
|
553 @BINPATH@/crashreporter.ini |
|
554 #ifdef XP_UNIX |
|
555 @BINPATH@/Throbber-small.gif |
|
556 #endif |
|
557 @BINPATH@/crashreporter-override.ini |
|
558 #endif |
|
559 |
|
560 ; [Extensions] |
|
561 ; |
|
562 #ifdef MOZ_ENABLE_GNOMEVFS |
|
563 bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ |
|
564 #endif |
|
565 |
|
566 [mobile] |
|
567 @BINPATH@/chrome/icons/ |
|
568 @BINPATH@/chrome/chrome@JAREXT@ |
|
569 @BINPATH@/chrome/chrome.manifest |
|
570 @BINPATH@/components/AboutRedirector.js |
|
571 @BINPATH@/components/AddonUpdateService.js |
|
572 @BINPATH@/components/BlocklistPrompt.js |
|
573 @BINPATH@/components/BrowserCLH.js |
|
574 @BINPATH@/components/ColorPicker.js |
|
575 @BINPATH@/components/ContentDispatchChooser.js |
|
576 @BINPATH@/components/ContentPermissionPrompt.js |
|
577 @BINPATH@/components/DirectoryProvider.js |
|
578 @BINPATH@/components/DownloadManagerUI.js |
|
579 @BINPATH@/components/FilePicker.js |
|
580 @BINPATH@/components/HelperAppDialog.js |
|
581 @BINPATH@/components/LoginManagerPrompter.js |
|
582 @BINPATH@/components/MobileComponents.manifest |
|
583 @BINPATH@/components/MobileComponents.xpt |
|
584 @BINPATH@/components/NSSDialogService.js |
|
585 @BINPATH@/components/PromptService.js |
|
586 @BINPATH@/components/SessionStore.js |
|
587 @BINPATH@/components/Sidebar.js |
|
588 @BINPATH@/components/Snippets.js |
|
589 |
|
590 @BINPATH@/components/Payment.js |
|
591 @BINPATH@/components/PaymentFlowInfo.js |
|
592 @BINPATH@/components/Payment.manifest |
|
593 @BINPATH@/components/PaymentsUI.js |
|
594 |
|
595 #ifdef MOZ_SAFE_BROWSING |
|
596 @BINPATH@/components/SafeBrowsing.jsm |
|
597 #endif |
|
598 @BINPATH@/components/XPIDialogService.js |
|
599 @BINPATH@/components/browsercomps.xpt |
|
600 |
|
601 #ifdef ENABLE_MARIONETTE |
|
602 @BINPATH@/chrome/marionette@JAREXT@ |
|
603 @BINPATH@/chrome/marionette.manifest |
|
604 @BINPATH@/components/MarionetteComponents.manifest |
|
605 @BINPATH@/components/marionettecomponent.js |
|
606 #endif |
|
607 |
|
608 #ifdef MOZ_ANDROID_SYNTHAPKS |
|
609 @BINPATH@/components/WebappsUpdateTimer.js |
|
610 #endif |
|
611 |
|
612 @BINPATH@/components/DataStore.manifest |
|
613 @BINPATH@/components/DataStoreService.js |
|
614 @BINPATH@/components/dom_datastore.xpt |