Bug 1345998: Clean up some unused libs and delayloads in xul.dll. r=glandium

MozReview-Commit-ID: 5VgLdt2esRY

--HG--
extra : rebase_source : 9197b09d2d27a5d38dec0a530afc30abe984481e
This commit is contained in:
David Major 2017-03-14 22:23:52 +13:00
Родитель 0902d5e08e
Коммит d1bf9bd2fd
2 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -873,9 +873,6 @@ Quickdraw.h
QuickDraw.h
QuickTimeComponents.h
quipu/attr.h
rasdlg.h
raserror.h
ras.h
regex.h
Region.h
resolv.h

Просмотреть файл

@ -24,11 +24,7 @@ def Libxul(name):
DELAYLOAD_DLLS += [
'comdlg32.dll',
'dbghelp.dll',
'netapi32.dll',
'PowrProf.dll',
'rasapi32.dll',
'rasdlg.dll',
'secur32.dll',
'wininet.dll',
'winspool.drv'
@ -340,17 +336,13 @@ if CONFIG['OS_ARCH'] == 'WINNT':
'netapi32',
'shlwapi',
'ws2_32',
'dbghelp',
'dwmapi',
'rasapi32',
'rasdlg',
'iphlpapi',
'uxtheme',
'setupapi',
'secur32',
'sensorsapi',
'portabledeviceguids',
'windowscodecs',
'wininet',
'wbemuuid',
'wintrust',