mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
[BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean up
This commit is contained in:
parent
d398d1590c
commit
f73e1c9cf7
14 changed files with 44 additions and 61 deletions
|
|
@ -27,7 +27,9 @@ browser.jar:
|
|||
content/browser/abouthome/bookmarks.png (content/abouthome/bookmarks.png)
|
||||
content/browser/abouthome/history.png (content/abouthome/history.png)
|
||||
content/browser/abouthome/addons.png (content/abouthome/addons.png)
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
content/browser/abouthome/sync.png (content/abouthome/sync.png)
|
||||
#endif
|
||||
content/browser/abouthome/settings.png (content/abouthome/settings.png)
|
||||
content/browser/abouthome/restore.png (content/abouthome/restore.png)
|
||||
content/browser/abouthome/restore-large.png (content/abouthome/restore-large.png)
|
||||
|
|
@ -38,7 +40,9 @@ browser.jar:
|
|||
content/browser/abouthome/bookmarks@2x.png (content/abouthome/bookmarks@2x.png)
|
||||
content/browser/abouthome/history@2x.png (content/abouthome/history@2x.png)
|
||||
content/browser/abouthome/addons@2x.png (content/abouthome/addons@2x.png)
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
content/browser/abouthome/sync@2x.png (content/abouthome/sync@2x.png)
|
||||
#endif
|
||||
content/browser/abouthome/settings@2x.png (content/abouthome/settings@2x.png)
|
||||
content/browser/abouthome/restore@2x.png (content/abouthome/restore@2x.png)
|
||||
content/browser/abouthome/restore-large@2x.png (content/abouthome/restore-large@2x.png)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue