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

Side by Side Diff: serializer/serializer.gyp

Issue 131116: This adds in the GYP files needed for our GYP build. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « plugin/version_info.py ('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
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'includes': [
10 '../build/common.gypi',
11 ],
12 'target_defaults': {
13 'include_dirs': [
14 '..',
15 '../..',
16 '../../<(gtestdir)',
17 ],
18 },
19 'targets': [
20 {
21 'target_name': 'o3dSerializer',
22 'type': 'static_library',
23 'sources': [
24 'cross/serializer.cc',
25 'cross/serializer.h',
26 'cross/serializer_binary.cc',
27 'cross/serializer_binary.h',
28 'cross/version.h',
29 ],
30 },
31 {
32 'target_name': 'o3dSerializerTest',
33 'type': 'static_library',
34 'sources': [
35 'cross/serializer_test.cc',
36 ],
37 },
38 ],
39 }
OLDNEW
« no previous file with comments | « plugin/version_info.py ('k') | statsreport/statsreport.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698