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

Side by Side Diff: gyp/public_headers.gypi

Issue 444583006: SkThreadPool and co. are not public. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | gyp/utils.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 'animator/SkAnimator.h', 10 'animator/SkAnimator.h',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'svg/SkSVGPaintState.h', 208 'svg/SkSVGPaintState.h',
209 'svg/SkSVGParser.h', 209 'svg/SkSVGParser.h',
210 'svg/SkSVGTypes.h', 210 'svg/SkSVGTypes.h',
211 'utils/SkBoundaryPatch.h', 211 'utils/SkBoundaryPatch.h',
212 'utils/SkCamera.h', 212 'utils/SkCamera.h',
213 'utils/SkCubicInterval.h', 213 'utils/SkCubicInterval.h',
214 'utils/SkCullPoints.h', 214 'utils/SkCullPoints.h',
215 'utils/SkDebugUtils.h', 215 'utils/SkDebugUtils.h',
216 'utils/SkDeferredCanvas.h', 216 'utils/SkDeferredCanvas.h',
217 'utils/SkDumpCanvas.h', 217 'utils/SkDumpCanvas.h',
218 'utils/SkDumpCanvas.h',
219 'utils/SkInterpolator.h',
220 'utils/SkInterpolator.h', 218 'utils/SkInterpolator.h',
221 'utils/SkLayer.h', 219 'utils/SkLayer.h',
222 'utils/SkLua.h', 220 'utils/SkLua.h',
223 'utils/SkLua.h',
224 'utils/SkLuaCanvas.h', 221 'utils/SkLuaCanvas.h',
225 'utils/SkMatrix44.h', 222 'utils/SkMatrix44.h',
226 'utils/SkMatrix44.h',
227 'utils/SkMeshUtils.h', 223 'utils/SkMeshUtils.h',
228 'utils/SkNWayCanvas.h', 224 'utils/SkNWayCanvas.h',
229 'utils/SkNinePatch.h', 225 'utils/SkNinePatch.h',
230 'utils/SkNullCanvas.h', 226 'utils/SkNullCanvas.h',
231 'utils/SkParse.h', 227 'utils/SkParse.h',
232 'utils/SkParse.h',
233 'utils/SkParsePaint.h',
234 'utils/SkParsePaint.h', 228 'utils/SkParsePaint.h',
235 'utils/SkParsePath.h', 229 'utils/SkParsePath.h',
236 'utils/SkPathUtils.h', 230 'utils/SkPathUtils.h',
237 'utils/SkPictureUtils.h', 231 'utils/SkPictureUtils.h',
238 'utils/SkProxyCanvas.h', 232 'utils/SkProxyCanvas.h',
239 'utils/SkRTConf.h', 233 'utils/SkRTConf.h',
240 'utils/SkRTConf.h',
241 'utils/SkRandom.h', 234 'utils/SkRandom.h',
242 'utils/SkRunnable.h',
243 'utils/SkRunnable.h',
244 'utils/SkThreadPool.h',
245 'utils/SkThreadPool.h',
246 'utils/SkWGL.h',
247 'utils/SkWGL.h', 235 'utils/SkWGL.h',
248 'utils/ios/SkStream_NSData.h', 236 'utils/ios/SkStream_NSData.h',
249 'utils/mac/SkCGUtils.h', 237 'utils/mac/SkCGUtils.h',
250 'utils/win/SkAutoCoInitialize.h', 238 'utils/win/SkAutoCoInitialize.h',
251 'utils/win/SkHRESULT.h', 239 'utils/win/SkHRESULT.h',
252 'utils/win/SkIStream.h', 240 'utils/win/SkIStream.h',
253 'utils/win/SkTScopedComPtr.h', 241 'utils/win/SkTScopedComPtr.h',
254 'views/SkApplication.h', 242 'views/SkApplication.h',
255 'views/SkBGViewArtist.h', 243 'views/SkBGViewArtist.h',
256 'views/SkEvent.h', 244 'views/SkEvent.h',
(...skipping 25 matching lines...) Expand all
282 'views/unix/keysym2ucs.h', 270 'views/unix/keysym2ucs.h',
283 'xml/SkBML_WXMLParser.h', 271 'xml/SkBML_WXMLParser.h',
284 'xml/SkBML_XMLParser.h', 272 'xml/SkBML_XMLParser.h',
285 'xml/SkDOM.h', 273 'xml/SkDOM.h',
286 'xml/SkJS.h', 274 'xml/SkJS.h',
287 'xml/SkXMLParser.h', 275 'xml/SkXMLParser.h',
288 'xml/SkXMLWriter.h', 276 'xml/SkXMLWriter.h',
289 ], 277 ],
290 }, 278 },
291 } 279 }
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698