releases-comm-central/suite/moz.build

45 строки
928 B
Plaintext
Исходник Обычный вид История

# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("SeaMonkey", "General")
CONFIGURE_SUBST_FILES += ["installer/Makefile"]
DIRS += [
"base",
"browser",
"components",
Bug 1684772 - Move editor/ui into suite/editor. r=frg DONTBUILD --HG-- rename : editor/ui/composer/content/ComposerCommands.js => suite/editor/base/content/ComposerCommands.js rename : editor/ui/composer/content/EditorAllTags.css => suite/editor/base/content/EditorAllTags.css rename : editor/ui/composer/content/EditorContent.css => suite/editor/base/content/EditorContent.css rename : editor/ui/composer/content/EditorContextMenu.js => suite/editor/base/content/EditorContextMenu.js rename : editor/ui/composer/content/EditorContextMenuOverlay.xhtml => suite/editor/base/content/EditorContextMenuOverlay.xhtml rename : editor/ui/composer/content/StructBarContextMenu.js => suite/editor/base/content/StructBarContextMenu.js rename : editor/ui/composer/content/composerOverlay.xhtml => suite/editor/base/content/composerOverlay.xhtml rename : editor/ui/composer/content/editingOverlay.js => suite/editor/base/content/editingOverlay.js rename : editor/ui/composer/content/editingOverlay.xhtml => suite/editor/base/content/editingOverlay.xhtml rename : editor/ui/composer/content/editor.js => suite/editor/base/content/editor.js rename : editor/ui/composer/content/editor.xhtml => suite/editor/base/content/editor.xhtml rename : editor/ui/composer/content/editorApplicationOverlay.js => suite/editor/base/content/editorApplicationOverlay.js rename : editor/ui/composer/content/editorMailOverlay.xhtml => suite/editor/base/content/editorMailOverlay.xhtml rename : editor/ui/composer/content/editorNavigatorOverlay.xhtml => suite/editor/base/content/editorNavigatorOverlay.xhtml rename : editor/ui/composer/content/editorOverlay.xhtml => suite/editor/base/content/editorOverlay.xhtml rename : editor/ui/composer/content/editorTasksOverlay.xhtml => suite/editor/base/content/editorTasksOverlay.xhtml rename : editor/ui/composer/content/editorUtilities.js => suite/editor/base/content/editorUtilities.js rename : editor/ui/composer/content/images/bringtofront-disabled.gif => suite/editor/base/content/images/bringtofront-disabled.gif rename : editor/ui/composer/content/images/bringtofront.gif => suite/editor/base/content/images/bringtofront.gif rename : editor/ui/composer/content/images/sendtoback-disabled.gif => suite/editor/base/content/images/sendtoback-disabled.gif rename : editor/ui/composer/content/images/sendtoback.gif => suite/editor/base/content/images/sendtoback.gif rename : editor/ui/composer/content/images/tag-a.gif => suite/editor/base/content/images/tag-a.gif rename : editor/ui/composer/content/images/tag-abr.gif => suite/editor/base/content/images/tag-abr.gif rename : editor/ui/composer/content/images/tag-acr.gif => suite/editor/base/content/images/tag-acr.gif rename : editor/ui/composer/content/images/tag-adr.gif => suite/editor/base/content/images/tag-adr.gif rename : editor/ui/composer/content/images/tag-anchor.gif => suite/editor/base/content/images/tag-anchor.gif rename : editor/ui/composer/content/images/tag-app.gif => suite/editor/base/content/images/tag-app.gif rename : editor/ui/composer/content/images/tag-ara.gif => suite/editor/base/content/images/tag-ara.gif rename : editor/ui/composer/content/images/tag-b.gif => suite/editor/base/content/images/tag-b.gif rename : editor/ui/composer/content/images/tag-bas.gif => suite/editor/base/content/images/tag-bas.gif rename : editor/ui/composer/content/images/tag-bdo.gif => suite/editor/base/content/images/tag-bdo.gif rename : editor/ui/composer/content/images/tag-big.gif => suite/editor/base/content/images/tag-big.gif rename : editor/ui/composer/content/images/tag-blq.gif => suite/editor/base/content/images/tag-blq.gif rename : editor/ui/composer/content/images/tag-body.gif => suite/editor/base/content/images/tag-body.gif rename : editor/ui/composer/content/images/tag-br.gif => suite/editor/base/content/images/tag-br.gif rename : editor/ui/composer/content/images/tag-bsf.gif => suite/editor/base/content/images/tag-bsf.gif rename : editor/ui/composer/content/images/tag-btn.gif => suite/editor/base/content/images/tag-btn.gif rename : editor/ui/composer/content/images/tag-cit.gif => suite/editor/base/content/images/tag-cit.gif rename : editor/ui/composer/content/images/tag-clg.gif => suite/editor/base/content/images/tag-clg.gif rename : editor/ui/composer/content/images/tag-cod.gif => suite/editor/base/content/images/tag-cod.gif rename : editor/ui/composer/content/images/tag-col.gif => suite/editor/base/content/images/tag-col.gif rename : editor/ui/composer/content/images/tag-cpt.gif => suite/editor/base/content/images/tag-cpt.gif rename : editor/ui/composer/content/images/tag-ctr.gif => suite/editor/base/content/images/tag-ctr.gif rename : editor/ui/composer/content/images/tag-dd.gif => suite/editor/base/content/images/tag-dd.gif rename : editor/ui/composer/content/images/tag-del.gif => suite/editor/base/content/images/tag-del.gif rename : editor/ui/composer/content/images/tag-dfn.gif => suite/editor/base/content/images/tag-dfn.gif rename : editor/ui/composer/content/images/tag-dir.gif => suite/editor/base/content/images/tag-dir.gif rename : editor/ui/composer/content/images/tag-div.gif => suite/editor/base/content/images/tag-div.gif rename : editor/ui/composer/content/images/tag-dl.gif => suite/editor/base/content/images/tag-dl.gif rename : editor/ui/composer/content/images/tag-dt.gif => suite/editor/base/content/images/tag-dt.gif rename : editor/ui/composer/content/images/tag-em.gif => suite/editor/base/content/images/tag-em.gif rename : editor/ui/composer/content/images/tag-fld.gif => suite/editor/base/content/images/tag-fld.gif rename : editor/ui/composer/content/images/tag-fnt.gif => suite/editor/base/content/images/tag-fnt.gif rename : editor/ui/composer/content/images/tag-for.gif => suite/editor/base/content/images/tag-for.gif rename : editor/ui/composer/content/images/tag-frm.gif => suite/editor/base/content/images/tag-frm.gif rename : editor/ui/composer/content/images/tag-fst.gif => suite/editor/base/content/images/tag-fst.gif rename : editor/ui/composer/content/images/tag-h1.gif => suite/editor/base/content/images/tag-h1.gif rename : editor/ui/composer/content/images/tag-h2.gif => suite/editor/base/content/images/tag-h2.gif rename : editor/ui/composer/content/images/tag-h3.gif => suite/editor/base/content/images/tag-h3.gif rename : editor/ui/composer/content/images/tag-h4.gif => suite/editor/base/content/images/tag-h4.gif rename : editor/ui/composer/content/images/tag-h5.gif => suite/editor/base/content/images/tag-h5.gif rename : editor/ui/composer/content/images/tag-h6.gif => suite/editor/base/content/images/tag-h6.gif rename : editor/ui/composer/content/images/tag-hed.gif => suite/editor/base/content/images/tag-hed.gif rename : editor/ui/composer/content/images/tag-hr.gif => suite/editor/base/content/images/tag-hr.gif rename : editor/ui/composer/content/images/tag-html.gif => suite/editor/base/content/images/tag-html.gif rename : editor/ui/composer/content/images/tag-i.gif => suite/editor/base/content/images/tag-i.gif rename : editor/ui/composer/content/images/tag-ifr.gif => suite/editor/base/content/images/tag-ifr.gif rename : editor/ui/composer/content/images/tag-img.gif => suite/editor/base/content/images/tag-img.gif rename : editor/ui/composer/content/images/tag-inp.gif => suite/editor/base/content/images/tag-inp.gif rename : editor/ui/composer/content/images/tag-ins.gif => suite/editor/base/content/images/tag-ins.gif rename : editor/ui/composer/content/images/tag-isx.gif => suite/editor/base/content/images/tag-isx.gif rename : editor/ui/composer/content/images/tag-kbd.gif => suite/editor/base/content/images/tag-kbd.gif rename : editor/ui/composer/content/images/tag-lbl.gif => suite/editor/base/content/images/tag-lbl.gif rename : editor/ui/composer/content/images/tag-lgn.gif => suite/editor/base/content/images/tag-lgn.gif rename : editor/ui/composer/content/images/tag-li.gif => suite/editor/base/content/images/tag-li.gif rename : editor/ui/composer/content/images/tag-lnk.gif => suite/editor/base/content/images/tag-lnk.gif rename : editor/ui/composer/content/images/tag-lst.gif => suite/editor/base/content/images/tag-lst.gif rename : editor/ui/composer/content/images/tag-map.gif => suite/editor/base/content/images/tag-map.gif rename : editor/ui/composer/content/images/tag-men.gif => suite/editor/base/content/images/tag-men.gif rename : editor/ui/composer/content/images/tag-met.gif => suite/editor/base/content/images/tag-met.gif rename : editor/ui/composer/content/images/tag-nbr.gif => suite/editor/base/content/images/tag-nbr.gif rename : editor/ui/composer/content/images/tag-nfr.gif => suite/editor/base/content/images/tag-nfr.gif rename : editor/ui/composer/content/images/tag-nsc.gif => suite/editor/base/content/images/tag-nsc.gif rename : editor/ui/composer/content/images/tag-obj.gif => suite/editor/base/content/images/tag-obj.gif rename : editor/ui/composer/content/images/tag-ol.gif => suite/editor/base/content/images/tag-ol.gif rename : editor/ui/composer/content/images/tag-opg.gif => suite/editor/base/content/images/tag-opg.gif rename : editor/ui/composer/content/images/tag-opt.gif => suite/editor/base/content/images/tag-opt.gif rename : editor/ui/composer/content/images/tag-p.gif => suite/editor/base/content/images/tag-p.gif rename : editor/ui/composer/content/images/tag-pln.gif => suite/editor/base/content/images/tag-pln.gif rename : editor/ui/composer/content/images/tag-pre.gif => suite/editor/base/content/images/tag-pre.gif rename : editor/ui/composer/content/images/tag-prm.gif => suite/editor/base/content/images/tag-prm.gif rename : editor/ui/composer/content/images/tag-q.gif => suite/editor/base/content/images/tag-q.gif rename : editor/ui/composer/content/images/tag-s.gif => suite/editor/base/content/images/tag-s.gif rename : editor/ui/composer/content/images/tag-scr.gif => suite/editor/base/content/images/tag-scr.gif rename : editor/ui/composer/content/images/tag-slc.gif => suite/editor/base/content/images/tag-slc.gif rename : editor/ui/composer/content/images/tag-sml.gif => suite/editor/base/content/images/tag-sml.gif rename : editor/ui/composer/content/images/tag-smp.gif => suite/editor/base/content/images/tag-smp.gif rename : editor/ui/composer/content/images/tag-spn.gif => suite/editor/base/content/images/tag-spn.gif rename : editor/ui/composer/content/images/tag-stk.gif => suite/editor/base/content/images/tag-stk.gif rename : editor/ui/composer/content/images/tag-stl.gif => suite/editor/base/content/images/tag-stl.gif rename : editor/ui/composer/content/images/tag-stn.gif => suite/editor/base/content/images/tag-stn.gif rename : editor/ui/composer/content/images/tag-sub.gif => suite/editor/base/content/images/tag-sub.gif rename : editor/ui/composer/content/images/tag-sup.gif => suite/editor/base/content/images/tag-sup.gif rename : editor/ui/composer/content/images/tag-tbd.gif => suite/editor/base/content/images/tag-tbd.gif rename : editor/ui/composer/content/images/tag-tbl.gif => suite/editor/base/content/images/tag-tbl.gif rename : editor/ui/composer/content/images/tag-td.gif => suite/editor/base/content/images/tag-td.gif rename : editor/ui/composer/content/images/tag-tft.gif => suite/editor/base/content/images/tag-tft.gif rename : editor/ui/composer/content/images/tag-th.gif => suite/editor/base/content/images/tag-th.gif rename : editor/ui/composer/content/images/tag-thd.gif => suite/editor/base/content/images/tag-thd.gif rename : editor/ui/composer/content/images/tag-tr.gif => suite/editor/base/content/images/tag-tr.gif rename : editor/ui/composer/content/images/tag-tt.gif => suite/editor/base/content/images/tag-tt.gif rename : editor/ui/composer/content/images/tag-ttl.gif => suite/editor/base/content/images/tag-ttl.gif rename : editor/ui/composer/content/images/tag-txt.gif => suite/editor/base/content/images/tag-txt.gif rename : editor/ui/composer/content/images/tag-u.gif => suite/editor/base/content/images/tag-u.gif rename : editor/ui/composer/content/images/tag-ul.gif => suite/editor/base/content/images/tag-ul.gif rename : editor/ui/composer/content/images/tag-userdefined.gif => suite/editor/base/content/images/tag-userdefined.gif rename : editor/ui/composer/content/images/tag-var.gif => suite/editor/base/content/images/tag-var.gif rename : editor/ui/composer/content/images/tag-xmp.gif => suite/editor/base/content/images/tag-xmp.gif rename : editor/ui/composer/content/publishprefs.js => suite/editor/base/content/publishprefs.js rename : editor/ui/jar.mn => suite/editor/base/jar.mn rename : editor/ui/moz.build => suite/editor/base/moz.build rename : editor/ui/dialogs/content/EdAEAttributes.js => suite/editor/components/dialogs/content/EdAEAttributes.js rename : editor/ui/dialogs/content/EdAECSSAttributes.js => suite/editor/components/dialogs/content/EdAECSSAttributes.js rename : editor/ui/dialogs/content/EdAEHTMLAttributes.js => suite/editor/components/dialogs/content/EdAEHTMLAttributes.js rename : editor/ui/dialogs/content/EdAEJSEAttributes.js => suite/editor/components/dialogs/content/EdAEJSEAttributes.js rename : editor/ui/dialogs/content/EdAdvancedEdit.js => suite/editor/components/dialogs/content/EdAdvancedEdit.js rename : editor/ui/dialogs/content/EdAdvancedEdit.xhtml => suite/editor/components/dialogs/content/EdAdvancedEdit.xhtml rename : editor/ui/dialogs/content/EdButtonProps.js => suite/editor/components/dialogs/content/EdButtonProps.js rename : editor/ui/dialogs/content/EdButtonProps.xhtml => suite/editor/components/dialogs/content/EdButtonProps.xhtml rename : editor/ui/dialogs/content/EdColorPicker.js => suite/editor/components/dialogs/content/EdColorPicker.js rename : editor/ui/dialogs/content/EdColorPicker.xhtml => suite/editor/components/dialogs/content/EdColorPicker.xhtml rename : editor/ui/dialogs/content/EdColorProps.js => suite/editor/components/dialogs/content/EdColorProps.js rename : editor/ui/dialogs/content/EdColorProps.xhtml => suite/editor/components/dialogs/content/EdColorProps.xhtml rename : editor/ui/dialogs/content/EdConvertToTable.js => suite/editor/components/dialogs/content/EdConvertToTable.js rename : editor/ui/dialogs/content/EdConvertToTable.xhtml => suite/editor/components/dialogs/content/EdConvertToTable.xhtml rename : editor/ui/dialogs/content/EdDialogCommon.js => suite/editor/components/dialogs/content/EdDialogCommon.js rename : editor/ui/dialogs/content/EdDialogTemplate.js => suite/editor/components/dialogs/content/EdDialogTemplate.js rename : editor/ui/dialogs/content/EdDialogTemplate.xhtml => suite/editor/components/dialogs/content/EdDialogTemplate.xhtml rename : editor/ui/dialogs/content/EdDictionary.js => suite/editor/components/dialogs/content/EdDictionary.js rename : editor/ui/dialogs/content/EdDictionary.xhtml => suite/editor/components/dialogs/content/EdDictionary.xhtml rename : editor/ui/dialogs/content/EdFieldSetProps.js => suite/editor/components/dialogs/content/EdFieldSetProps.js rename : editor/ui/dialogs/content/EdFieldSetProps.xhtml => suite/editor/components/dialogs/content/EdFieldSetProps.xhtml rename : editor/ui/dialogs/content/EdFormProps.js => suite/editor/components/dialogs/content/EdFormProps.js rename : editor/ui/dialogs/content/EdFormProps.xhtml => suite/editor/components/dialogs/content/EdFormProps.xhtml rename : editor/ui/dialogs/content/EdHLineProps.js => suite/editor/components/dialogs/content/EdHLineProps.js rename : editor/ui/dialogs/content/EdHLineProps.xhtml => suite/editor/components/dialogs/content/EdHLineProps.xhtml rename : editor/ui/dialogs/content/EdImageDialog.js => suite/editor/components/dialogs/content/EdImageDialog.js rename : editor/ui/dialogs/content/EdImageLinkLoader.js => suite/editor/components/dialogs/content/EdImageLinkLoader.js rename : editor/ui/dialogs/content/EdImageProps.js => suite/editor/components/dialogs/content/EdImageProps.js rename : editor/ui/dialogs/content/EdImageProps.xhtml => suite/editor/components/dialogs/content/EdImageProps.xhtml rename : editor/ui/dialogs/content/EdInputImage.js => suite/editor/components/dialogs/content/EdInputImage.js rename : editor/ui/dialogs/content/EdInputImage.xhtml => suite/editor/components/dialogs/content/EdInputImage.xhtml rename : editor/ui/dialogs/content/EdInputProps.js => suite/editor/components/dialogs/content/EdInputProps.js rename : editor/ui/dialogs/content/EdInputProps.xhtml => suite/editor/components/dialogs/content/EdInputProps.xhtml rename : editor/ui/dialogs/content/EdInsSrc.js => suite/editor/components/dialogs/content/EdInsSrc.js rename : editor/ui/dialogs/content/EdInsSrc.xhtml => suite/editor/components/dialogs/content/EdInsSrc.xhtml rename : editor/ui/dialogs/content/EdInsertChars.js => suite/editor/components/dialogs/content/EdInsertChars.js rename : editor/ui/dialogs/content/EdInsertChars.xhtml => suite/editor/components/dialogs/content/EdInsertChars.xhtml rename : editor/ui/dialogs/content/EdInsertMath.js => suite/editor/components/dialogs/content/EdInsertMath.js rename : editor/ui/dialogs/content/EdInsertMath.xhtml => suite/editor/components/dialogs/content/EdInsertMath.xhtml rename : editor/ui/dialogs/content/EdInsertTOC.js => suite/editor/components/dialogs/content/EdInsertTOC.js rename : editor/ui/dialogs/content/EdInsertTOC.xhtml => suite/editor/components/dialogs/content/EdInsertTOC.xhtml rename : editor/ui/dialogs/content/EdInsertTable.js => suite/editor/components/dialogs/content/EdInsertTable.js rename : editor/ui/dialogs/content/EdInsertTable.xhtml => suite/editor/components/dialogs/content/EdInsertTable.xhtml rename : editor/ui/dialogs/content/EdLabelProps.js => suite/editor/components/dialogs/content/EdLabelProps.js rename : editor/ui/dialogs/content/EdLabelProps.xhtml => suite/editor/components/dialogs/content/EdLabelProps.xhtml rename : editor/ui/dialogs/content/EdLinkProps.js => suite/editor/components/dialogs/content/EdLinkProps.js rename : editor/ui/dialogs/content/EdLinkProps.xhtml => suite/editor/components/dialogs/content/EdLinkProps.xhtml rename : editor/ui/dialogs/content/EdListProps.js => suite/editor/components/dialogs/content/EdListProps.js rename : editor/ui/dialogs/content/EdListProps.xhtml => suite/editor/components/dialogs/content/EdListProps.xhtml rename : editor/ui/dialogs/content/EdNamedAnchorProps.js => suite/editor/components/dialogs/content/EdNamedAnchorProps.js rename : editor/ui/dialogs/content/EdNamedAnchorProps.xhtml => suite/editor/components/dialogs/content/EdNamedAnchorProps.xhtml rename : editor/ui/dialogs/content/EdPageProps.js => suite/editor/components/dialogs/content/EdPageProps.js rename : editor/ui/dialogs/content/EdPageProps.xhtml => suite/editor/components/dialogs/content/EdPageProps.xhtml rename : editor/ui/dialogs/content/EdReplace.js => suite/editor/components/dialogs/content/EdReplace.js rename : editor/ui/dialogs/content/EdReplace.xhtml => suite/editor/components/dialogs/content/EdReplace.xhtml rename : editor/ui/dialogs/content/EdSelectProps.js => suite/editor/components/dialogs/content/EdSelectProps.js rename : editor/ui/dialogs/content/EdSelectProps.xhtml => suite/editor/components/dialogs/content/EdSelectProps.xhtml rename : editor/ui/dialogs/content/EdSnapToGrid.js => suite/editor/components/dialogs/content/EdSnapToGrid.js rename : editor/ui/dialogs/content/EdSnapToGrid.xhtml => suite/editor/components/dialogs/content/EdSnapToGrid.xhtml rename : editor/ui/dialogs/content/EdSpellCheck.js => suite/editor/components/dialogs/content/EdSpellCheck.js rename : editor/ui/dialogs/content/EdSpellCheck.xhtml => suite/editor/components/dialogs/content/EdSpellCheck.xhtml rename : editor/ui/dialogs/content/EdTableProps.js => suite/editor/components/dialogs/content/EdTableProps.js rename : editor/ui/dialogs/content/EdTableProps.xhtml => suite/editor/components/dialogs/content/EdTableProps.xhtml rename : editor/ui/dialogs/content/EdTextAreaProps.js => suite/editor/components/dialogs/content/EdTextAreaProps.js rename : editor/ui/dialogs/content/EdTextAreaProps.xhtml => suite/editor/components/dialogs/content/EdTextAreaProps.xhtml rename : editor/ui/dialogs/content/EditConflict.js => suite/editor/components/dialogs/content/EditConflict.js rename : editor/ui/dialogs/content/EditConflict.xhtml => suite/editor/components/dialogs/content/EditConflict.xhtml rename : editor/ui/dialogs/content/EditorPublish.js => suite/editor/components/dialogs/content/EditorPublish.js rename : editor/ui/dialogs/content/EditorPublish.xhtml => suite/editor/components/dialogs/content/EditorPublish.xhtml rename : editor/ui/dialogs/content/EditorPublishOverlay.xhtml => suite/editor/components/dialogs/content/EditorPublishOverlay.xhtml rename : editor/ui/dialogs/content/EditorPublishProgress.js => suite/editor/components/dialogs/content/EditorPublishProgress.js rename : editor/ui/dialogs/content/EditorPublishProgress.xhtml => suite/editor/components/dialogs/content/EditorPublishProgress.xhtml rename : editor/ui/dialogs/content/EditorPublishSettings.js => suite/editor/components/dialogs/content/EditorPublishSettings.js rename : editor/ui/dialogs/content/EditorPublishSettings.xhtml => suite/editor/components/dialogs/content/EditorPublishSettings.xhtml rename : editor/ui/dialogs/content/EditorSaveAsCharset.js => suite/editor/components/dialogs/content/EditorSaveAsCharset.js rename : editor/ui/dialogs/content/EditorSaveAsCharset.xhtml => suite/editor/components/dialogs/content/EditorSaveAsCharset.xhtml rename : editor/ui/dialogs/content/edImage.inc.xhtml => suite/editor/components/dialogs/content/edImage.inc.xhtml rename : editor/ui/jar.mn => suite/editor/components/dialogs/jar.mn rename : editor/ui/moz.build => suite/editor/components/dialogs/moz.build rename : editor/ui/moz.build => suite/editor/components/moz.build rename : editor/ui/composer/content/editorPrefsOverlay.xhtml => suite/editor/components/prefs/content/editorPrefsOverlay.xhtml rename : editor/ui/composer/content/pref-composer.xhtml => suite/editor/components/prefs/content/pref-composer.xhtml rename : editor/ui/composer/content/pref-editing.js => suite/editor/components/prefs/content/pref-editing.js rename : editor/ui/composer/content/pref-editing.xhtml => suite/editor/components/prefs/content/pref-editing.xhtml rename : editor/ui/jar.mn => suite/editor/components/prefs/jar.mn rename : editor/ui/moz.build => suite/editor/components/prefs/moz.build rename : editor/ui/texzilla/content/TeXZilla.js => suite/editor/components/texzilla/content/TeXZilla.js rename : editor/ui/jar.mn => suite/editor/components/texzilla/jar.mn rename : editor/ui/moz.build => suite/editor/components/texzilla/moz.build rename : editor/ui/editorUtilities.jsm => suite/editor/modules/editorUtilities.jsm rename : editor/ui/moz.build => suite/editor/moz.build rename : editor/ui/nsComposerCmdLineHandler.js => suite/editor/nsComposerCmdLineHandler.js rename : editor/ui/nsComposerCmdLineHandler.manifest => suite/editor/nsComposerCmdLineHandler.manifest rename : editor/ui/composer.js => suite/editor/profile/composer.js rename : editor/ui/locales/en-US/chrome/dialogs/EdAdvancedEdit.dtd => suite/locales/en-US/chrome/editor/dialogs/EdAdvancedEdit.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EdColorPicker.dtd => suite/locales/en-US/chrome/editor/dialogs/EdColorPicker.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EdConvertToTable.dtd => suite/locales/en-US/chrome/editor/dialogs/EdConvertToTable.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EdDialogOverlay.dtd => suite/locales/en-US/chrome/editor/dialogs/EdDialogOverlay.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EdNamedAnchorProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EdNamedAnchorProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditConflict.dtd => suite/locales/en-US/chrome/editor/dialogs/EditConflict.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorButtonProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorButtonProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorColorProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorColorProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorFieldSetProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorFieldSetProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorFormProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorFormProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorHLineProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorHLineProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorImageProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorImageProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorInputProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInputProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertChars.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertChars.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertMath.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertMath.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertSource.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertSource.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTOC.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertTOC.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorInsertTable.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorInsertTable.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorLabelProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorLabelProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorLinkProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorLinkProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorListProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorListProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorPageProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPageProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorPersonalDictionary.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPersonalDictionary.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorPublish.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPublish.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorPublishProgress.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorPublishProgress.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorReplace.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorReplace.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorSaveAsCharset.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSaveAsCharset.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorSelectProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSelectProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorSnapToGrid.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSnapToGrid.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorSpellCheck.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorSpellCheck.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorTableProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorTableProperties.dtd rename : editor/ui/locales/en-US/chrome/dialogs/EditorTextAreaProperties.dtd => suite/locales/en-US/chrome/editor/dialogs/EditorTextAreaProperties.dtd rename : editor/ui/locales/en-US/chrome/composer/editingOverlay.dtd => suite/locales/en-US/chrome/editor/editingOverlay.dtd rename : editor/ui/locales/en-US/chrome/composer/editor.dtd => suite/locales/en-US/chrome/editor/editor.dtd rename : editor/ui/locales/en-US/chrome/composer/editor.properties => suite/locales/en-US/chrome/editor/editor.properties rename : editor/ui/locales/en-US/chrome/composer/editorOverlay.dtd => suite/locales/en-US/chrome/editor/editorOverlay.dtd rename : editor/ui/locales/en-US/chrome/composer/editorSmileyOverlay.dtd => suite/locales/en-US/chrome/editor/editorSmileyOverlay.dtd rename : editor/ui/locales/en-US/chrome/composer/editorPrefsOverlay.dtd => suite/locales/en-US/chrome/editor/prefs/editorPrefsOverlay.dtd rename : editor/ui/locales/en-US/chrome/composer/pref-composer.dtd => suite/locales/en-US/chrome/editor/prefs/pref-composer.dtd rename : editor/ui/locales/en-US/chrome/composer/pref-editing.dtd => suite/locales/en-US/chrome/editor/prefs/pref-editing.dtd
2021-01-03 16:39:41 +03:00
"editor",
"extensions",
"locales",
"mailnews",
"modules",
"themes/classic",
"themes/modern",
]
if CONFIG["MOZ_THUNDERBIRD_RUST"]:
DEFINES["MOZ_THUNDERBIRD_RUST"] = 1
if CONFIG["MOZ_OVERRIDE_GKRUST"]:
DIRS += [
"../rust",
]
Bug 1707459 - Convert chatZilla from an extension. r=frg --HG-- rename : suite/extensions/irc/ChangeLog => suite/chatzilla/ChangeLog rename : suite/extensions/irc/DYK => suite/chatzilla/DYK rename : suite/extensions/irc/Makefile.in => suite/chatzilla/Makefile.in rename : suite/extensions/irc/README => suite/chatzilla/README rename : suite/extensions/irc/TODO => suite/chatzilla/TODO rename : suite/extensions/irc/jar.mn => suite/chatzilla/jar.mn rename : suite/extensions/irc/js/lib/chatzilla-protocol-script.js => suite/chatzilla/js/lib/chatzilla-protocol-script.js rename : suite/extensions/irc/js/lib/chatzilla-service.js => suite/chatzilla/js/lib/chatzilla-service.js rename : suite/extensions/irc/js/lib/chatzilla-service.manifest => suite/chatzilla/js/lib/chatzilla-service.manifest rename : suite/extensions/irc/js/lib/command-manager.js => suite/chatzilla/js/lib/command-manager.js rename : suite/extensions/irc/js/lib/connection-xpcom.js => suite/chatzilla/js/lib/connection-xpcom.js rename : suite/extensions/irc/js/lib/dcc.js => suite/chatzilla/js/lib/dcc.js rename : suite/extensions/irc/js/lib/events.js => suite/chatzilla/js/lib/events.js rename : suite/extensions/irc/js/lib/file-utils.js => suite/chatzilla/js/lib/file-utils.js rename : suite/extensions/irc/js/lib/http.js => suite/chatzilla/js/lib/http.js rename : suite/extensions/irc/js/lib/ident.js => suite/chatzilla/js/lib/ident.js rename : suite/extensions/irc/js/lib/irc-debug.js => suite/chatzilla/js/lib/irc-debug.js rename : suite/extensions/irc/js/lib/irc.js => suite/chatzilla/js/lib/irc.js rename : suite/extensions/irc/js/lib/menu-manager.js => suite/chatzilla/js/lib/menu-manager.js rename : suite/extensions/irc/js/lib/message-manager.js => suite/chatzilla/js/lib/message-manager.js rename : suite/extensions/irc/js/lib/pref-manager.js => suite/chatzilla/js/lib/pref-manager.js rename : suite/extensions/irc/js/lib/protocol-handlers.jsm => suite/chatzilla/js/lib/protocol-handlers.jsm rename : suite/extensions/irc/js/lib/text-logger.js => suite/chatzilla/js/lib/text-logger.js rename : suite/extensions/irc/js/lib/text-serializer.js => suite/chatzilla/js/lib/text-serializer.js rename : suite/extensions/irc/js/lib/utils.js => suite/chatzilla/js/lib/utils.js rename : suite/extensions/irc/js/tests/DP.js => suite/chatzilla/js/tests/DP.js rename : suite/extensions/irc/js/tests/ircbot.js => suite/chatzilla/js/tests/ircbot.js rename : suite/extensions/irc/js/tests/mingus.js => suite/chatzilla/js/tests/mingus.js rename : suite/extensions/irc/js/tests/mybot.js => suite/chatzilla/js/tests/mybot.js rename : suite/extensions/irc/js/tests/test_matchobject.js => suite/chatzilla/js/tests/test_matchobject.js rename : suite/extensions/irc/js/tests/toys.js => suite/chatzilla/js/tests/toys.js rename : suite/extensions/irc/locales/Makefile.in => suite/chatzilla/locales/Makefile.in rename : suite/extensions/irc/locales/all-locales => suite/chatzilla/locales/all-locales rename : suite/extensions/irc/locales/en-US/chrome/about.dtd => suite/chatzilla/locales/en-US/chrome/about.dtd rename : suite/extensions/irc/locales/en-US/chrome/browserOverlay.dtd => suite/chatzilla/locales/en-US/chrome/browserOverlay.dtd rename : suite/extensions/irc/locales/en-US/chrome/channels.dtd => suite/chatzilla/locales/en-US/chrome/channels.dtd rename : suite/extensions/irc/locales/en-US/chrome/chatzilla.dtd => suite/chatzilla/locales/en-US/chrome/chatzilla.dtd rename : suite/extensions/irc/locales/en-US/chrome/chatzilla.properties => suite/chatzilla/locales/en-US/chrome/chatzilla.properties rename : suite/extensions/irc/locales/en-US/chrome/chatzillaOverlay.dtd => suite/chatzilla/locales/en-US/chrome/chatzillaOverlay.dtd rename : suite/extensions/irc/locales/en-US/chrome/config.dtd => suite/chatzilla/locales/en-US/chrome/config.dtd rename : suite/extensions/irc/locales/en-US/chrome/install-plugin.dtd => suite/chatzilla/locales/en-US/chrome/install-plugin.dtd rename : suite/extensions/irc/locales/en-US/chrome/pref-irc.dtd => suite/chatzilla/locales/en-US/chrome/pref-irc.dtd rename : suite/extensions/irc/locales/en-US/defines.inc => suite/chatzilla/locales/en-US/defines.inc rename : suite/extensions/irc/locales/jar.mn => suite/chatzilla/locales/jar.mn rename : suite/extensions/irc/locales/l10n.ini => suite/chatzilla/locales/l10n.ini rename : suite/extensions/irc/locales/l10n.toml => suite/chatzilla/locales/l10n.toml rename : suite/extensions/irc/locales/moz.build => suite/chatzilla/locales/moz.build rename : suite/extensions/irc/moz.build => suite/chatzilla/moz.build rename : suite/extensions/irc/xul/content/about/about.js => suite/chatzilla/xul/content/about/about.js rename : suite/extensions/irc/xul/content/about/about.xul => suite/chatzilla/xul/content/about/about.xul rename : suite/extensions/irc/xul/content/browserOverlay.xul => suite/chatzilla/xul/content/browserOverlay.xul rename : suite/extensions/irc/xul/content/channels.js => suite/chatzilla/xul/content/channels.js rename : suite/extensions/irc/xul/content/channels.xul => suite/chatzilla/xul/content/channels.xul rename : suite/extensions/irc/xul/content/chatzilla.xul => suite/chatzilla/xul/content/chatzilla.xul rename : suite/extensions/irc/xul/content/chatzillaOverlay.js => suite/chatzilla/xul/content/chatzillaOverlay.js rename : suite/extensions/irc/xul/content/chatzillaOverlay.xul => suite/chatzilla/xul/content/chatzillaOverlay.xul rename : suite/extensions/irc/xul/content/commands.js => suite/chatzilla/xul/content/commands.js rename : suite/extensions/irc/xul/content/config-add.js => suite/chatzilla/xul/content/config-add.js rename : suite/extensions/irc/xul/content/config-add.xul => suite/chatzilla/xul/content/config-add.xul rename : suite/extensions/irc/xul/content/config.css => suite/chatzilla/xul/content/config.css rename : suite/extensions/irc/xul/content/config.js => suite/chatzilla/xul/content/config.js rename : suite/extensions/irc/xul/content/config.xul => suite/chatzilla/xul/content/config.xul rename : suite/extensions/irc/xul/content/dynamic.css => suite/chatzilla/xul/content/dynamic.css rename : suite/extensions/irc/xul/content/handlers.js => suite/chatzilla/xul/content/handlers.js rename : suite/extensions/irc/xul/content/install-plugin/install-plugin.js => suite/chatzilla/xul/content/install-plugin/install-plugin.js rename : suite/extensions/irc/xul/content/install-plugin/install-plugin.xul => suite/chatzilla/xul/content/install-plugin/install-plugin.xul rename : suite/extensions/irc/xul/content/menus.js => suite/chatzilla/xul/content/menus.js rename : suite/extensions/irc/xul/content/menus.xul => suite/chatzilla/xul/content/menus.xul rename : suite/extensions/irc/xul/content/messages.js => suite/chatzilla/xul/content/messages.js rename : suite/extensions/irc/xul/content/mungers.js => suite/chatzilla/xul/content/mungers.js rename : suite/extensions/irc/xul/content/networks.js => suite/chatzilla/xul/content/networks.js rename : suite/extensions/irc/xul/content/nsClipboard.js => suite/chatzilla/xul/content/nsClipboard.js rename : suite/extensions/irc/xul/content/nsDragAndDrop.js => suite/chatzilla/xul/content/nsDragAndDrop.js rename : suite/extensions/irc/xul/content/nsUserSettings.js => suite/chatzilla/xul/content/nsUserSettings.js rename : suite/extensions/irc/xul/content/output-base.css => suite/chatzilla/xul/content/output-base.css rename : suite/extensions/irc/xul/content/output-window.html => suite/chatzilla/xul/content/output-window.html rename : suite/extensions/irc/xul/content/output-window.js => suite/chatzilla/xul/content/output-window.js rename : suite/extensions/irc/xul/content/popups.xul => suite/chatzilla/xul/content/popups.xul rename : suite/extensions/irc/xul/content/pref-irc-toolkit.xul => suite/chatzilla/xul/content/pref-irc-toolkit.xul rename : suite/extensions/irc/xul/content/prefs.js => suite/chatzilla/xul/content/prefs.js rename : suite/extensions/irc/xul/content/prefsOverlay.xul => suite/chatzilla/xul/content/prefsOverlay.xul rename : suite/extensions/irc/xul/content/rdf.js => suite/chatzilla/xul/content/rdf.js rename : suite/extensions/irc/xul/content/scripts.xul => suite/chatzilla/xul/content/scripts.xul rename : suite/extensions/irc/xul/content/static.js => suite/chatzilla/xul/content/static.js rename : suite/extensions/irc/xul/lib/munger.js => suite/chatzilla/xul/lib/munger.js rename : suite/extensions/irc/xul/lib/tree-utils.js => suite/chatzilla/xul/lib/tree-utils.js rename : suite/extensions/irc/xul/skin/about.css => suite/chatzilla/xul/skin/about.css rename : suite/extensions/irc/xul/skin/browserOverlay.css => suite/chatzilla/xul/skin/browserOverlay.css rename : suite/extensions/irc/xul/skin/channels.css => suite/chatzilla/xul/skin/channels.css rename : suite/extensions/irc/xul/skin/chatzilla.css => suite/chatzilla/xul/skin/chatzilla.css rename : suite/extensions/irc/xul/skin/chatzillaOverlay.css => suite/chatzilla/xul/skin/chatzillaOverlay.css rename : suite/extensions/irc/xul/skin/images/admin-graphic.png => suite/chatzilla/xul/skin/images/admin-graphic.png rename : suite/extensions/irc/xul/skin/images/admin-symbol.png => suite/chatzilla/xul/skin/images/admin-symbol.png rename : suite/extensions/irc/xul/skin/images/arrow-down.png => suite/chatzilla/xul/skin/images/arrow-down.png rename : suite/extensions/irc/xul/skin/images/chatzilla-16.png => suite/chatzilla/xul/skin/images/chatzilla-16.png rename : suite/extensions/irc/xul/skin/images/drop-indicator-bottom.png => suite/chatzilla/xul/skin/images/drop-indicator-bottom.png rename : suite/extensions/irc/xul/skin/images/face-alien.png => suite/chatzilla/xul/skin/images/face-alien.png rename : suite/extensions/irc/xul/skin/images/face-angry.png => suite/chatzilla/xul/skin/images/face-angry.png rename : suite/extensions/irc/xul/skin/images/face-arrow.png => suite/chatzilla/xul/skin/images/face-arrow.png rename : suite/extensions/irc/xul/skin/images/face-confused.png => suite/chatzilla/xul/skin/images/face-confused.png rename : suite/extensions/irc/xul/skin/images/face-cool.png => suite/chatzilla/xul/skin/images/face-cool.png rename : suite/extensions/irc/xul/skin/images/face-cry.png => suite/chatzilla/xul/skin/images/face-cry.png rename : suite/extensions/irc/xul/skin/images/face-dizzy-back.png => suite/chatzilla/xul/skin/images/face-dizzy-back.png rename : suite/extensions/irc/xul/skin/images/face-dizzy.png => suite/chatzilla/xul/skin/images/face-dizzy.png rename : suite/extensions/irc/xul/skin/images/face-eek.png => suite/chatzilla/xul/skin/images/face-eek.png rename : suite/extensions/irc/xul/skin/images/face-evil.png => suite/chatzilla/xul/skin/images/face-evil.png rename : suite/extensions/irc/xul/skin/images/face-exclaim.png => suite/chatzilla/xul/skin/images/face-exclaim.png rename : suite/extensions/irc/xul/skin/images/face-idea.png => suite/chatzilla/xul/skin/images/face-idea.png rename : suite/extensions/irc/xul/skin/images/face-laugh.png => suite/chatzilla/xul/skin/images/face-laugh.png rename : suite/extensions/irc/xul/skin/images/face-lol.png => suite/chatzilla/xul/skin/images/face-lol.png rename : suite/extensions/irc/xul/skin/images/face-mrgreen.png => suite/chatzilla/xul/skin/images/face-mrgreen.png rename : suite/extensions/irc/xul/skin/images/face-normal.png => suite/chatzilla/xul/skin/images/face-normal.png rename : suite/extensions/irc/xul/skin/images/face-question.png => suite/chatzilla/xul/skin/images/face-question.png rename : suite/extensions/irc/xul/skin/images/face-razz.png => suite/chatzilla/xul/skin/images/face-razz.png rename : suite/extensions/irc/xul/skin/images/face-red.png => suite/chatzilla/xul/skin/images/face-red.png rename : suite/extensions/irc/xul/skin/images/face-rofl.png => suite/chatzilla/xul/skin/images/face-rofl.png rename : suite/extensions/irc/xul/skin/images/face-rolleyes.png => suite/chatzilla/xul/skin/images/face-rolleyes.png rename : suite/extensions/irc/xul/skin/images/face-sad.png => suite/chatzilla/xul/skin/images/face-sad.png rename : suite/extensions/irc/xul/skin/images/face-smile.png => suite/chatzilla/xul/skin/images/face-smile.png rename : suite/extensions/irc/xul/skin/images/face-surprised.png => suite/chatzilla/xul/skin/images/face-surprised.png rename : suite/extensions/irc/xul/skin/images/face-tongue.png => suite/chatzilla/xul/skin/images/face-tongue.png rename : suite/extensions/irc/xul/skin/images/face-wink.png => suite/chatzilla/xul/skin/images/face-wink.png rename : suite/extensions/irc/xul/skin/images/founder-graphic.png => suite/chatzilla/xul/skin/images/founder-graphic.png rename : suite/extensions/irc/xul/skin/images/founder-symbol.png => suite/chatzilla/xul/skin/images/founder-symbol.png rename : suite/extensions/irc/xul/skin/images/halfop-graphic.png => suite/chatzilla/xul/skin/images/halfop-graphic.png rename : suite/extensions/irc/xul/skin/images/halfop-symbol.png => suite/chatzilla/xul/skin/images/halfop-symbol.png rename : suite/extensions/irc/xul/skin/images/input-send.png => suite/chatzilla/xul/skin/images/input-send.png rename : suite/extensions/irc/xul/skin/images/logging-off.png => suite/chatzilla/xul/skin/images/logging-off.png rename : suite/extensions/irc/xul/skin/images/logging-on.png => suite/chatzilla/xul/skin/images/logging-on.png rename : suite/extensions/irc/xul/skin/images/logo.png => suite/chatzilla/xul/skin/images/logo.png rename : suite/extensions/irc/xul/skin/images/multiline-contract.png => suite/chatzilla/xul/skin/images/multiline-contract.png rename : suite/extensions/irc/xul/skin/images/multiline-expand.png => suite/chatzilla/xul/skin/images/multiline-expand.png rename : suite/extensions/irc/xul/skin/images/no-graphic.png => suite/chatzilla/xul/skin/images/no-graphic.png rename : suite/extensions/irc/xul/skin/images/no-symbol.png => suite/chatzilla/xul/skin/images/no-symbol.png rename : suite/extensions/irc/xul/skin/images/offline.png => suite/chatzilla/xul/skin/images/offline.png rename : suite/extensions/irc/xul/skin/images/online.png => suite/chatzilla/xul/skin/images/online.png rename : suite/extensions/irc/xul/skin/images/op-graphic.png => suite/chatzilla/xul/skin/images/op-graphic.png rename : suite/extensions/irc/xul/skin/images/op-symbol.png => suite/chatzilla/xul/skin/images/op-symbol.png rename : suite/extensions/irc/xul/skin/images/secure-broken.png => suite/chatzilla/xul/skin/images/secure-broken.png rename : suite/extensions/irc/xul/skin/images/secure.png => suite/chatzilla/xul/skin/images/secure.png rename : suite/extensions/irc/xul/skin/images/source_png/spbubble-off.png => suite/chatzilla/xul/skin/images/source_png/spbubble-off.png rename : suite/extensions/irc/xul/skin/images/source_png/spbubble-on.png => suite/chatzilla/xul/skin/images/source_png/spbubble-on.png rename : suite/extensions/irc/xul/skin/images/source_svg/logging.svg => suite/chatzilla/xul/skin/images/source_svg/logging.svg rename : suite/extensions/irc/xul/skin/images/source_svg/userlist_icons.svg => suite/chatzilla/xul/skin/images/source_svg/userlist_icons.svg rename : suite/extensions/irc/xul/skin/images/spbubble-off.png => suite/chatzilla/xul/skin/images/spbubble-off.png rename : suite/extensions/irc/xul/skin/images/spbubble-on.png => suite/chatzilla/xul/skin/images/spbubble-on.png rename : suite/extensions/irc/xul/skin/images/voice-graphic.png => suite/chatzilla/xul/skin/images/voice-graphic.png rename : suite/extensions/irc/xul/skin/images/voice-symbol.png => suite/chatzilla/xul/skin/images/voice-symbol.png rename : suite/extensions/irc/xul/skin/install-plugin.css => suite/chatzilla/xul/skin/install-plugin.css rename : suite/extensions/irc/xul/skin/output-dark.css => suite/chatzilla/xul/skin/output-dark.css rename : suite/extensions/irc/xul/skin/output-default.css => suite/chatzilla/xul/skin/output-default.css rename : suite/extensions/irc/xul/skin/output-light.css => suite/chatzilla/xul/skin/output-light.css rename : suite/extensions/irc/xul/skin/output-loud.css => suite/chatzilla/xul/skin/output-loud.css rename : suite/extensions/irc/xul/skin/output-marble.css => suite/chatzilla/xul/skin/output-marble.css
2021-05-29 23:58:49 +03:00
if CONFIG['MOZ_IRC']:
DIRS += ['chatzilla']
if CONFIG["MAKENSISU"]:
DIRS += ["installer/windows"]
if CONFIG["MOZ_BUNDLED_FONTS"]:
DIRS += ["/browser/fonts"]
# app is always last as it packages up the built files on mac.
DIRS += [
"app",
]