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

Side by Side Diff: gyp/utils.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 | « gyp/public_headers.gypi ('k') | include/utils/SkCondVar.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 'utils' files 1 # Include this gypi to include all 'utils' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 # Classes for a threadpool. 10 # Classes for a threadpool.
11 '<(skia_include_path)/utils/SkCondVar.h', 11 '<(skia_src_path)/utils/SkCondVar.h',
12 '<(skia_include_path)/utils/SkRunnable.h', 12 '<(skia_src_path)/utils/SkRunnable.h',
13 '<(skia_include_path)/utils/SkThreadPool.h', 13 '<(skia_src_path)/utils/SkThreadPool.h',
14 '<(skia_src_path)/utils/SkCondVar.cpp', 14 '<(skia_src_path)/utils/SkCondVar.cpp',
15 15
16 '<(skia_include_path)/utils/SkBoundaryPatch.h', 16 '<(skia_include_path)/utils/SkBoundaryPatch.h',
17 '<(skia_include_path)/utils/SkFrontBufferedStream.h', 17 '<(skia_include_path)/utils/SkFrontBufferedStream.h',
18 '<(skia_include_path)/utils/SkCamera.h', 18 '<(skia_include_path)/utils/SkCamera.h',
19 '<(skia_include_path)/utils/SkCanvasStateUtils.h', 19 '<(skia_include_path)/utils/SkCanvasStateUtils.h',
20 '<(skia_include_path)/utils/SkCubicInterval.h', 20 '<(skia_include_path)/utils/SkCubicInterval.h',
21 '<(skia_include_path)/utils/SkCullPoints.h', 21 '<(skia_include_path)/utils/SkCullPoints.h',
22 '<(skia_include_path)/utils/SkDebugUtils.h', 22 '<(skia_include_path)/utils/SkDebugUtils.h',
23 '<(skia_include_path)/utils/SkDeferredCanvas.h', 23 '<(skia_include_path)/utils/SkDeferredCanvas.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 '<(skia_src_path)/utils/win/SkIStream.cpp', 125 '<(skia_src_path)/utils/win/SkIStream.cpp',
126 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 126 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
127 127
128 #testing 128 #testing
129 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 129 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
130 '<(skia_src_path)/fonts/SkGScalerContext.h', 130 '<(skia_src_path)/fonts/SkGScalerContext.h',
131 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 131 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
132 '<(skia_src_path)/fonts/SkTestScalerContext.h', 132 '<(skia_src_path)/fonts/SkTestScalerContext.h',
133 ], 133 ],
134 } 134 }
OLDNEW
« no previous file with comments | « gyp/public_headers.gypi ('k') | include/utils/SkCondVar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698