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

Side by Side 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, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « plugin/win/main_win.cc ('k') | statsreport/statsreport.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 12 matching lines...) Expand all
23 'sources': [ 23 'sources': [
24 'cross/serializer.cc', 24 'cross/serializer.cc',
25 'cross/serializer.h', 25 'cross/serializer.h',
26 'cross/serializer_binary.cc', 26 'cross/serializer_binary.cc',
27 'cross/serializer_binary.h', 27 'cross/serializer_binary.h',
28 'cross/version.h', 28 'cross/version.h',
29 ], 29 ],
30 }, 30 },
31 { 31 {
32 'target_name': 'o3dSerializerTest', 32 'target_name': 'o3dSerializerTest',
33 'type': 'static_library', 33 'type': 'none',
34 'sources': [ 34 'dependencies': [
35 'cross/serializer_test.cc', 35 'o3dSerializer',
36 ], 36 ],
37 'direct_dependent_settings': {
38 'sources': [
39 'cross/serializer_test.cc',
40 ],
41 },
37 }, 42 },
38 ], 43 ],
39 } 44 }
OLDNEW
« 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