summaryrefslogtreecommitdiffstats
path: root/o3d/core/core.gyp
diff options
context:
space:
mode:
authorfransiskusx@google.com <fransiskusx@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 17:16:19 +0000
committerfransiskusx@google.com <fransiskusx@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-17 17:16:19 +0000
commit6c8577f2d7ee2c6aebdb3c3c689a7242ee0f167d (patch)
tree889f49da1748664fac2cc420c0d13e6d45e4b651 /o3d/core/core.gyp
parent26d81d7f2d515cbf3babe720f79b1c2b89646100 (diff)
downloadchromium_src-6c8577f2d7ee2c6aebdb3c3c689a7242ee0f167d.zip
chromium_src-6c8577f2d7ee2c6aebdb3c3c689a7242ee0f167d.tar.gz
chromium_src-6c8577f2d7ee2c6aebdb3c3c689a7242ee0f167d.tar.bz2
Further integration of 2D mode. This change supports calltype=v, transparancy, and image transformation.
Currently only support Linux and compiled when renderer = cairo. TEST= I compiled with renderer = cairo and it worked. Also I compiled with renderer = gl and it worked. BUG=none Review URL: http://codereview.chromium.org/3315023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/core/core.gyp')
-rw-r--r--o3d/core/core.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp
index c071611..ad64ada 100644
--- a/o3d/core/core.gyp
+++ b/o3d/core/core.gyp
@@ -474,6 +474,8 @@
{
'sources': [
'cross/cairo/install_check.cc',
+ 'cross/cairo/layer.cc',
+ 'cross/cairo/layer.h',
'cross/cairo/renderer_cairo.cc',
'cross/cairo/renderer_cairo.h',
'cross/cairo/texture_cairo.cc',