summaryrefslogtreecommitdiffstats
path: root/o3d/serializer
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 22:30:03 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 22:30:03 +0000
commit30eb751d1a778b73e20c238ec2f54b7293eb1b6f (patch)
tree64f775e2bf824492b8d1e3e2680d05592a0abb57 /o3d/serializer
parent5d3d854522bf38df112ca73e3bb6e9c4adb627ae (diff)
downloadchromium_src-30eb751d1a778b73e20c238ec2f54b7293eb1b6f.zip
chromium_src-30eb751d1a778b73e20c238ec2f54b7293eb1b6f.tar.gz
chromium_src-30eb751d1a778b73e20c238ec2f54b7293eb1b6f.tar.bz2
Adding in most of the unit tests. This adds 406 of our unit tests
into the gyp build. 21 of them fail, but that is only because they don't have test input yet -- I haven't added the build code that copies the test inputs into the build dir yet. Review URL: http://codereview.chromium.org/147129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/serializer')
-rw-r--r--o3d/serializer/serializer.gyp11
1 files changed, 8 insertions, 3 deletions
diff --git a/o3d/serializer/serializer.gyp b/o3d/serializer/serializer.gyp
index 906f77f..9953aaf 100644
--- a/o3d/serializer/serializer.gyp
+++ b/o3d/serializer/serializer.gyp
@@ -30,10 +30,15 @@
},
{
'target_name': 'o3dSerializerTest',
- 'type': 'static_library',
- 'sources': [
- 'cross/serializer_test.cc',
+ 'type': 'none',
+ 'dependencies': [
+ 'o3dSerializer',
],
+ 'direct_dependent_settings': {
+ 'sources': [
+ 'cross/serializer_test.cc',
+ ],
+ },
},
],
}