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

Side by Side Diff: gyp/public_headers.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 unified diff | Download patch
OLDNEW
1 # Include this gypi to include all public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h' in the root dir of 4 # The list is computed by running 'find include -name *.h' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'pdf/SkPDFDevice.h', 10 'pdf/SkPDFDevice.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'core/SkBitmap.h', 193 'core/SkBitmap.h',
194 'core/SkDraw.h', 194 'core/SkDraw.h',
195 'core/SkPackBits.h', 195 'core/SkPackBits.h',
196 'core/SkFloatBits.h', 196 'core/SkFloatBits.h',
197 'core/SkDeque.h', 197 'core/SkDeque.h',
198 'core/SkTRegistry.h', 198 'core/SkTRegistry.h',
199 'core/SkTLazy.h', 199 'core/SkTLazy.h',
200 'core/SkComposeShader.h', 200 'core/SkComposeShader.h',
201 'core/SkUtils.h', 201 'core/SkUtils.h',
202 'core/SkImage.h', 202 'core/SkImage.h',
203 'core/SkQuadTreePicture.h',
203 'core/SkTileGridPicture.h', 204 'core/SkTileGridPicture.h',
204 'core/SkPaintOptionsAndroid.h', 205 'core/SkPaintOptionsAndroid.h',
205 'core/SkDeviceProperties.h', 206 'core/SkDeviceProperties.h',
206 'core/SkGraphics.h', 207 'core/SkGraphics.h',
207 'core/SkCanvas.h', 208 'core/SkCanvas.h',
208 'core/SkPicture.h', 209 'core/SkPicture.h',
209 'core/SkClipStack.h', 210 'core/SkClipStack.h',
210 'core/SkXfermode.h', 211 'core/SkXfermode.h',
211 'core/SkColorFilter.h', 212 'core/SkColorFilter.h',
212 'core/SkRegion.h', 213 'core/SkRegion.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'views/unix/XkeysToSkKeys.h', 292 'views/unix/XkeysToSkKeys.h',
292 'views/SkKey.h', 293 'views/SkKey.h',
293 'views/SkView.h', 294 'views/SkView.h',
294 'views/SkOSMenu.h', 295 'views/SkOSMenu.h',
295 'views/SkOSWindow_Unix.h', 296 'views/SkOSWindow_Unix.h',
296 'views/SkWidget.h', 297 'views/SkWidget.h',
297 'views/SkOSWindow_Win.h', 298 'views/SkOSWindow_Win.h',
298 ], 299 ],
299 }, 300 },
300 } 301 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/tests.gyp » ('j') | src/core/SkQuadTree.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698