Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was
"clever" but was causing build problems. git-svn-id: http://skia.googlecode.com/svn/trunk@1604 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
8a12c0430a
commit
d33f75c7be
12
gyp/core.gyp
12
gyp/core.gyp
@ -330,18 +330,6 @@
|
||||
'opts.gyp:opts'
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'core_tests',
|
||||
'type': 'static_library',
|
||||
'direct_dependent_settings': {
|
||||
'sources': [
|
||||
'../tests/core/PointTest.cpp',
|
||||
],
|
||||
'include_dirs': [
|
||||
'../tests',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
@ -52,6 +52,7 @@
|
||||
'../tests/PathMeasureTest.cpp',
|
||||
'../tests/PathTest.cpp',
|
||||
'../tests/PDFPrimitivesTest.cpp',
|
||||
'../tests/PointTest.cpp',
|
||||
'../tests/Reader32Test.cpp',
|
||||
'../tests/RefDictTest.cpp',
|
||||
'../tests/RegionTest.cpp',
|
||||
@ -69,7 +70,6 @@
|
||||
],
|
||||
'dependencies': [
|
||||
'core.gyp:core',
|
||||
'core.gyp:core_tests',
|
||||
'effects.gyp:effects',
|
||||
'experimental.gyp:experimental',
|
||||
'images.gyp:images',
|
||||
|
Loading…
Reference in New Issue
Block a user