mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
48x48 icons for Bug 404402 - Ship and use different sizes of the Firefox icon. r=mconnor, bsmedberg, ui-r=mconnor, a=blocking-ff3+
This commit is contained in:
parent
dbb75e97c2
commit
37dcdb1cb4
@ -314,6 +314,7 @@ endif
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
libs::
|
||||
$(INSTALL) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default
|
||||
$(INSTALL) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default
|
||||
endif
|
||||
|
||||
export::
|
||||
@ -340,6 +341,7 @@ ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
endif
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
cp $(srcdir)/default16.png $(DIST)/branding/default16.png
|
||||
cp $(srcdir)/default48.png $(DIST)/branding/default48.png
|
||||
endif
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
cp $(srcdir)/firefox-os2.ico $(DIST)/branding/firefox.ico
|
||||
|
BIN
browser/app/default48.png
Normal file
BIN
browser/app/default48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
@ -21,6 +21,7 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
BROWSER_APP_FILES = \
|
||||
default16.png \
|
||||
default48.png \
|
||||
mozicon128.png \
|
||||
mozicon16.xpm \
|
||||
mozicon50.xpm \
|
||||
|
BIN
browser/branding/unofficial/default48.png
Normal file
BIN
browser/branding/unofficial/default48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -275,6 +275,7 @@ bin/chrome/comm.manifest
|
||||
bin/chrome/toolkit.jar
|
||||
bin/chrome/toolkit.manifest
|
||||
bin/chrome/icons/default/default16.png
|
||||
bin/chrome/icons/default/default48.png
|
||||
bin/chrome/reporter.manifest
|
||||
bin/chrome/reporter.jar
|
||||
bin/@PREF_DIR@/reporter.js
|
||||
|
@ -21,6 +21,7 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
BROWSER_APP_FILES = \
|
||||
default16.png \
|
||||
default48.png \
|
||||
mozicon128.png \
|
||||
mozicon16.xpm \
|
||||
mozicon50.xpm \
|
||||
|
BIN
other-licenses/branding/firefox/default48.png
Normal file
BIN
other-licenses/branding/firefox/default48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
@ -228,6 +228,7 @@ endif
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
libs::
|
||||
$(INSTALL) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default
|
||||
$(INSTALL) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default
|
||||
endif
|
||||
|
||||
# XXX applications would need to supply this file
|
||||
@ -248,6 +249,7 @@ ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
endif
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)
|
||||
cp $(srcdir)/default16.png $(DIST)/branding/default16.png
|
||||
cp $(srcdir)/default48.png $(DIST)/branding/default48.png
|
||||
endif
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
cp $(srcdir)/xulrunner-os2.ico $(DIST)/branding/xulrunner.ico
|
||||
|
BIN
xulrunner/app/default48.png
Normal file
BIN
xulrunner/app/default48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
x
Reference in New Issue
Block a user