summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-23 22:39:40 +0000
committerleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-23 22:39:40 +0000
commit1de1b0b83e23c3f42063bc5124e2ef98a8e7f8b3 (patch)
tree2ee5fafd8868b69b96f350789aa2fb57b7eea248 /ui/ui.gyp
parent22aca01de7d24a8c8898c6fbaf2ae149e96011cd (diff)
downloadchromium_src-1de1b0b83e23c3f42063bc5124e2ef98a8e7f8b3.zip
chromium_src-1de1b0b83e23c3f42063bc5124e2ef98a8e7f8b3.tar.gz
chromium_src-1de1b0b83e23c3f42063bc5124e2ef98a8e7f8b3.tar.bz2
Allow floating point rectangles to be sent via IPC.
These are required by the Android find-in-page implementation. Further patches will introduce automatic conversion from WebKit::WebFloatRect to gfx::RectF. BUG=136762 TEST=new case added to base_unittests Review URL: https://chromiumcodereview.appspot.com/10818011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 225bc4c..b5cb9b7 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',