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

Unified Diff: ui/ui.gyp

Issue 10818011: Allow floating point rectangles to be sent via IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: using ParamTraits<float> instead of Pickle. Created 8 years, 5 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 | « content/public/common/common_param_traits.cc ('k') | no next file » | 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 225bc4c0197f59c030c236c9c8db7892672fc189..b5cb9b7c0e678ab67b0751d486bc01061ef49b80 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -401,10 +401,14 @@
'gfx/point.cc',
'gfx/point.h',
'gfx/point_base.h',
+ 'gfx/point_f.cc',
+ 'gfx/point_f.h',
'gfx/rect.cc',
'gfx/rect.h',
'gfx/rect_base.h',
'gfx/rect_base_impl.h',
+ 'gfx/rect_f.cc',
+ 'gfx/rect_f.h',
'gfx/render_text.cc',
'gfx/render_text.h',
'gfx/render_text_mac.cc',
@@ -433,6 +437,8 @@
'gfx/size.h',
'gfx/size_base.h',
'gfx/size_base_impl.h',
+ 'gfx/size_f.cc',
+ 'gfx/size_f.h',
'gfx/skbitmap_operations.cc',
'gfx/skbitmap_operations.h',
'gfx/skia_util.cc',
« no previous file with comments | « content/public/common/common_param_traits.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698