mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #439 - Remove tests from toolkit/
This commit is contained in:
parent
3210cc7d95
commit
e5bacc6f6e
2362 changed files with 95 additions and 246993 deletions
|
|
@ -4,11 +4,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/.
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
DIRS += ['gtest']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIProfileMigrator.idl',
|
||||
'nsIProfileUnlocker.idl',
|
||||
|
|
@ -18,26 +13,15 @@ XPIDL_SOURCES += [
|
|||
|
||||
XPIDL_MODULE = 'toolkitprofile'
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsProfileLock.cpp'
|
||||
]
|
||||
UNIFIED_SOURCES += ['nsProfileLock.cpp']
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
UNIFIED_SOURCES += [
|
||||
'ProfileUnlockerWin.cpp'
|
||||
]
|
||||
UNIFIED_SOURCES += ['ProfileUnlockerWin.cpp']
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsToolkitProfileService.cpp'
|
||||
]
|
||||
UNIFIED_SOURCES += ['nsToolkitProfileService.cpp']
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'../xre',
|
||||
]
|
||||
LOCAL_INCLUDES += ['../xre']
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Toolkit', 'Startup and Profile System')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue