From b868366d9fa4b4372db9bef4eb051cba14d25894 Mon Sep 17 00:00:00 2001 From: "gspencer@google.com" Date: Thu, 30 Jul 2009 23:52:04 +0000 Subject: 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 --- o3d/samples/samples.gyp | 21 +++++++ o3d/samples/samples_gen.py | 152 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 173 insertions(+) create mode 100644 o3d/samples/samples.gyp create mode 100644 o3d/samples/samples_gen.py (limited to 'o3d/samples') diff --git a/o3d/samples/samples.gyp b/o3d/samples/samples.gyp new file mode 100644 index 0000000..5c5a195 --- /dev/null +++ b/o3d/samples/samples.gyp @@ -0,0 +1,21 @@ +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'variables': { + 'chromium_code': 1, + }, + 'includes': [ + '../build/common.gypi', + ], + 'targets': [ + { + 'target_name': 'samples', + 'type': 'none', + 'dependencies': [ + '