Bug 943983 - Build gfx/tests/gtest in unified mode; r=BenWa

This commit is contained in:
Ehsan Akhgari 2013-11-28 14:10:33 -05:00
Родитель e00d5c113b
Коммит 4d0ff2bfa2
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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',
]