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

Unified Diff: ui/ui.gyp

Issue 10025004: Floating point based Point/Size/Rect and Insets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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') | 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 99ad84eaf4c5151e1c2dd354033457e71dbd51a1..538265dc63760534a1c962a1469d6dc1d0b9aa53 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -500,6 +500,18 @@
}],
],
}],
+ ['enable_dip==1', {
+ 'sources': [
+ 'gfx/insets_f.cc',
+ 'gfx/insets_f.h',
+ 'gfx/point_f.cc',
+ 'gfx/point_f.h',
+ 'gfx/rect_f.cc',
+ 'gfx/rect_f.h',
+ 'gfx/size_f.cc',
+ 'gfx/size_f.h',
+ ],
+ }],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',
« no previous file with comments | « ui/gfx/size_f.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698