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

Side by Side Diff: gyp/public_headers.gypi

Issue 287063009: Revert of remove unused (by clients) SkUnitMapper (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 7 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') | gyp/skia_for_chromium_defines.gypi » ('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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'effects/SkColorFilterImageFilter.h', 110 'effects/SkColorFilterImageFilter.h',
111 'effects/SkLayerDrawLooper.h', 111 'effects/SkLayerDrawLooper.h',
112 'effects/SkLightingImageFilter.h', 112 'effects/SkLightingImageFilter.h',
113 'effects/SkDropShadowImageFilter.h', 113 'effects/SkDropShadowImageFilter.h',
114 'effects/SkMatrixConvolutionImageFilter.h', 114 'effects/SkMatrixConvolutionImageFilter.h',
115 'utils/win/SkAutoCoInitialize.h', 115 'utils/win/SkAutoCoInitialize.h',
116 'utils/win/SkHRESULT.h', 116 'utils/win/SkHRESULT.h',
117 'utils/win/SkIStream.h', 117 'utils/win/SkIStream.h',
118 'utils/win/SkTScopedComPtr.h', 118 'utils/win/SkTScopedComPtr.h',
119 'utils/SkBoundaryPatch.h', 119 'utils/SkBoundaryPatch.h',
120 'utils/SkUnitMappers.h',
120 'utils/SkPictureUtils.h', 121 'utils/SkPictureUtils.h',
121 'utils/SkRandom.h', 122 'utils/SkRandom.h',
122 'utils/SkMeshUtils.h', 123 'utils/SkMeshUtils.h',
123 'utils/SkCullPoints.h', 124 'utils/SkCullPoints.h',
124 'utils/SkCamera.h', 125 'utils/SkCamera.h',
125 'utils/SkLua.h', 126 'utils/SkLua.h',
126 'utils/SkParsePaint.h', 127 'utils/SkParsePaint.h',
127 'utils/SkCountdown.h', 128 'utils/SkCountdown.h',
128 'utils/SkRunnable.h', 129 'utils/SkRunnable.h',
129 'utils/SkParse.h', 130 'utils/SkParse.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'core/SkString.h', 251 'core/SkString.h',
251 'core/SkPixelRef.h', 252 'core/SkPixelRef.h',
252 'core/SkSize.h', 253 'core/SkSize.h',
253 'core/SkEmptyShader.h', 254 'core/SkEmptyShader.h',
254 'core/SkSurface.h', 255 'core/SkSurface.h',
255 'core/SkPostConfig.h', 256 'core/SkPostConfig.h',
256 'core/SkShader.h', 257 'core/SkShader.h',
257 'core/SkWriter32.h', 258 'core/SkWriter32.h',
258 'core/SkError.h', 259 'core/SkError.h',
259 'core/SkPath.h', 260 'core/SkPath.h',
261 'core/SkUnitMapper.h',
260 'core/SkFlattenable.h', 262 'core/SkFlattenable.h',
261 'core/SkTSearch.h', 263 'core/SkTSearch.h',
262 'core/SkRect.h', 264 'core/SkRect.h',
263 'pathops/SkPathOps.h', 265 'pathops/SkPathOps.h',
264 'views/SkTouchGesture.h', 266 'views/SkTouchGesture.h',
265 'views/SkEvent.h', 267 'views/SkEvent.h',
266 'views/SkOSWindow_NaCl.h', 268 'views/SkOSWindow_NaCl.h',
267 'views/SkTextBox.h', 269 'views/SkTextBox.h',
268 'views/SkViewInflate.h', 270 'views/SkViewInflate.h',
269 'views/SkOSWindow_iOS.h', 271 'views/SkOSWindow_iOS.h',
(...skipping 16 matching lines...) Expand all
286 'views/unix/XkeysToSkKeys.h', 288 'views/unix/XkeysToSkKeys.h',
287 'views/SkKey.h', 289 'views/SkKey.h',
288 'views/SkView.h', 290 'views/SkView.h',
289 'views/SkOSMenu.h', 291 'views/SkOSMenu.h',
290 'views/SkOSWindow_Unix.h', 292 'views/SkOSWindow_Unix.h',
291 'views/SkWidget.h', 293 'views/SkWidget.h',
292 'views/SkOSWindow_Win.h', 294 'views/SkOSWindow_Win.h',
293 ], 295 ],
294 }, 296 },
295 } 297 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/skia_for_chromium_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698