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

Unified Diff: ui/gfx/gfx.gyp

Issue 245763002: Adds an RTree data structure to gfx/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing some clang trybots Created 6 years, 8 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/r_tree_unittest.cc ('k') | no next file » | 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 d5cc986eb2d8b032764c90b86f1332a0ca8f0ee4..7be76ea75e6385d97e11dec5e27df4c0085308e9 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -47,6 +47,8 @@
'geometry/rect_conversions.h',
'geometry/rect_f.cc',
'geometry/rect_f.h',
+ 'geometry/r_tree.cc',
+ 'geometry/r_tree.h',
'geometry/safe_integer_conversions.h',
'geometry/size.cc',
'geometry/size.h',
@@ -463,6 +465,7 @@
'geometry/point3_unittest.cc',
'geometry/quad_unittest.cc',
'geometry/rect_unittest.cc',
+ 'geometry/r_tree_unittest.cc',
'geometry/safe_integer_conversions_unittest.cc',
'geometry/size_unittest.cc',
'geometry/vector2d_unittest.cc',
« no previous file with comments | « ui/gfx/geometry/r_tree_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698