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

Unified Diff: ui/gfx/geometry/BUILD.gn

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/BUILD.gn ('k') | ui/gfx/geometry/scale.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/geometry/BUILD.gn
diff --git a/ui/gfx/geometry/BUILD.gn b/ui/gfx/geometry/BUILD.gn
index ba94d3df89bcd0a2af5a5c908ce3352710bbbfcf..4de3b62266064f8c70e87cd1c97efb5913b427d1 100644
--- a/ui/gfx/geometry/BUILD.gn
+++ b/ui/gfx/geometry/BUILD.gn
@@ -5,6 +5,8 @@
component("geometry") {
sources = [
"../gfx_export.h",
+ "../switches.cc",
+ "../switches.h",
"box_f.cc",
"box_f.h",
"cubic_bezier.cc",
@@ -35,6 +37,8 @@ component("geometry") {
"rect_f.cc",
"rect_f.h",
"safe_integer_conversions.h",
+ "scale.cc",
+ "scale.h",
"scroll_offset.cc",
"scroll_offset.h",
"size.cc",
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/geometry/scale.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698