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

Side by Side Diff: gyp/public_headers.gypi

Issue 134373006: remove (now unused) Sk64 -- just use int64_t (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « gyp/core.gypi ('k') | include/core/Sk64.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'core/SkDocument.h', 189 'core/SkDocument.h',
190 'core/SkInstCnt.h', 190 'core/SkInstCnt.h',
191 'core/SkEndian.h', 191 'core/SkEndian.h',
192 'core/SkColorTable.h', 192 'core/SkColorTable.h',
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/Sk64.h',
200 'core/SkTLazy.h', 199 'core/SkTLazy.h',
201 'core/SkComposeShader.h', 200 'core/SkComposeShader.h',
202 'core/SkUtils.h', 201 'core/SkUtils.h',
203 'core/SkImage.h', 202 'core/SkImage.h',
204 'core/SkTileGridPicture.h', 203 'core/SkTileGridPicture.h',
205 'core/SkPaintOptionsAndroid.h', 204 'core/SkPaintOptionsAndroid.h',
206 'core/SkDeviceProperties.h', 205 'core/SkDeviceProperties.h',
207 'core/SkGraphics.h', 206 'core/SkGraphics.h',
208 'core/SkCanvas.h', 207 'core/SkCanvas.h',
209 'core/SkPicture.h', 208 'core/SkPicture.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'views/unix/XkeysToSkKeys.h', 291 'views/unix/XkeysToSkKeys.h',
293 'views/SkKey.h', 292 'views/SkKey.h',
294 'views/SkView.h', 293 'views/SkView.h',
295 'views/SkOSMenu.h', 294 'views/SkOSMenu.h',
296 'views/SkOSWindow_Unix.h', 295 'views/SkOSWindow_Unix.h',
297 'views/SkWidget.h', 296 'views/SkWidget.h',
298 'views/SkOSWindow_Win.h', 297 'views/SkOSWindow_Win.h',
299 ], 298 ],
300 }, 299 },
301 } 300 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/Sk64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698