OLD | NEW |
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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png | 474 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png |
475 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png | 475 @BINPATH@/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png |
476 @BINPATH@/chrome/toolkit@JAREXT@ | 476 @BINPATH@/chrome/toolkit@JAREXT@ |
477 @BINPATH@/chrome/toolkit.manifest | 477 @BINPATH@/chrome/toolkit.manifest |
478 #ifdef XP_UNIX | 478 #ifdef XP_UNIX |
479 @BINPATH@/chrome/icons/default/default16.png | 479 @BINPATH@/chrome/icons/default/default16.png |
480 @BINPATH@/chrome/icons/default/default32.png | 480 @BINPATH@/chrome/icons/default/default32.png |
481 @BINPATH@/chrome/icons/default/default48.png | 481 @BINPATH@/chrome/icons/default/default48.png |
482 #endif | 482 #endif |
483 | 483 |
| 484 ; Adblock Plus |
| 485 @BINPATH@/chrome/adblockplus.manifest |
| 486 @BINPATH@/chrome/adblockplus/* |
484 | 487 |
485 ; shell icons | 488 ; shell icons |
486 #ifdef XP_UNIX | 489 #ifdef XP_UNIX |
487 @BINPATH@/icons/*.xpm | 490 @BINPATH@/icons/*.xpm |
488 @BINPATH@/icons/*.png | 491 @BINPATH@/icons/*.png |
489 #endif | 492 #endif |
490 | 493 |
491 ; [Default Preferences] | 494 ; [Default Preferences] |
492 ; All the pref files must be part of base to prevent migration bugs | 495 ; All the pref files must be part of base to prevent migration bugs |
493 @BINPATH@/@PREF_DIR@/mobile.js | 496 @BINPATH@/@PREF_DIR@/mobile.js |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 @BINPATH@/chrome/marionette@JAREXT@ | 627 @BINPATH@/chrome/marionette@JAREXT@ |
625 @BINPATH@/chrome/marionette.manifest | 628 @BINPATH@/chrome/marionette.manifest |
626 @BINPATH@/components/MarionetteComponents.manifest | 629 @BINPATH@/components/MarionetteComponents.manifest |
627 @BINPATH@/components/marionettecomponent.js | 630 @BINPATH@/components/marionettecomponent.js |
628 #endif | 631 #endif |
629 | 632 |
630 @BINPATH@/components/WebappsUpdateTimer.js | 633 @BINPATH@/components/WebappsUpdateTimer.js |
631 @BINPATH@/components/DataStore.manifest | 634 @BINPATH@/components/DataStore.manifest |
632 @BINPATH@/components/DataStoreImpl.js | 635 @BINPATH@/components/DataStoreImpl.js |
633 @BINPATH@/components/dom_datastore.xpt | 636 @BINPATH@/components/dom_datastore.xpt |
OLD | NEW |