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

Unified Diff: gyp/bench.gyp

Issue 131343011: Initial QuadTree implementation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Merged RTree and QuadTree tests and added QuadTree to SampleApp Created 6 years, 11 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 | « bench/QuadTreeBench.cpp ('k') | gyp/core.gypi » ('j') | src/core/SkQuadTree.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index 8b4200a42790c94696371296ffbb3efdc802b4e6..8d8ef1f4c29d1ec1d237cd21c3f3df5bf8b9b7f5 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -71,6 +71,7 @@
'../bench/PicturePlaybackBench.cpp',
'../bench/PictureRecordBench.cpp',
'../bench/PremulAndUnpremulAlphaOpsBench.cpp',
+ '../bench/QuadTreeBench.cpp',
'../bench/RTreeBench.cpp',
'../bench/ReadPixBench.cpp',
'../bench/RectBench.cpp',
« no previous file with comments | « bench/QuadTreeBench.cpp ('k') | gyp/core.gypi » ('j') | src/core/SkQuadTree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698