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

Unified Diff: ui/ui.gyp

Issue 11081007: Remove implicit flooring Scale() method from Point and Size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git try -b win_rel,mac_rel,linux_rel,linux_aura 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 23630f2465bee27547661234ed5cc9657a78dad3..625d4544630f503f5e7c8d89feefffb4d9ea9455 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -108,6 +108,8 @@
'gfx/point.h',
'gfx/point3.h',
'gfx/point_base.h',
+ 'gfx/point_conversions.cc',
+ 'gfx/point_conversions.h',
'gfx/point_f.cc',
'gfx/point_f.h',
'gfx/rect.cc',
@@ -135,6 +137,8 @@
'gfx/size.cc',
'gfx/size.h',
'gfx/size_base.h',
+ 'gfx/size_conversions.cc',
+ 'gfx/size_conversions.h',
'gfx/size_f.cc',
'gfx/size_f.h',
'gfx/skia_util.cc',

Powered by Google App Engine
This is Rietveld 408576698