Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1121)

Unified Diff: ui/ui.gyp

Issue 11367025: ui: Add the gfx::Vector3dF class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Just for git-try Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/vector3d_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 966bdd7709b3189f3ffc3c771e1b5299477b5712..20061625075e45bb2b1264772b2571b7e6dd6555 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',
« no previous file with comments | « ui/gfx/vector3d_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698