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

Unified Diff: ui/ui.gyp

Issue 10996037: Do not convert from RectF to Rect by flooring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing mac build. Created 8 years, 3 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/size_f.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('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 66ee4ed880d8dafcb11211c808a16d445b0ccca8..cbe282c93bc4a6c6a4308e5ee5d703995da2c428 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -81,6 +81,10 @@
'gfx/rect.h',
'gfx/rect_base.h',
'gfx/rect_base_impl.h',
+ 'gfx/rect_conversions.cc',
+ 'gfx/rect_conversions.h',
+ 'gfx/safe_floor_ceil.cc',
+ 'gfx/safe_floor_ceil.h',
'gfx/scoped_ui_graphics_push_context_ios.h',
'gfx/scoped_ui_graphics_push_context_ios.mm',
'gfx/screen.h',
@@ -94,7 +98,6 @@
'gfx/size.cc',
'gfx/size.h',
'gfx/size_base.h',
- 'gfx/size_base_impl.h',
],
'all_sources': [
'<@(_common_sources)',
« no previous file with comments | « ui/gfx/size_f.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698