From c1583aa029d30f98f44275aede230321d38b2fd5 Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Tue, 8 Apr 2014 09:10:27 +0100 Subject: [PATCH] bug 989969 - build nsUnicodeRange.cpp as part of UNIFIED_SOURCES. r=jdaggett --- gfx/thebes/moz.build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gfx/thebes/moz.build b/gfx/thebes/moz.build index 221e158c7717..78529cdcdb71 100644 --- a/gfx/thebes/moz.build +++ b/gfx/thebes/moz.build @@ -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':