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

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

Issue 750173002: Move dip utils to gfx/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missed android change Created 6 years, 1 month 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/compositor/dip_util.cc ('k') | ui/gfx/geometry/dip_util.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 eee571fc8c8f6d33815266dedb715efe4329e9b0..00ad6d9a1be2a0116119eb3a8a26af826120e3a6 100644
--- a/ui/gfx/geometry/BUILD.gn
+++ b/ui/gfx/geometry/BUILD.gn
@@ -9,6 +9,8 @@ component("geometry") {
"box_f.h",
"cubic_bezier.h",
"cubic_bezier.cc",
+ "dip_util.h",
+ "dip_util.cc",
"insets.cc",
"insets.h",
"insets_base.h",
« no previous file with comments | « ui/compositor/dip_util.cc ('k') | ui/gfx/geometry/dip_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698