summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/plugin.gyp
diff options
context:
space:
mode:
authorapatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-24 21:35:57 +0000
committerapatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-24 21:35:57 +0000
commitb500fc1b519ab243ad1ae31f64c3fe3bca1dc08f (patch)
tree222e16c8b8847ceb2f7169b8c899a16a7e9e3d38 /o3d/plugin/plugin.gyp
parent506cb1db9a466aad6b8d3fdce9cb94eb54516e47 (diff)
downloadchromium_src-b500fc1b519ab243ad1ae31f64c3fe3bca1dc08f.zip
chromium_src-b500fc1b519ab243ad1ae31f64c3fe3bca1dc08f.tar.gz
chromium_src-b500fc1b519ab243ad1ae31f64c3fe3bca1dc08f.tar.bz2
Added command buffer unit tests to gyp.
Can optionally override default renderer with environment variable. One of: GYP_DEFINES = "renderer=d3d9" GYP_DEFINES = "renderer=gl" GYP_DEFINES = "renderer=cb cb_service=d3d9" GYP_DEFINES = "renderer=cb cb_service=gl" Fixed some warnings. Works on windows with D3D9 but not GL, mac or linux yet. TEST=none BUG=none Review URL: http://codereview.chromium.org/208037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/plugin.gyp')
-rw-r--r--o3d/plugin/plugin.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp
index a5b2ff6..22894b1 100644
--- a/o3d/plugin/plugin.gyp
+++ b/o3d/plugin/plugin.gyp
@@ -214,7 +214,7 @@
},
},
],
- ['OS == "win" and (renderer == "d3d9" or renderer == "cb")',
+ ['OS == "win" and (renderer == "d3d9" or cb_service == "d3d9")',
{
'link_settings': {
'libraries': [