mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 943983 - Build gfx/tests/gtest in unified mode; r=BenWa
This commit is contained in:
parent
e00d5c113b
commit
4d0ff2bfa2
@ -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',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user