Backout bug 1203096 because the issue that the workaround was trying to solve is still there

This commit is contained in:
Ehsan Akhgari 2016-02-07 11:49:53 -05:00
parent 8ee3a442dd
commit 4f72f32a3d

View File

@ -66,10 +66,13 @@ if CONFIG['MOZ_SANDBOX'] and CONFIG['OS_ARCH'] == 'WINNT':
'sandbox_staticruntime_s', 'sandbox_staticruntime_s',
] ]
DELAYLOAD_DLLS += [ # clang-cl can't deal with this delay-load due to bug 1188045
'nss3.dll', # (also filed as https://llvm.org/bugs/show_bug.cgi?id=24291)
'xul.dll' if not CONFIG['CLANG_CL']:
] DELAYLOAD_DLLS += [
'nss3.dll',
'xul.dll'
]
DEFINES['HASH_NODE_ID_WITH_DEVICE_ID'] = 1; DEFINES['HASH_NODE_ID_WITH_DEVICE_ID'] = 1;
SOURCES += [ SOURCES += [