diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 23:52:04 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 23:52:04 +0000 |
commit | b868366d9fa4b4372db9bef4eb051cba14d25894 (patch) | |
tree | e2a4ea743bd4fe45a5ada203a040eb88bd9edfa8 /o3d/import | |
parent | 92f6b46fbf2bf91fb59a4a74981eb3d6b3a27e97 (diff) | |
download | chromium_src-b868366d9fa4b4372db9bef4eb051cba14d25894.zip chromium_src-b868366d9fa4b4372db9bef4eb051cba14d25894.tar.gz chromium_src-b868366d9fa4b4372db9bef4eb051cba14d25894.tar.bz2 |
This adds the sample conversion to the GYP build, at least on Windows.
It also fixes some small problems with the build (naming of plugin DLL and
activex host dll)
Review URL: http://codereview.chromium.org/160428
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/import')
-rw-r--r-- | o3d/import/import.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/o3d/import/import.gyp b/o3d/import/import.gyp index 6b716b2..9943b00 100644 --- a/o3d/import/import.gyp +++ b/o3d/import/import.gyp @@ -86,6 +86,15 @@ ], }, { + 'target_name': 'o3dSerializationObjects', + 'type': 'static_library', + 'sources': [ + 'cross/camera_info.cc', + 'cross/destination_buffer.cc', + 'cross/json_object.cc', + ], + }, + { 'target_name': 'o3dImportTest', 'type': 'none', 'direct_dependent_settings': { |