From 4d0ff2bfa2b084e77f6857c90a577b4f5ee5bdcb Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 28 Nov 2013 14:10:33 -0500 Subject: [PATCH] Bug 943983 - Build gfx/tests/gtest in unified mode; r=BenWa --- gfx/tests/gtest/moz.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gfx/tests/gtest/moz.build b/gfx/tests/gtest/moz.build index 8f20068ebe12..f100fe760d9c 100644 --- a/gfx/tests/gtest/moz.build +++ b/gfx/tests/gtest/moz.build @@ -6,7 +6,7 @@ LIBRARY_NAME = 'gfxtest' -SOURCES += [ +UNIFIED_SOURCES += [ 'gfxSurfaceRefCountTest.cpp', 'gfxWordCacheTest.cpp', 'TestAsyncPanZoomController.cpp', @@ -25,13 +25,13 @@ SOURCES += [ # Because of gkmedia on windows we wont find these # symbols in xul.dll. if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'windows': - SOURCES += [ '%s/gfx/2d/unittest/%s' % (TOPSRCDIR, p) for p in [ + UNIFIED_SOURCES += [ '%s/gfx/2d/unittest/%s' % (TOPSRCDIR, p) for p in [ 'TestBase.cpp', 'TestBugs.cpp', 'TestPoint.cpp', 'TestScaling.cpp', ]] - SOURCES += [ + UNIFIED_SOURCES += [ 'TestMoz2D.cpp', 'TestRect.cpp', ]