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

Unified Diff: ui/gfx/gfx.gyp

Issue 1315633002: gfx: Converge scale precision related differences to single class. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected simple nit. Created 5 years, 4 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/geometry/scale_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 113e2fb48af34321b1c625a80b93bf708380ae14..f461ee2ea20e3cbd15d63fab13b123a474059a22 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -47,6 +47,8 @@
'geometry/rect_f.cc',
'geometry/rect_f.h',
'geometry/safe_integer_conversions.h',
+ 'geometry/scale.cc',
+ 'geometry/scale.h',
'geometry/scroll_offset.cc',
'geometry/scroll_offset.h',
'geometry/size.cc',
@@ -63,6 +65,8 @@
'geometry/vector2d_f.h',
'geometry/vector3d_f.cc',
'geometry/vector3d_f.h',
+ 'switches.cc',
+ 'switches.h',
],
'includes': [
'../../build/android/increase_size_for_speed.gypi',
« no previous file with comments | « ui/gfx/geometry/scale_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698