mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Backed out changeset 538a6a953f5d (bug 943686)
This commit is contained in:
parent
c01548085a
commit
469aa374a9
@ -73,7 +73,6 @@ UNIFIED_SOURCES += [
|
||||
'MultipartImage.cpp',
|
||||
'OrientedImage.cpp',
|
||||
'ProgressTracker.cpp',
|
||||
'RasterImage.cpp',
|
||||
'ScriptedNotificationObserver.cpp',
|
||||
'ShutdownTracker.cpp',
|
||||
'SourceBuffer.cpp',
|
||||
@ -86,6 +85,11 @@ UNIFIED_SOURCES += [
|
||||
if CONFIG['MOZ_ENABLE_SKIA']:
|
||||
UNIFIED_SOURCES += [ 'Downscaler.cpp']
|
||||
|
||||
# These files can't be unified because of ImageLogging.h #include order issues.
|
||||
SOURCES += [
|
||||
'RasterImage.cpp',
|
||||
]
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
Loading…
Reference in New Issue
Block a user