mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 08:09:15 +00:00
Add commonDialog.js and commonDialog.xul
This commit is contained in:
parent
1d7198210c
commit
210ea14c0d
@ -5,3 +5,5 @@ tasksOverlay.xul
|
||||
tasksOverlay.js
|
||||
dialogOverlay.xul
|
||||
dialogOverlay.js
|
||||
commonDialog.xul
|
||||
commonDialog.js
|
@ -32,6 +32,8 @@ EXPORT_RESOURCE_CONTENT = \
|
||||
$(srcdir)/tasksOverlay.js \
|
||||
$(srcdir)/dialogOverlay.xul \
|
||||
$(srcdir)/dialogOverlay.js \
|
||||
$(srcdir)/commonDialog.xul \
|
||||
$(srcdir)/commonDialog.js \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
|
@ -30,6 +30,8 @@ install::
|
||||
$(MAKE_INSTALL) tasksOverlay.js $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) dialogOverlay.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) dialogOverlay.js $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) commonDialog.xul $(DISTBROWSER)
|
||||
$(MAKE_INSTALL) commonDialog.js $(DISTBROWSER)
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\global\content\default\*.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user