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

Unified Diff: ui/gfx/gfx.gyp

Issue 269513002: readability review for luken (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang repairs Created 6 years, 6 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') | ui/views/view.h » ('j') | 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 f2caa6566e636ea3da0b557dfa7ab21f43633571..3077ac90c18f316e202b4517255c0b5bfffcbe88 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -47,8 +47,9 @@
'geometry/rect_conversions.h',
'geometry/rect_f.cc',
'geometry/rect_f.h',
- 'geometry/r_tree.cc',
'geometry/r_tree.h',
+ 'geometry/r_tree_base.cc',
+ 'geometry/r_tree_base.h',
'geometry/safe_integer_conversions.h',
'geometry/size.cc',
'geometry/size.h',
« no previous file with comments | « ui/gfx/geometry/r_tree_unittest.cc ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698