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

Unified Diff: gyp/core.gypi

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 | « gyp/bench.gyp ('k') | gyp/public_headers.gypi » ('j') | src/core/SkQuadTree.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 55447febd0c7ddd534ec451017616350ea54c682..84e0b0d24117f6c510bcce5bfc7fedbf2d76079d 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -142,6 +142,9 @@
'<(skia_src_path)/core/SkPtrRecorder.cpp',
'<(skia_src_path)/core/SkQuadClipper.cpp',
'<(skia_src_path)/core/SkQuadClipper.h',
+ '<(skia_src_path)/core/SkQuadTree.cpp',
+ '<(skia_src_path)/core/SkQuadTree.h',
+ '<(skia_src_path)/core/SkQuadTreePicture.cpp',
'<(skia_src_path)/core/SkRasterClip.cpp',
'<(skia_src_path)/core/SkRasterizer.cpp',
'<(skia_src_path)/core/SkRect.cpp',
@@ -267,6 +270,7 @@
'<(skia_include_path)/core/SkPixelRef.h',
'<(skia_include_path)/core/SkPoint.h',
'<(skia_include_path)/core/SkPreConfig.h',
+ '<(skia_include_path)/core/SkQuadTreePicture.h',
'<(skia_include_path)/core/SkRasterizer.h',
'<(skia_include_path)/core/SkReader32.h',
'<(skia_include_path)/core/SkRect.h',
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/public_headers.gypi » ('j') | src/core/SkQuadTree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698