Bug 1428148 - Flatten SeaMonkey suite/shell structure and move to components/ r=frg
--HG-- rename : suite/shell/src/moz.build => suite/components/shell/moz.build rename : suite/shell/src/nsGNOMEShellService.cpp => suite/components/shell/nsGNOMEShellService.cpp rename : suite/shell/src/nsGNOMEShellService.h => suite/components/shell/nsGNOMEShellService.h rename : suite/shell/public/nsIShellService.idl => suite/components/shell/nsIShellService.idl rename : suite/shell/public/nsIWindowsShellService.idl => suite/components/shell/nsIWindowsShellService.idl rename : suite/shell/src/nsMacShellService.cpp => suite/components/shell/nsMacShellService.cpp rename : suite/shell/src/nsMacShellService.h => suite/components/shell/nsMacShellService.h rename : suite/shell/src/nsSetDefault.js => suite/components/shell/nsSetDefault.js rename : suite/shell/src/nsSetDefault.manifest => suite/components/shell/nsSetDefault.manifest rename : suite/shell/src/nsShellService.h => suite/components/shell/nsShellService.h rename : suite/shell/src/nsWindowsShellService.cpp => suite/components/shell/nsWindowsShellService.cpp rename : suite/shell/src/nsWindowsShellService.h => suite/components/shell/nsWindowsShellService.h
This commit is contained in:
Родитель
cad8be4dd7
Коммит
f8238bcb8c
|
@ -15,8 +15,8 @@ Library('suite')
|
|||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../components/shell',
|
||||
'../feeds/src',
|
||||
'../profile',
|
||||
'../profile/migration/src',
|
||||
'../shell/src',
|
||||
]
|
||||
|
|
|
@ -3,14 +3,6 @@
|
|||
# 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/.
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIShellService.idl',
|
||||
DIRS += [
|
||||
'shell',
|
||||
]
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
XPIDL_SOURCES += [
|
||||
'nsIWindowsShellService.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'shellservice'
|
||||
|
|
@ -3,6 +3,17 @@
|
|||
# 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/.
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIShellService.idl',
|
||||
]
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
XPIDL_SOURCES += [
|
||||
'nsIWindowsShellService.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'shellservice'
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
SOURCES += [
|
||||
'nsWindowsShellService.cpp',
|
|
@ -8,6 +8,7 @@ CONFIGURE_SUBST_FILES += ['installer/Makefile']
|
|||
DIRS += [
|
||||
'browser',
|
||||
'common',
|
||||
'components',
|
||||
'extensions',
|
||||
'feeds/public',
|
||||
'feeds/src',
|
||||
|
@ -18,8 +19,6 @@ DIRS += [
|
|||
'themes/modern',
|
||||
'profile',
|
||||
'security',
|
||||
'shell/public',
|
||||
'shell/src',
|
||||
'../common/src',
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче