Bug 1140766 - Build more files in image/decoders in unified mode; r=jrmuizel

This commit is contained in:
Ehsan Akhgari 2015-03-07 20:21:28 -05:00
parent 9c79c518fa
commit adc2e03934

View File

@ -23,25 +23,17 @@ elif toolkit == 'android':
UNIFIED_SOURCES += [
'EXIF.cpp',
'iccjpeg.c',
'nsBMPDecoder.cpp',
'nsGIFDecoder2.cpp',
'nsICODecoder.cpp',
'nsIconDecoder.cpp',
]
# These files cannot be built in unified mode because they want to force NSPR
# logging.
SOURCES += [
'nsBMPDecoder.cpp',
'nsJPEGDecoder.cpp',
'nsPNGDecoder.cpp',
]
FAIL_ON_WARNINGS = True
SOURCES += [
'iccjpeg.c',
]
# Decoders need RasterImage.h
LOCAL_INCLUDES += [
'/image/src',