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

Unified Diff: serializer/serializer.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 | « plugin/win/main_win.cc ('k') | statsreport/statsreport.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: serializer/serializer.gyp
===================================================================
--- serializer/serializer.gyp (revision 19743)
+++ serializer/serializer.gyp (working copy)
@@ -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',
+ ],
+ },
},
],
}
« no previous file with comments | « plugin/win/main_win.cc ('k') | statsreport/statsreport.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698