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

Unified Diff: ui/gfx/BUILD.gn

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
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/range/range_f.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index cc1de9a5a2c33a17bea0a4758afdbf52c045772b..26612b2f0a282c64660d3f37f788b662e757c5b5 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -160,6 +160,8 @@ component("gfx") {
"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",
"scoped_canvas.h",
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/range/range_f.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698