diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 23:45:54 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-08 23:45:54 +0000 |
commit | 47b2b1415bedfcbac4406f750d59ba3918dc50d4 (patch) | |
tree | bd2c8ba118ce07aa05befcee7402c0968c2d1db4 /o3d/build/o3d_minimal.gyp | |
parent | c068cab25c62570217453332793328855e151b92 (diff) | |
download | chromium_src-47b2b1415bedfcbac4406f750d59ba3918dc50d4.zip chromium_src-47b2b1415bedfcbac4406f750d59ba3918dc50d4.tar.gz chromium_src-47b2b1415bedfcbac4406f750d59ba3918dc50d4.tar.bz2 |
This rearranges where the renderer variable is set so that GYP
doesn't complain when we're part of the Chrome build.
Review URL: http://codereview.chromium.org/267025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build/o3d_minimal.gyp')
-rw-r--r-- | o3d/build/o3d_minimal.gyp | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/o3d/build/o3d_minimal.gyp b/o3d/build/o3d_minimal.gyp index 399638b..200c9cb 100644 --- a/o3d/build/o3d_minimal.gyp +++ b/o3d/build/o3d_minimal.gyp @@ -11,25 +11,7 @@ 'target_name': 'O3D_Minimal', 'type': 'none', 'dependencies': [ - '../plugin/plugin.gyp:o3dPlugin_gen', - ], - }, - ], -} -# 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. - -{ - 'includes': [ - 'common.gypi', - ], - 'targets': [ - { - 'target_name': 'O3D_Minimal', - 'type': 'none', - 'dependencies': [ - '../plugin/plugin.gyp:o3dPlugin_gen', + '../plugin/plugin.gyp:o3dPlugin', ], }, ], |