mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Bug 1140766 - Build more files in image/decoders in unified mode; r=jrmuizel
This commit is contained in:
parent
53b5fec02c
commit
841639e989
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user