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

Side by Side Diff: gyp/core.gypi

Issue 239703006: Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 8 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 | « gm/gmmain.cpp ('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 'core' files 1 # Include this gypi to include all 'core' 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 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 '<(skia_src_path)/core/SkRasterizer.cpp', 151 '<(skia_src_path)/core/SkRasterizer.cpp',
152 '<(skia_src_path)/core/SkReadBuffer.cpp', 152 '<(skia_src_path)/core/SkReadBuffer.cpp',
153 '<(skia_src_path)/core/SkRect.cpp', 153 '<(skia_src_path)/core/SkRect.cpp',
154 '<(skia_src_path)/core/SkRefDict.cpp', 154 '<(skia_src_path)/core/SkRefDict.cpp',
155 '<(skia_src_path)/core/SkRegion.cpp', 155 '<(skia_src_path)/core/SkRegion.cpp',
156 '<(skia_src_path)/core/SkRegionPriv.h', 156 '<(skia_src_path)/core/SkRegionPriv.h',
157 '<(skia_src_path)/core/SkRegion_path.cpp', 157 '<(skia_src_path)/core/SkRegion_path.cpp',
158 '<(skia_src_path)/core/SkRRect.cpp', 158 '<(skia_src_path)/core/SkRRect.cpp',
159 '<(skia_src_path)/core/SkRTree.h', 159 '<(skia_src_path)/core/SkRTree.h',
160 '<(skia_src_path)/core/SkRTree.cpp', 160 '<(skia_src_path)/core/SkRTree.cpp',
161 '<(skia_src_path)/core/SkRTreePicture.cpp',
161 '<(skia_src_path)/core/SkScaledImageCache.cpp', 162 '<(skia_src_path)/core/SkScaledImageCache.cpp',
162 '<(skia_src_path)/core/SkScalar.cpp', 163 '<(skia_src_path)/core/SkScalar.cpp',
163 '<(skia_src_path)/core/SkScalerContext.cpp', 164 '<(skia_src_path)/core/SkScalerContext.cpp',
164 '<(skia_src_path)/core/SkScalerContext.h', 165 '<(skia_src_path)/core/SkScalerContext.h',
165 '<(skia_src_path)/core/SkScan.cpp', 166 '<(skia_src_path)/core/SkScan.cpp',
166 '<(skia_src_path)/core/SkScan.h', 167 '<(skia_src_path)/core/SkScan.h',
167 '<(skia_src_path)/core/SkScanPriv.h', 168 '<(skia_src_path)/core/SkScanPriv.h',
168 '<(skia_src_path)/core/SkScan_AntiPath.cpp', 169 '<(skia_src_path)/core/SkScan_AntiPath.cpp',
169 '<(skia_src_path)/core/SkScan_Antihair.cpp', 170 '<(skia_src_path)/core/SkScan_Antihair.cpp',
170 '<(skia_src_path)/core/SkScan_Hairline.cpp', 171 '<(skia_src_path)/core/SkScan_Hairline.cpp',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '<(skia_include_path)/core/SkPicture.h', 273 '<(skia_include_path)/core/SkPicture.h',
273 '<(skia_include_path)/core/SkPixelRef.h', 274 '<(skia_include_path)/core/SkPixelRef.h',
274 '<(skia_include_path)/core/SkPoint.h', 275 '<(skia_include_path)/core/SkPoint.h',
275 '<(skia_include_path)/core/SkPreConfig.h', 276 '<(skia_include_path)/core/SkPreConfig.h',
276 '<(skia_include_path)/core/SkRasterizer.h', 277 '<(skia_include_path)/core/SkRasterizer.h',
277 '<(skia_include_path)/core/SkReader32.h', 278 '<(skia_include_path)/core/SkReader32.h',
278 '<(skia_include_path)/core/SkRect.h', 279 '<(skia_include_path)/core/SkRect.h',
279 '<(skia_include_path)/core/SkRefCnt.h', 280 '<(skia_include_path)/core/SkRefCnt.h',
280 '<(skia_include_path)/core/SkRegion.h', 281 '<(skia_include_path)/core/SkRegion.h',
281 '<(skia_include_path)/core/SkRRect.h', 282 '<(skia_include_path)/core/SkRRect.h',
283 '<(skia_include_path)/core/SkRTreePicture.h',
282 '<(skia_include_path)/core/SkScalar.h', 284 '<(skia_include_path)/core/SkScalar.h',
283 '<(skia_include_path)/core/SkShader.h', 285 '<(skia_include_path)/core/SkShader.h',
284 '<(skia_include_path)/core/SkStream.h', 286 '<(skia_include_path)/core/SkStream.h',
285 '<(skia_include_path)/core/SkString.h', 287 '<(skia_include_path)/core/SkString.h',
286 '<(skia_include_path)/core/SkStringUtils.h', 288 '<(skia_include_path)/core/SkStringUtils.h',
287 '<(skia_include_path)/core/SkStrokeRec.h', 289 '<(skia_include_path)/core/SkStrokeRec.h',
288 '<(skia_include_path)/core/SkSurface.h', 290 '<(skia_include_path)/core/SkSurface.h',
289 '<(skia_include_path)/core/SkTArray.h', 291 '<(skia_include_path)/core/SkTArray.h',
290 '<(skia_include_path)/core/SkTDArray.h', 292 '<(skia_include_path)/core/SkTDArray.h',
291 '<(skia_include_path)/core/SkTDStack.h', 293 '<(skia_include_path)/core/SkTDStack.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 363 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
362 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 364 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
363 '<(skia_src_path)/pathops/SkPathOpsRect.h', 365 '<(skia_src_path)/pathops/SkPathOpsRect.h',
364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
365 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 367 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
366 '<(skia_src_path)/pathops/SkPathWriter.h', 368 '<(skia_src_path)/pathops/SkPathWriter.h',
367 '<(skia_src_path)/pathops/SkQuarticRoot.h', 369 '<(skia_src_path)/pathops/SkQuarticRoot.h',
368 '<(skia_src_path)/pathops/SkReduceOrder.h', 370 '<(skia_src_path)/pathops/SkReduceOrder.h',
369 ], 371 ],
370 } 372 }
OLDNEW
« no previous file with comments | « gm/gmmain.cpp ('k') | gyp/skia_for_chromium_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698