summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
diff options
context:
space:
mode:
authormilligan@google.com <milligan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 18:58:08 +0000
committermilligan@google.com <milligan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-22 18:58:08 +0000
commitbd513291051d0d75c7a2052aa98fa2ce2742f8c3 (patch)
tree61cd63ea56c6c02bfba4932a290b1fabd57158ee /o3d/plugin
parent01ac68fa4b00341fc5afc63cc6e8a16bf9d2d5c8 (diff)
downloadchromium_src-bd513291051d0d75c7a2052aa98fa2ce2742f8c3.zip
chromium_src-bd513291051d0d75c7a2052aa98fa2ce2742f8c3.tar.gz
chromium_src-bd513291051d0d75c7a2052aa98fa2ce2742f8c3.tar.bz2
Baby steps toward o2d and o3d dynamic switching in the video accelerator
browser plugin. This step rolls the o2d renderer and the gl renderer into the same linux plugin. Unfortunately the code path for which one gets used is still controlled by a compile time switch. That switch is force_cairo which is set to 0 by default (meaning o3d) in common.gypi. Review URL: http://codereview.chromium.org/6532010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin')
-rw-r--r--o3d/plugin/idl/idl.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/idl/idl.gyp b/o3d/plugin/idl/idl.gyp
index 453486d..c70dbad 100644
--- a/o3d/plugin/idl/idl.gyp
+++ b/o3d/plugin/idl/idl.gyp
@@ -14,7 +14,7 @@
'<!@(python get_idl_files.py)',
],
'conditions': [
- ['renderer == "cairo"',
+ ['support_cairo == 1',
{
'idl_files': [
'layer.idl',