Backed out changeset 2f6d3cbedd12 (bug 1349002) for build bustage a=backout

MozReview-Commit-ID: DY4OupKVBlS
This commit is contained in:
Wes Kocher 2017-03-20 18:08:43 -07:00
parent 91e394a62b
commit 9b58353afe

View File

@ -8,7 +8,7 @@ EXPORTS += [
'DMD.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'../../../mfbt/HashFunctions.cpp',
'../../../mfbt/JSONWriter.cpp',
'../../../mfbt/Poison.cpp',
@ -16,6 +16,10 @@ UNIFIED_SOURCES += [
'DMD.cpp',
]
SOURCES += [
'../../../nsprpub/lib/libc/src/strcpy.c',
]
SharedLibrary('dmd')
DEFINES['MOZ_NO_MOZALLOC'] = True