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

Unified Diff: ui/gfx/gfx.gyp

Issue 876873003: Add float version of gfx::Range (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert to non-template implementation Created 5 years, 10 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/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 4fbd90879256c7b1d913b6883135f24396902d74..33bd4b83114caf28ed82a98a59e15e67da638173 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -241,6 +241,8 @@
'platform_font_win.h',
'range/range.cc',
'range/range.h',
+ 'range/range_f.cc',
+ 'range/range_f.h',
'range/range_mac.mm',
'range/range_win.cc',
'render_text.cc',
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/range/range_f.h » ('j') | ui/gfx/range/range_f.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698