Issue #439 - Remove tests from toolkit/

This commit is contained in:
Matt A. Tobin 2020-02-25 15:07:00 -05:00 committed by Roy Tam
commit e5bacc6f6e
2362 changed files with 95 additions and 246993 deletions

View file

@ -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')