Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Unified Diff: statsreport/statsreport.gyp

Issue 147129: Adding in most of the unit tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « serializer/serializer.gyp ('k') | tests/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: statsreport/statsreport.gyp
===================================================================
--- statsreport/statsreport.gyp (revision 19743)
+++ statsreport/statsreport.gyp (working copy)
@@ -84,33 +84,38 @@
},
{
'target_name': 'o3dStatsReportTest',
- 'type': 'static_library',
- 'sources': [
- 'aggregator-win32_unittest.cc',
- 'aggregator-win32_unittest.h',
- 'aggregator_unittest.cc',
- 'aggregator_unittest.h',
- 'common/highres_timer_unittest.cc',
- 'formatter_unittest.cc',
- 'metrics_unittest.cc',
- 'persistent_iterator-win32_unittest.cc',
+ 'type': 'none',
+ 'dependencies': [
+ 'o3dStatsReport',
],
- 'conditions': [
- ['OS != "win"',
- {
- 'sources/': [
- ['exclude', '(-win32)_unittest\.(cc|h)$'],
- ],
- },
+ 'direct_dependent_settings': {
+ 'sources': [
+ 'aggregator-win32_unittest.cc',
+ 'aggregator-win32_unittest.h',
+ 'aggregator_unittest.cc',
+ 'aggregator_unittest.h',
+ 'common/highres_timer_unittest.cc',
+ 'formatter_unittest.cc',
+ 'metrics_unittest.cc',
+ 'persistent_iterator-win32_unittest.cc',
],
- ['OS != "mac"',
- {
- 'sources/': [
- ['exclude', '(-mac)_unittest\.(cc|mm|h)$'],
- ],
- },
+ 'conditions': [
+ ['OS != "win"',
+ {
+ 'sources/': [
+ ['exclude', '(-win32)_unittest\.(cc|h)$'],
+ ],
+ },
+ ],
+ ['OS != "mac"',
+ {
+ 'sources/': [
+ ['exclude', '(-mac)_unittest\.(cc|mm|h)$'],
+ ],
+ },
+ ],
],
- ],
+ },
},
],
},
« no previous file with comments | « serializer/serializer.gyp ('k') | tests/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698