Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/installer/package-manifest.in

Issue 4540363985387520: Embed Adblock Plus (Closed)
Patch Set: WIP - Use the extensions directory Created Dec. 5, 2014, 7:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« mobile/android/build.mk ('K') | « mobile/android/build.mk ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 #endif 578 #endif
579 @BINPATH@/crashreporter-override.ini 579 @BINPATH@/crashreporter-override.ini
580 #endif 580 #endif
581 581
582 ; [Extensions] 582 ; [Extensions]
583 ; 583 ;
584 #ifdef MOZ_ENABLE_GNOMEVFS 584 #ifdef MOZ_ENABLE_GNOMEVFS
585 bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ 585 bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
586 #endif 586 #endif
587 587
588 @BINPATH@/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi
589
588 [mobile] 590 [mobile]
589 @BINPATH@/chrome/icons/ 591 @BINPATH@/chrome/icons/
590 @BINPATH@/chrome/chrome@JAREXT@ 592 @BINPATH@/chrome/chrome@JAREXT@
591 @BINPATH@/chrome/chrome.manifest 593 @BINPATH@/chrome/chrome.manifest
592 @BINPATH@/components/AboutRedirector.js 594 @BINPATH@/components/AboutRedirector.js
593 @BINPATH@/components/AddonUpdateService.js 595 @BINPATH@/components/AddonUpdateService.js
594 @BINPATH@/components/BlocklistPrompt.js 596 @BINPATH@/components/BlocklistPrompt.js
595 @BINPATH@/components/BrowserCLH.js 597 @BINPATH@/components/BrowserCLH.js
596 @BINPATH@/components/ColorPicker.js 598 @BINPATH@/components/ColorPicker.js
597 @BINPATH@/components/ContentDispatchChooser.js 599 @BINPATH@/components/ContentDispatchChooser.js
(...skipping 26 matching lines...) Expand all
624 @BINPATH@/chrome/marionette@JAREXT@ 626 @BINPATH@/chrome/marionette@JAREXT@
625 @BINPATH@/chrome/marionette.manifest 627 @BINPATH@/chrome/marionette.manifest
626 @BINPATH@/components/MarionetteComponents.manifest 628 @BINPATH@/components/MarionetteComponents.manifest
627 @BINPATH@/components/marionettecomponent.js 629 @BINPATH@/components/marionettecomponent.js
628 #endif 630 #endif
629 631
630 @BINPATH@/components/WebappsUpdateTimer.js 632 @BINPATH@/components/WebappsUpdateTimer.js
631 @BINPATH@/components/DataStore.manifest 633 @BINPATH@/components/DataStore.manifest
632 @BINPATH@/components/DataStoreImpl.js 634 @BINPATH@/components/DataStoreImpl.js
633 @BINPATH@/components/dom_datastore.xpt 635 @BINPATH@/components/dom_datastore.xpt
OLDNEW
« mobile/android/build.mk ('K') | « mobile/android/build.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld