bug 989969 - build nsUnicodeRange.cpp as part of UNIFIED_SOURCES. r=jdaggett

This commit is contained in:
Jonathan Kew 2014-04-08 09:10:27 +01:00
Родитель 683d2e7c77
Коммит c1583aa029
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -67,7 +67,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
'gfxFT2Fonts.cpp',
'gfxFT2Utils.cpp',
'gfxPDFSurface.cpp',
'nsUnicodeRange.cpp',
]
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
EXPORTS += [
@ -83,7 +82,6 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
'gfxFT2Fonts.cpp',
'gfxFT2Utils.cpp',
'gfxPDFSurface.cpp',
'nsUnicodeRange.cpp',
]
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
EXPORTS += [
@ -99,7 +97,6 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
'gfxQuartzImageSurface.cpp',
'gfxQuartzNativeDrawing.cpp',
'gfxQuartzSurface.cpp',
'nsUnicodeRange.cpp',
]
elif CONFIG['MOZ_WIDGET_GTK']:
EXPORTS += [
@ -120,7 +117,6 @@ elif CONFIG['MOZ_WIDGET_GTK']:
'gfxPDFSurface.cpp',
'gfxPlatformGtk.cpp',
'gfxPSSurface.cpp',
'nsUnicodeRange.cpp',
]
if CONFIG['MOZ_X11']:
@ -150,7 +146,6 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt':
'gfxPDFSurface.cpp',
'gfxQPainterSurface.cpp',
'gfxQtPlatform.cpp',
'nsUnicodeRange.cpp',
]
if CONFIG['MOZ_X11']:
@ -184,7 +179,6 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'gfxWindowsNativeDrawing.cpp',
'gfxWindowsPlatform.cpp',
'gfxWindowsSurface.cpp',
'nsUnicodeRange.cpp',
]
if CONFIG['MOZ_ENABLE_DWRITE_FONT']:
# gfxDWriteFontList.cpp forces NSPR logging, so it cannot be built in unified mode.
@ -253,6 +247,7 @@ UNIFIED_SOURCES += [
'gfxTeeSurface.cpp',
'gfxUtils.cpp',
'nsSurfaceTexture.cpp',
'nsUnicodeRange.cpp',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':