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

Side by Side Diff: gyp/public_headers.gypi

Issue 371853005: Move threadpool code from include/utils to tools/threadpool. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp Created 6 years, 5 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
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | gyp/tests.gyp » ('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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'effects/SkLightingImageFilter.h', 107 'effects/SkLightingImageFilter.h',
108 'effects/SkDropShadowImageFilter.h', 108 'effects/SkDropShadowImageFilter.h',
109 'effects/SkMatrixConvolutionImageFilter.h', 109 'effects/SkMatrixConvolutionImageFilter.h',
110 'utils/SkBoundaryPatch.h', 110 'utils/SkBoundaryPatch.h',
111 'utils/SkCamera.h', 111 'utils/SkCamera.h',
112 'utils/SkCubicInterval.h', 112 'utils/SkCubicInterval.h',
113 'utils/SkCullPoints.h', 113 'utils/SkCullPoints.h',
114 'utils/SkDebugUtils.h', 114 'utils/SkDebugUtils.h',
115 'utils/SkDeferredCanvas.h', 115 'utils/SkDeferredCanvas.h',
116 'utils/SkDumpCanvas.h', 116 'utils/SkDumpCanvas.h',
117 'utils/SkDumpCanvas.h',
118 'utils/SkInterpolator.h',
119 'utils/SkInterpolator.h', 117 'utils/SkInterpolator.h',
120 'utils/SkLayer.h', 118 'utils/SkLayer.h',
121 'utils/SkLua.h', 119 'utils/SkLua.h',
122 'utils/SkLua.h',
123 'utils/SkLuaCanvas.h', 120 'utils/SkLuaCanvas.h',
124 'utils/SkMatrix44.h', 121 'utils/SkMatrix44.h',
125 'utils/SkMatrix44.h',
126 'utils/SkMeshUtils.h', 122 'utils/SkMeshUtils.h',
127 'utils/SkNWayCanvas.h', 123 'utils/SkNWayCanvas.h',
128 'utils/SkNinePatch.h', 124 'utils/SkNinePatch.h',
129 'utils/SkNullCanvas.h', 125 'utils/SkNullCanvas.h',
130 'utils/SkParse.h', 126 'utils/SkParse.h',
131 'utils/SkParse.h',
132 'utils/SkParsePaint.h',
133 'utils/SkParsePaint.h', 127 'utils/SkParsePaint.h',
134 'utils/SkParsePath.h', 128 'utils/SkParsePath.h',
135 'utils/SkPathUtils.h', 129 'utils/SkPathUtils.h',
136 'utils/SkPictureUtils.h', 130 'utils/SkPictureUtils.h',
137 'utils/SkProxyCanvas.h', 131 'utils/SkProxyCanvas.h',
138 'utils/SkRTConf.h', 132 'utils/SkRTConf.h',
139 'utils/SkRTConf.h',
140 'utils/SkRandom.h', 133 'utils/SkRandom.h',
141 'utils/SkRunnable.h',
142 'utils/SkRunnable.h',
143 'utils/SkThreadPool.h',
144 'utils/SkThreadPool.h',
145 'utils/SkWGL.h',
146 'utils/SkWGL.h', 134 'utils/SkWGL.h',
147 'utils/ios/SkStream_NSData.h', 135 'utils/ios/SkStream_NSData.h',
148 'utils/mac/SkCGUtils.h', 136 'utils/mac/SkCGUtils.h',
149 'utils/win/SkAutoCoInitialize.h', 137 'utils/win/SkAutoCoInitialize.h',
150 'utils/win/SkHRESULT.h', 138 'utils/win/SkHRESULT.h',
151 'utils/win/SkIStream.h', 139 'utils/win/SkIStream.h',
152 'utils/win/SkTScopedComPtr.h', 140 'utils/win/SkTScopedComPtr.h',
153 'xml/SkDOM.h', 141 'xml/SkDOM.h',
154 'xml/SkJS.h', 142 'xml/SkJS.h',
155 'xml/SkXMLParser.h', 143 'xml/SkXMLParser.h',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'views/unix/XkeysToSkKeys.h', 272 'views/unix/XkeysToSkKeys.h',
285 'views/SkKey.h', 273 'views/SkKey.h',
286 'views/SkView.h', 274 'views/SkView.h',
287 'views/SkOSMenu.h', 275 'views/SkOSMenu.h',
288 'views/SkOSWindow_Unix.h', 276 'views/SkOSWindow_Unix.h',
289 'views/SkWidget.h', 277 'views/SkWidget.h',
290 'views/SkOSWindow_Win.h', 278 'views/SkOSWindow_Win.h',
291 ], 279 ],
292 }, 280 },
293 } 281 }
OLDNEW
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698