summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:06:57 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 17:06:57 +0000
commit557355eec75ee490edbd81b5035e99a841535066 (patch)
tree393d84679e23ab73073418eee4ec885c96abe05e /ui/ui.gyp
parent422bc9048270c1e62feac938def7e16a383ad187 (diff)
downloadchromium_src-557355eec75ee490edbd81b5035e99a841535066.zip
chromium_src-557355eec75ee490edbd81b5035e99a841535066.tar.gz
chromium_src-557355eec75ee490edbd81b5035e99a841535066.tar.bz2
ui: Add the gfx::Vector3dF class.
This class represents a distance along 3 dimensions. It supports operations such as the cross product and dot product between two such vectors, in addition to the standard operations also supported by the Vector2dF class. BUG=147395 R=sky,pkasting Review URL: https://chromiumcodereview.appspot.com/11367025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165402 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 966bdd7..2006162 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -447,6 +447,7 @@
'gfx/platform_font_win.h',
'gfx/point.cc',
'gfx/point.h',
+ 'gfx/point3_f.cc',
'gfx/point3_f.h',
'gfx/point_base.h',
'gfx/point_conversions.cc',
@@ -517,6 +518,8 @@
'gfx/vector2d_conversions.h',
'gfx/vector2d_f.cc',
'gfx/vector2d_f.h',
+ 'gfx/vector3d_f.cc',
+ 'gfx/vector3d_f.h',
'gfx/video_decode_acceleration_support_mac.h',
'gfx/video_decode_acceleration_support_mac.mm',
'ui_controls/ui_controls.h',