| LEFT | RIGHT |
| 1 ; This Source Code Form is subject to the terms of the Mozilla Public | 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 | 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/. | 3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | 4 |
| 5 ; Package file for the Fennec build. | 5 ; Package file for the Fennec build. |
| 6 ; | 6 ; |
| 7 ; File format: | 7 ; File format: |
| 8 ; | 8 ; |
| 9 ; [] designates a toplevel component. Example: [xpcom] | 9 ; [] designates a toplevel component. Example: [xpcom] |
| 10 ; - in front of a file specifies it to be removed from the destination | 10 ; - in front of a file specifies it to be removed from the destination |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ | 81 @BINPATH@/@MOZ_CHILD_PROCESS_NAME@ |
| 82 | 82 |
| 83 @BINPATH@/AndroidManifest.xml | 83 @BINPATH@/AndroidManifest.xml |
| 84 @BINPATH@/resources.arsc | 84 @BINPATH@/resources.arsc |
| 85 @BINPATH@/package-name.txt | 85 @BINPATH@/package-name.txt |
| 86 @BINPATH@/classes.dex | 86 @BINPATH@/classes.dex |
| 87 @BINPATH@/res/drawable | 87 @BINPATH@/res/drawable |
| 88 @BINPATH@/res/drawable-hdpi | 88 @BINPATH@/res/drawable-hdpi |
| 89 @BINPATH@/res/layout | 89 @BINPATH@/res/layout |
| 90 @BINPATH@/distribution/* | 90 @BINPATH@/distribution/* |
| 91 @BINPATH@/extensions/* |
| 91 | 92 |
| 92 [browser] | 93 [browser] |
| 93 ; [Base Browser Files] | 94 ; [Base Browser Files] |
| 94 #ifndef XP_UNIX | 95 #ifndef XP_UNIX |
| 95 @BINPATH@/@MOZ_APP_NAME@.exe | 96 @BINPATH@/@MOZ_APP_NAME@.exe |
| 96 #else | 97 #else |
| 97 @BINPATH@/@MOZ_APP_NAME@-bin | 98 @BINPATH@/@MOZ_APP_NAME@-bin |
| 98 @BINPATH@/@MOZ_APP_NAME@ | 99 @BINPATH@/@MOZ_APP_NAME@ |
| 99 #endif | 100 #endif |
| 100 @BINPATH@/application.ini | 101 @BINPATH@/application.ini |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 #endif | 579 #endif |
| 579 @BINPATH@/crashreporter-override.ini | 580 @BINPATH@/crashreporter-override.ini |
| 580 #endif | 581 #endif |
| 581 | 582 |
| 582 ; [Extensions] | 583 ; [Extensions] |
| 583 ; | 584 ; |
| 584 #ifdef MOZ_ENABLE_GNOMEVFS | 585 #ifdef MOZ_ENABLE_GNOMEVFS |
| 585 bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ | 586 bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ |
| 586 #endif | 587 #endif |
| 587 | 588 |
| 588 @BINPATH@/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi | |
| 589 | |
| 590 [mobile] | 589 [mobile] |
| 591 @BINPATH@/chrome/icons/ | 590 @BINPATH@/chrome/icons/ |
| 592 @BINPATH@/chrome/chrome@JAREXT@ | 591 @BINPATH@/chrome/chrome@JAREXT@ |
| 593 @BINPATH@/chrome/chrome.manifest | 592 @BINPATH@/chrome/chrome.manifest |
| 594 @BINPATH@/components/AboutRedirector.js | 593 @BINPATH@/components/AboutRedirector.js |
| 595 @BINPATH@/components/AddonUpdateService.js | 594 @BINPATH@/components/AddonUpdateService.js |
| 596 @BINPATH@/components/BlocklistPrompt.js | 595 @BINPATH@/components/BlocklistPrompt.js |
| 597 @BINPATH@/components/BrowserCLH.js | 596 @BINPATH@/components/BrowserCLH.js |
| 598 @BINPATH@/components/ColorPicker.js | 597 @BINPATH@/components/ColorPicker.js |
| 599 @BINPATH@/components/ContentDispatchChooser.js | 598 @BINPATH@/components/ContentDispatchChooser.js |
| (...skipping 26 matching lines...) Expand all Loading... |
| 626 @BINPATH@/chrome/marionette@JAREXT@ | 625 @BINPATH@/chrome/marionette@JAREXT@ |
| 627 @BINPATH@/chrome/marionette.manifest | 626 @BINPATH@/chrome/marionette.manifest |
| 628 @BINPATH@/components/MarionetteComponents.manifest | 627 @BINPATH@/components/MarionetteComponents.manifest |
| 629 @BINPATH@/components/marionettecomponent.js | 628 @BINPATH@/components/marionettecomponent.js |
| 630 #endif | 629 #endif |
| 631 | 630 |
| 632 @BINPATH@/components/WebappsUpdateTimer.js | 631 @BINPATH@/components/WebappsUpdateTimer.js |
| 633 @BINPATH@/components/DataStore.manifest | 632 @BINPATH@/components/DataStore.manifest |
| 634 @BINPATH@/components/DataStoreImpl.js | 633 @BINPATH@/components/DataStoreImpl.js |
| 635 @BINPATH@/components/dom_datastore.xpt | 634 @BINPATH@/components/dom_datastore.xpt |
| LEFT | RIGHT |