зеркало из https://github.com/mozilla/pjs.git
removing redundant skins directories
This commit is contained in:
Родитель
8962f55d85
Коммит
957bb8a699
|
@ -519,7 +519,6 @@ sub MakeResourceAliases()
|
|||
|
||||
_InstallResources(":mozilla:xpinstall:res:locale:en-US:MANIFEST", "$xpinstall_locale_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpinstall:res:content:MANIFEST", "$xpinstall_content_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpinstall:res:skin:MANIFEST", "$xpinstall_skin_chrome_dir", 0);
|
||||
|
||||
# profile lives inside of the top level communicator dist dir
|
||||
|
||||
|
@ -528,7 +527,6 @@ sub MakeResourceAliases()
|
|||
my($profile_skin_chrome_dir) = "$communicator_skin_chrome_dir" . "profile";
|
||||
|
||||
_InstallResources(":mozilla:profile:resources:content:MANIFEST", "$profile_content_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:profile:resources:skin:MANIFEST", "$profile_skin_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:profile:resources:locale:en-US:MANIFEST", "$profile_locale_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:profile:pref-migrator:resources:content:MANIFEST", "$profile_content_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:profile:pref-migrator:resources:locale:en-US:MANIFEST", "$profile_locale_chrome_dir", 0);
|
||||
|
@ -556,7 +554,6 @@ sub MakeResourceAliases()
|
|||
# NOTE: this will change as we move the toolbar/appshell chrome files to a real place
|
||||
|
||||
_InstallResources(":mozilla:xpfe:browser:resources:content:MANIFEST", "$navigator_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:browser:resources:skin:MANIFEST", "$navigator_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:browser:resources:locale:en-US:MANIFEST", "$navigator_locale_chrome_dir", 0);
|
||||
|
||||
#NECKO
|
||||
|
@ -567,18 +564,13 @@ sub MakeResourceAliases()
|
|||
_InstallResources(":mozilla:extensions:psm-glue:res:content:MANIFEST_GLOBAL", "$global_content_chrome_dir");
|
||||
_InstallResources(":mozilla:extensions:psm-glue:res:content:MANIFEST_NAV", "$navigator_content_chrome_dir");
|
||||
_InstallResources(":mozilla:extensions:psm-glue:res:locale:en-US:MANIFEST", "$global_locale_chrome_dir");
|
||||
_InstallResources(":mozilla:extensions:psm-glue:res:skin:MANIFEST", "$navigator_skin_chrome_dir");
|
||||
|
||||
_InstallResources(":mozilla:xpfe:global:resources:content:MANIFEST", "$global_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:content:mac:MANIFEST", "$global_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:skin:MANIFEST", "$global_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:skin:mac:MANIFEST", "$chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:skin:MANIFEST_CHROME", "$chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:global:resources:locale:en-US:MANIFEST", "$global_locale_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpfe:global:resources:locale:en-US:mac:MANIFEST", "$global_locale_chrome_dir", 0);
|
||||
|
||||
_InstallResources(":mozilla:xpfe:communicator:resources:skin:MANIFEST", "$communicator_skin_chrome_dir");
|
||||
|
||||
_InstallResources(":mozilla:docshell:base:MANIFEST", "$global_locale_chrome_dir", 0);
|
||||
|
||||
my($layout_locale_hack_dir) = "$communicator_locale_chrome_dir"."layout:";
|
||||
|
@ -663,7 +655,6 @@ sub MakeResourceAliases()
|
|||
my($bookmarks_skin_chrome_dir) = "$communicator_skin_chrome_dir"."bookmarks:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:bookmarks:resources:MANIFEST-content", "$bookmarks_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:bookmarks:resources:MANIFEST-skin", "$bookmarks_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:bookmarks:resources:locale:en-US:MANIFEST", "$bookmarks_locale_chrome_dir");
|
||||
}
|
||||
{
|
||||
|
@ -672,7 +663,6 @@ sub MakeResourceAliases()
|
|||
my($directory_skin_chrome_dir) = "$communicator_skin_chrome_dir"."directory:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:directory:MANIFEST-content", "$directory_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:directory:MANIFEST-skin", "$directory_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:directory:locale:en-US:MANIFEST", "$directory_locale_chrome_dir");
|
||||
}
|
||||
{
|
||||
|
@ -681,7 +671,6 @@ sub MakeResourceAliases()
|
|||
my($regviewer_skin_chrome_dir) = "$communicator_skin_chrome_dir"."regviewer:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:regviewer:MANIFEST-content", "$regviewer_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:regviewer:MANIFEST-skin", "$regviewer_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:regviewer:locale:en-US:MANIFEST", "$regviewer_locale_chrome_dir");
|
||||
}
|
||||
{
|
||||
|
@ -690,7 +679,6 @@ sub MakeResourceAliases()
|
|||
my($history_skin_chrome_dir) = "$communicator_skin_chrome_dir"."history:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:history:resources:MANIFEST-content", "$history_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:history:resources:MANIFEST-skin", "$history_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:history:resources:locale:en-US:MANIFEST", "$history_locale_chrome_dir");
|
||||
}
|
||||
{
|
||||
|
@ -699,7 +687,6 @@ sub MakeResourceAliases()
|
|||
my($related_skin_chrome_dir) = "$communicator_skin_chrome_dir"."related:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:related:resources:MANIFEST-content", "$related_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:related:resources:MANIFEST-skin", "$related_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:related:resources:locale:en-US:MANIFEST", "$related_locale_chrome_dir");
|
||||
}
|
||||
{
|
||||
|
@ -708,7 +695,6 @@ sub MakeResourceAliases()
|
|||
my($search_skin_chrome_dir) = "$communicator_skin_chrome_dir"."search:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:search:resources:MANIFEST-content", "$search_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:search:resources:MANIFEST-skin", "$search_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:search:resources:locale:en-US:MANIFEST", "$search_locale_chrome_dir");
|
||||
|
||||
# Make copies (not aliases) of the various search files
|
||||
|
@ -720,7 +706,6 @@ sub MakeResourceAliases()
|
|||
my($sidebar_skin_chrome_dir) = "$communicator_skin_chrome_dir"."sidebar:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:sidebar:resources:MANIFEST-content", "$sidebar_content_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:sidebar:resources:MANIFEST-skin", "$sidebar_skin_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:sidebar:resources:locale:en-US:MANIFEST", "$sidebar_locale_chrome_dir");
|
||||
_InstallResources(":mozilla:xpfe:components:sidebar:src:MANIFEST", "${dist_dir}Components");
|
||||
}
|
||||
|
@ -744,18 +729,15 @@ sub MakeResourceAliases()
|
|||
my($pref_skin_chrome_dir) = "$communicator_skin_chrome_dir"."pref:";
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:prefwindow:resources:content:MANIFEST", "$pref_content_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpfe:components:prefwindow:resources:skin:MANIFEST", "$pref_skin_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpfe:components:prefwindow:resources:locale:en-US:MANIFEST", "$pref_locale_chrome_dir", 0);
|
||||
}
|
||||
|
||||
_InstallResources(":mozilla:xpfe:components:console:resources:content:MANIFEST", "$global_content_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpfe:components:console:resources:skin:MANIFEST", "$global_skin_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpfe:components:console:resources:locale:en-US:MANIFEST", "$global_locale_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:xpfe:components:console:MANIFEST", "${dist_dir}Components");
|
||||
|
||||
|
||||
# XXX autocomplete needs to move somewhere
|
||||
_InstallResources(":mozilla:xpfe:components:autocomplete:resources:skin:MANIFEST", "$chrome_dir");
|
||||
|
||||
{
|
||||
my($wallet_content_chrome_dir) = "$communicator_content_chrome_dir"."wallet:";
|
||||
|
@ -773,9 +755,6 @@ sub MakeResourceAliases()
|
|||
_InstallResources(":mozilla:extensions:wallet:editor:MANIFEST_PROPERTIES", "$wallet_locale_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:extensions:wallet:src:MANIFEST_PROPERTIES", "$wallet_locale_chrome_dir", 0);
|
||||
|
||||
_InstallResources(":mozilla:extensions:wallet:editor:MANIFEST_SKIN", "$wallet_skin_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:extensions:wallet:cookieviewer:MANIFEST_SKIN", "$wallet_skin_chrome_dir", 0);
|
||||
_InstallResources(":mozilla:extensions:wallet:signonviewer:MANIFEST_SKIN", "$wallet_skin_chrome_dir", 0);
|
||||
}
|
||||
{
|
||||
my($security_content_chrome_dir) = "$communicator_content_chrome_dir"."security:";
|
||||
|
|
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = content skin locale
|
||||
DIRS = content locale
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
DIRS= skin content locale
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS=content locale skin
|
||||
DIRS=content locale
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
|
||||
|
||||
DEPTH=..\..\..
|
||||
|
||||
DIRS=content locale skin
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content/bookmarks
|
||||
CHROME_L10N_DIR = locale/bookmarks
|
||||
CHROME_SKIN_DIR = skin/bookmarks
|
||||
|
||||
CHROME_CONTENT = \
|
||||
bm-find.js \
|
||||
|
@ -43,22 +42,6 @@ CHROME_CONTENT = \
|
|||
bookmarks.xul \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
bookmark-folder-closed.gif \
|
||||
bookmark-folder-closed-sel.gif \
|
||||
bookmark-folder-open.gif \
|
||||
bookmark-folder-open-sel.gif \
|
||||
home.gif \
|
||||
home-sel.gif \
|
||||
bookmark-item.gif \
|
||||
bookmarks.css \
|
||||
iefavorite.gif \
|
||||
personal-folder-closed.gif \
|
||||
personal-folder-closed-sel.gif \
|
||||
personal-folder-open.gif \
|
||||
personal-folder-open-sel.gif \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_RESOURCE_LOCALE = \
|
||||
locale/en-US/bm-find.dtd \
|
||||
locale/en-US/bm-props.dtd \
|
||||
|
|
|
@ -26,7 +26,6 @@ DIRS= locale
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content\bookmarks
|
||||
CHROME_L10N_DIR = locale\bookmarks
|
||||
CHROME_SKIN_DIR = skin\bookmarks
|
||||
CHROME_SOURCE_DIR = $(srcdir)
|
||||
|
||||
CHROME_CONTENT = \
|
||||
|
@ -41,22 +40,6 @@ CHROME_CONTENT = \
|
|||
.\bookmarks.xul \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\bookmark-folder-closed.gif \
|
||||
.\bookmark-folder-closed-sel.gif \
|
||||
.\home.gif \
|
||||
.\home-sel.gif \
|
||||
.\bookmark-folder-open.gif \
|
||||
.\bookmark-folder-open-sel.gif \
|
||||
.\bookmark-item.gif \
|
||||
.\bookmarks.css \
|
||||
.\iefavorite.gif \
|
||||
.\personal-folder-closed.gif \
|
||||
.\personal-folder-closed-sel.gif \
|
||||
.\personal-folder-open.gif \
|
||||
.\personal-folder-open-sel.gif \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = content locale skin
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
DIRS= content locale skin
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
@ -38,23 +38,12 @@ CPPSRCS = nsDirectoryViewer.cpp
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content/directory
|
||||
CHROME_L10N_DIR = locale/directory
|
||||
CHROME_SKIN_DIR = skin/directory
|
||||
|
||||
CHROME_CONTENT = \
|
||||
directory.xul \
|
||||
directory.js \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
directory.css \
|
||||
file-folder-closed.gif \
|
||||
file-folder-closed-sel.gif \
|
||||
file-folder-open.gif \
|
||||
file-folder-open-sel.gif \
|
||||
file-icon.gif \
|
||||
file-icon-sel.gif \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_RESOURCE_LOCALE = ${srcdir}/locale/en-US/directory.dtd
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
|
|
|
@ -26,23 +26,12 @@ DIRS=locale
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content\directory
|
||||
CHROME_L10N_DIR = locale\directory
|
||||
CHROME_SKIN_DIR = skin\directory
|
||||
|
||||
CHROME_CONTENT = \
|
||||
.\directory.xul \
|
||||
.\directory.js \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\directory.css \
|
||||
.\file-folder-closed.gif \
|
||||
.\file-folder-closed-sel.gif \
|
||||
.\file-folder-open.gif \
|
||||
.\file-folder-open-sel.gif \
|
||||
.\file-icon.gif \
|
||||
.\file-icon-sel.gif \
|
||||
$(NULL)
|
||||
|
||||
MODULE=directory
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
#! gmake
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 2000 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Stuart Parmenter <pavlov@netscape.com>
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = content skin locale
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
CHROME_DIR = global
|
||||
CHROME_CONTENT_DIR = content
|
||||
CHROME_L10N_DIR = locale
|
||||
CHROME_SKIN_DIR = skin
|
||||
|
||||
CHROME_CONTENT = \
|
||||
finddialog.xul \
|
||||
|
|
|
@ -28,7 +28,6 @@ DIRS=locale
|
|||
CHROME_DIR = global
|
||||
CHROME_CONTENT_DIR = content
|
||||
CHROME_L10N_DIR = locale
|
||||
CHROME_SKIN_DIR = skin
|
||||
|
||||
|
||||
CHROME_CONTENT = \
|
||||
|
|
|
@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content/history
|
||||
CHROME_L10N_DIR = locale/history
|
||||
CHROME_SKIN_DIR = skin/history
|
||||
|
||||
CHROME_CONTENT = \
|
||||
history.xul \
|
||||
|
|
|
@ -26,7 +26,6 @@ DIRS=locale
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content\history
|
||||
CHROME_L10N_DIR = locale\history
|
||||
CHROME_SKIN_DIR = skin\history
|
||||
|
||||
CHROME_CONTENT = \
|
||||
.\history.xul \
|
||||
|
|
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = content skin locale
|
||||
DIRS = content locale
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
DIRS= skin content locale
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
@ -38,15 +38,12 @@ CPPSRCS = nsRegistryDataSource.cpp
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content/regviewer
|
||||
CHROME_L10N_DIR = locale/regviewer
|
||||
CHROME_SKIN_DIR = skin/regviewer
|
||||
|
||||
CHROME_CONTENT = \
|
||||
regviewer.xul \
|
||||
regviewer.js \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = regviewer.css
|
||||
|
||||
EXPORT_RESOURCE_LOCALE = $(srcdir)/locale/en-US/regviewer.dtd
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
|
|
|
@ -26,17 +26,12 @@ DIRS=locale
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content\regviewer
|
||||
CHROME_L10N_DIR = locale\regviewer
|
||||
CHROME_SKIN_DIR = skin\regviewer
|
||||
|
||||
CHROME_CONTENT = \
|
||||
.\regviewer.xul \
|
||||
.\regviewer.js \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\regviewer.css \
|
||||
$(NULL)
|
||||
|
||||
MODULE=regviewer
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
|
|
@ -29,18 +29,12 @@ include $(DEPTH)/config/autoconf.mk
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content/related
|
||||
CHROME_L10N_DIR = locale/related
|
||||
CHROME_SKIN_DIR = skin/related
|
||||
|
||||
CHROME_CONTENT = \
|
||||
related-panel.xul \
|
||||
related-panel.js \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
related.css \
|
||||
sitemap.gif \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_RESOURCE_LOCALE = $(srcdir)/locale/en-US/related-panel.dtd
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -26,18 +26,12 @@ DIRS=locale
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content\related
|
||||
CHROME_L10N_DIR = locale\related
|
||||
CHROME_SKIN_DIR = skin\related
|
||||
|
||||
CHROME_CONTENT = \
|
||||
.\related-panel.xul \
|
||||
.\related-panel.js \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\related.css \
|
||||
.\sitemap.gif \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
|
|
|
@ -26,7 +26,6 @@ DIRS= locale
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content\search
|
||||
CHROME_L10N_DIR = locale\search
|
||||
CHROME_SKIN_DIR = skin\search
|
||||
CHROME_SOURCE_DIR = $(srcdir)
|
||||
|
||||
CHROME_CONTENT = \
|
||||
|
@ -47,17 +46,6 @@ CHROME_CONTENT = \
|
|||
.\internetresults.xul \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\search.css \
|
||||
.\search-editor.css \
|
||||
.\findresults.css \
|
||||
.\icons.css \
|
||||
.\internet.css \
|
||||
.\internetresults.css \
|
||||
.\category.gif \
|
||||
.\result.gif \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
|
|
|
@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content/sidebar
|
||||
CHROME_L10N_DIR = locale/sidebar
|
||||
CHROME_SKIN_DIR = skin/sidebar
|
||||
|
||||
CHROME_CONTENT = \
|
||||
customize-panel.js \
|
||||
|
@ -43,28 +42,6 @@ CHROME_CONTENT = \
|
|||
local-panels.rdf \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
customize.css \
|
||||
preview.css \
|
||||
sidebar.css \
|
||||
sidebarOverlay.css \
|
||||
sidebar-icon.gif \
|
||||
list-down-dis.gif \
|
||||
list-down.gif \
|
||||
list-up-dis.gif \
|
||||
list-up.gif \
|
||||
sbgrippy-left-hover.gif \
|
||||
sbgrippy-left.gif \
|
||||
sbgrippy-right-hover.gif \
|
||||
sbgrippy-right.gif \
|
||||
sidebar-bottomright-cap.gif \
|
||||
sidebar-topright-cap.gif \
|
||||
sidebar-close-hover.gif \
|
||||
sidebar-close.gif \
|
||||
sidebar-open-hover.gif \
|
||||
sidebar-open.gif \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_RESOURCE_LOCALE = \
|
||||
locale/en-US/customize.dtd \
|
||||
locale/en-US/preview.dtd \
|
||||
|
|
|
@ -24,7 +24,6 @@ DEPTH=..\..\..\..
|
|||
CHROME_DIR = communicator
|
||||
CHROME_CONTENT_DIR = content\sidebar
|
||||
CHROME_L10N_DIR = locale\sidebar
|
||||
CHROME_SKIN_DIR = skin\sidebar
|
||||
|
||||
CHROME_CONTENT = \
|
||||
.\customize-panel.js \
|
||||
|
@ -38,28 +37,6 @@ CHROME_CONTENT = \
|
|||
.\local-panels.rdf \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\customize.css \
|
||||
.\preview.css \
|
||||
.\sidebar.css \
|
||||
.\sidebar-icon.gif \
|
||||
.\sidebarOverlay.css \
|
||||
.\list-down-dis.gif \
|
||||
.\list-down.gif \
|
||||
.\list-up-dis.gif \
|
||||
.\list-up.gif \
|
||||
.\sbgrippy-left-hover.gif \
|
||||
.\sbgrippy-left.gif \
|
||||
.\sbgrippy-right-hover.gif \
|
||||
.\sbgrippy-right.gif \
|
||||
.\sidebar-bottomright-cap.gif \
|
||||
.\sidebar-topright-cap.gif \
|
||||
.\sidebar-close-hover.gif \
|
||||
.\sidebar-close.gif \
|
||||
.\sidebar-open-hover.gif \
|
||||
.\sidebar-open.gif \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
|
|
|
@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
CHROME_DIR = global
|
||||
CHROME_CONTENT_DIR = content
|
||||
CHROME_L10N_DIR = locale
|
||||
CHROME_SKIN_DIR = skin
|
||||
|
||||
CHROME_CONTENT = \
|
||||
unknownContent.xul \
|
||||
|
|
|
@ -28,7 +28,6 @@ DIRS=locale
|
|||
CHROME_DIR = global
|
||||
CHROME_CONTENT_DIR = content
|
||||
CHROME_L10N_DIR = locale
|
||||
CHROME_SKIN_DIR = skin
|
||||
|
||||
|
||||
CHROME_CONTENT=\
|
||||
|
@ -36,8 +35,6 @@ CHROME_CONTENT=\
|
|||
.\unknownContent.js \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN=
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install::
|
||||
|
|
|
@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
CHROME_DIR = global
|
||||
CHROME_CONTENT_DIR = content
|
||||
CHROME_L10N_DIR = locale
|
||||
CHROME_SKIN_DIR = skin
|
||||
|
||||
CHROME_CONTENT = \
|
||||
downloadProgress.xul \
|
||||
|
|
|
@ -27,7 +27,6 @@ DIRS=locale
|
|||
CHROME_DIR = global
|
||||
CHROME_CONTENT_DIR = content
|
||||
CHROME_L10N_DIR = locale
|
||||
CHROME_SKIN_DIR = skin
|
||||
|
||||
|
||||
CHROME_CONTENT=\
|
||||
|
|
|
@ -27,127 +27,6 @@ DISTBROWSER=$(DIST)\bin\chrome\global\skin
|
|||
DISTXUL=$(DIST)\bin\chrome
|
||||
|
||||
CHROME_DIR=global
|
||||
CHROME_SKIN_DIR=skin
|
||||
|
||||
CHROME_TYPE=skin
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\manifest.rdf \
|
||||
.\tasksOverlay.css \
|
||||
.\menu.css \
|
||||
.\toolbar.css \
|
||||
.\global.css \
|
||||
.\splitter.css \
|
||||
.\button.css \
|
||||
.\tabcontrol.css \
|
||||
.\textfield.css \
|
||||
.\formatting.css \
|
||||
.\box.css \
|
||||
.\checkbox.css \
|
||||
.\menubutton.css \
|
||||
.\menulist.css \
|
||||
.\radio.css \
|
||||
.\tree.css \
|
||||
.\scrollbars.css \
|
||||
.\lessCols.gif \
|
||||
.\lessCols_mo.gif \
|
||||
.\lessCols_dis.gif \
|
||||
.\moreCols.gif \
|
||||
.\moreCols_mo.gif \
|
||||
.\moreCols_dis.gif \
|
||||
.\scroll-up.gif \
|
||||
.\scroll-up-hover.gif \
|
||||
.\scroll-up-disabled.gif \
|
||||
.\scroll-down.gif \
|
||||
.\scroll-down-hover.gif \
|
||||
.\scroll-down-disabled.gif \
|
||||
.\scroll-left.gif \
|
||||
.\scroll-left-hover.gif \
|
||||
.\scroll-left-disabled.gif \
|
||||
.\scroll-right.gif \
|
||||
.\scroll-right-hover.gif \
|
||||
.\scroll-right-disabled.gif \
|
||||
.\scroll-thumb-vert.gif \
|
||||
.\scroll-thumb-vert-hover.gif \
|
||||
.\scroll-thumb-vert-disabled.gif \
|
||||
.\scroll-thumb-horiz.gif \
|
||||
.\scroll-thumb-horiz-hover.gif \
|
||||
.\scroll-thumb-horiz-disabled.gif \
|
||||
.\opentwisty.gif \
|
||||
.\opentwisty-selected.gif \
|
||||
.\closedtwisty.gif \
|
||||
.\closedtwisty-selected.gif \
|
||||
.\menu-arrow.gif \
|
||||
.\menu-arrow-hover.gif \
|
||||
.\menu-arrow-disabled.gif \
|
||||
.\menu-check.gif \
|
||||
.\menu-check-hover.gif \
|
||||
.\menu-check-disabled.gif \
|
||||
.\alert-icon.gif \
|
||||
.\error-icon.gif \
|
||||
.\message-icon.gif \
|
||||
.\question-icon.gif \
|
||||
.\return.gif \
|
||||
.\return-disabled.gif \
|
||||
.\grippy-horizontal-after.gif \
|
||||
.\grippy-horizontal-before.gif \
|
||||
.\grippy-vertical-after.gif \
|
||||
.\grippy-vertical-before.gif \
|
||||
.\taskbar-addressbook.gif \
|
||||
.\taskbar-composer.gif \
|
||||
.\taskbar-mail.gif \
|
||||
.\taskbar-navigator.gif \
|
||||
.\taskbar-tab-minimized.gif \
|
||||
.\taskbar-tab.gif \
|
||||
.\taskbar-popup-arrow.gif \
|
||||
.\taskbar-tab-hover.gif \
|
||||
.\taskbar-tab-trans.gif \
|
||||
.\stop.gif \
|
||||
.\print.gif \
|
||||
.\progressmeter-busy.gif \
|
||||
.\button28-bg-active.gif \
|
||||
.\button28-bg-disabled.gif \
|
||||
.\button28-bg-hover.gif \
|
||||
.\button28-bg.gif \
|
||||
.\button32-bg-active.gif \
|
||||
.\button32-bg-disabled.gif \
|
||||
.\button32-bg-hover.gif \
|
||||
.\button32-bg.gif \
|
||||
.\gray-bottomleft.gif \
|
||||
.\gray-bottomright.gif \
|
||||
.\gray-topright.gif \
|
||||
.\otherbutton28-bg-hover.gif \
|
||||
.\otherbutton28-bg-active.gif \
|
||||
.\toolbar-begincap.gif \
|
||||
.\toolbar-dropdown.gif \
|
||||
.\toolbar-dropdown-hover.gif \
|
||||
.\toolbar-endcap.gif \
|
||||
.\toolbar-menu-arrow.gif \
|
||||
.\toolbar-menu-arrow-disabled.gif \
|
||||
.\toolbar-menu-arrow-hover.gif \
|
||||
.\navbar-bg.gif \
|
||||
.\navbar-endcap.gif \
|
||||
.\navbar-bg-begincap.gif \
|
||||
.\n-box-navbar.gif \
|
||||
.\n-box.gif \
|
||||
.\search.gif \
|
||||
.\animthrob.gif \
|
||||
.\animthrob_single.gif \
|
||||
.\wizardOverlay.css \
|
||||
.\commonDialog.css \
|
||||
.\dialogOverlay.css \
|
||||
.\seltab-leftedge.gif \
|
||||
.\seltab-rightedge.gif \
|
||||
.\tab-leftedge.gif \
|
||||
.\tab-rightedge.gif \
|
||||
.\sortAscending.gif \
|
||||
.\sortDescending.gif \
|
||||
.\check-check.gif \
|
||||
.\check-check-disabled.gif \
|
||||
.\check-radio.gif \
|
||||
.\check-radio-disabled.gif \
|
||||
.\loading.gif \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче