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', |