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

Side by Side Diff: gyp/core.gypi

Issue 2309483002: WIP RasterCanvasLayerAllocator experiment 2
Patch Set: vend smart pointers to SkCanvas Created 4 years, 2 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 | include/core/SkBitmapDevice.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'core' files 5 # Include this gypi to include all 'core' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 '<(skia_src_path)/core/SkLinearBitmapPipeline_sample.h', 164 '<(skia_src_path)/core/SkLinearBitmapPipeline_sample.h',
165 '<(skia_src_path)/core/SkLineClipper.cpp', 165 '<(skia_src_path)/core/SkLineClipper.cpp',
166 '<(skia_src_path)/core/SkLiteDL.cpp', 166 '<(skia_src_path)/core/SkLiteDL.cpp',
167 '<(skia_src_path)/core/SkLiteRecorder.cpp', 167 '<(skia_src_path)/core/SkLiteRecorder.cpp',
168 '<(skia_src_path)/core/SkLocalMatrixImageFilter.cpp', 168 '<(skia_src_path)/core/SkLocalMatrixImageFilter.cpp',
169 '<(skia_src_path)/core/SkLocalMatrixImageFilter.h', 169 '<(skia_src_path)/core/SkLocalMatrixImageFilter.h',
170 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', 170 '<(skia_src_path)/core/SkLocalMatrixShader.cpp',
171 '<(skia_src_path)/core/SkMD5.cpp', 171 '<(skia_src_path)/core/SkMD5.cpp',
172 '<(skia_src_path)/core/SkMD5.h', 172 '<(skia_src_path)/core/SkMD5.h',
173 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 173 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
174 '<(skia_src_path)/core/SkManagedBitmapDevice.cpp',
175 '<(skia_src_path)/core/SkManagedBitmapDevice.h',
174 '<(skia_src_path)/core/SkMask.cpp', 176 '<(skia_src_path)/core/SkMask.cpp',
175 '<(skia_src_path)/core/SkMaskCache.cpp', 177 '<(skia_src_path)/core/SkMaskCache.cpp',
176 '<(skia_src_path)/core/SkMaskFilter.cpp', 178 '<(skia_src_path)/core/SkMaskFilter.cpp',
177 '<(skia_src_path)/core/SkMaskGamma.cpp', 179 '<(skia_src_path)/core/SkMaskGamma.cpp',
178 '<(skia_src_path)/core/SkMaskGamma.h', 180 '<(skia_src_path)/core/SkMaskGamma.h',
179 '<(skia_src_path)/core/SkMath.cpp', 181 '<(skia_src_path)/core/SkMath.cpp',
180 '<(skia_src_path)/core/SkMathPriv.h', 182 '<(skia_src_path)/core/SkMathPriv.h',
181 '<(skia_src_path)/core/SkMatrix.cpp', 183 '<(skia_src_path)/core/SkMatrix.cpp',
182 '<(skia_src_path)/core/SkMatrix44.cpp', 184 '<(skia_src_path)/core/SkMatrix44.cpp',
183 '<(skia_src_path)/core/SkMatrixImageFilter.cpp', 185 '<(skia_src_path)/core/SkMatrixImageFilter.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 '<(skia_src_path)/core/SkPictureShader.h', 237 '<(skia_src_path)/core/SkPictureShader.h',
236 '<(skia_src_path)/core/SkPixelRef.cpp', 238 '<(skia_src_path)/core/SkPixelRef.cpp',
237 '<(skia_src_path)/core/SkPixmap.cpp', 239 '<(skia_src_path)/core/SkPixmap.cpp',
238 '<(skia_src_path)/core/SkPoint.cpp', 240 '<(skia_src_path)/core/SkPoint.cpp',
239 '<(skia_src_path)/core/SkPoint3.cpp', 241 '<(skia_src_path)/core/SkPoint3.cpp',
240 '<(skia_src_path)/core/SkPtrRecorder.cpp', 242 '<(skia_src_path)/core/SkPtrRecorder.cpp',
241 '<(skia_src_path)/core/SkQuadClipper.cpp', 243 '<(skia_src_path)/core/SkQuadClipper.cpp',
242 '<(skia_src_path)/core/SkQuadClipper.h', 244 '<(skia_src_path)/core/SkQuadClipper.h',
243 '<(skia_src_path)/core/SkRadialShadowMapShader.cpp', 245 '<(skia_src_path)/core/SkRadialShadowMapShader.cpp',
244 '<(skia_src_path)/core/SkRadialShadowMapShader.h', 246 '<(skia_src_path)/core/SkRadialShadowMapShader.h',
247 '<(skia_src_path)/core/SkRasterCanvasLayerAllocator.cpp',
245 '<(skia_src_path)/core/SkRasterClip.cpp', 248 '<(skia_src_path)/core/SkRasterClip.cpp',
246 '<(skia_src_path)/core/SkRasterPipeline.cpp', 249 '<(skia_src_path)/core/SkRasterPipeline.cpp',
247 '<(skia_src_path)/core/SkRasterPipelineBlitter.cpp', 250 '<(skia_src_path)/core/SkRasterPipelineBlitter.cpp',
248 '<(skia_src_path)/core/SkRasterizer.cpp', 251 '<(skia_src_path)/core/SkRasterizer.cpp',
249 '<(skia_src_path)/core/SkReadBuffer.h', 252 '<(skia_src_path)/core/SkReadBuffer.h',
250 '<(skia_src_path)/core/SkReadBuffer.cpp', 253 '<(skia_src_path)/core/SkReadBuffer.cpp',
251 '<(skia_src_path)/core/SkReader32.h', 254 '<(skia_src_path)/core/SkReader32.h',
252 '<(skia_src_path)/core/SkRecord.cpp', 255 '<(skia_src_path)/core/SkRecord.cpp',
253 '<(skia_src_path)/core/SkRecords.cpp', 256 '<(skia_src_path)/core/SkRecords.cpp',
254 '<(skia_src_path)/core/SkRecordDraw.cpp', 257 '<(skia_src_path)/core/SkRecordDraw.cpp',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 '<(skia_include_path)/core/SkPathEffect.h', 410 '<(skia_include_path)/core/SkPathEffect.h',
408 '<(skia_include_path)/core/SkPathMeasure.h', 411 '<(skia_include_path)/core/SkPathMeasure.h',
409 '<(skia_include_path)/core/SkPathRef.h', 412 '<(skia_include_path)/core/SkPathRef.h',
410 '<(skia_include_path)/core/SkPicture.h', 413 '<(skia_include_path)/core/SkPicture.h',
411 '<(skia_include_path)/core/SkPictureAnalyzer.h', 414 '<(skia_include_path)/core/SkPictureAnalyzer.h',
412 '<(skia_include_path)/core/SkPictureRecorder.h', 415 '<(skia_include_path)/core/SkPictureRecorder.h',
413 '<(skia_include_path)/core/SkPixelRef.h', 416 '<(skia_include_path)/core/SkPixelRef.h',
414 '<(skia_include_path)/core/SkPoint.h', 417 '<(skia_include_path)/core/SkPoint.h',
415 '<(skia_include_path)/core/SkPoint3.h', 418 '<(skia_include_path)/core/SkPoint3.h',
416 '<(skia_include_path)/core/SkPreConfig.h', 419 '<(skia_include_path)/core/SkPreConfig.h',
420 '<(skia_include_path)/core/SkRasterCanvasLayerAllocator.h',
417 '<(skia_include_path)/core/SkRasterizer.h', 421 '<(skia_include_path)/core/SkRasterizer.h',
418 '<(skia_include_path)/core/SkRect.h', 422 '<(skia_include_path)/core/SkRect.h',
419 '<(skia_include_path)/core/SkRefCnt.h', 423 '<(skia_include_path)/core/SkRefCnt.h',
420 '<(skia_include_path)/core/SkRegion.h', 424 '<(skia_include_path)/core/SkRegion.h',
421 '<(skia_include_path)/core/SkRRect.h', 425 '<(skia_include_path)/core/SkRRect.h',
422 '<(skia_include_path)/core/SkScalar.h', 426 '<(skia_include_path)/core/SkScalar.h',
423 '<(skia_include_path)/core/SkShader.h', 427 '<(skia_include_path)/core/SkShader.h',
424 '<(skia_include_path)/core/SkStream.h', 428 '<(skia_include_path)/core/SkStream.h',
425 '<(skia_include_path)/core/SkString.h', 429 '<(skia_include_path)/core/SkString.h',
426 '<(skia_include_path)/core/SkStrokeRec.h', 430 '<(skia_include_path)/core/SkStrokeRec.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '<(skia_src_path)/pathops/SkPathOpsLine.h', 521 '<(skia_src_path)/pathops/SkPathOpsLine.h',
518 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 522 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
519 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 523 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
520 '<(skia_src_path)/pathops/SkPathOpsRect.h', 524 '<(skia_src_path)/pathops/SkPathOpsRect.h',
521 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 525 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
522 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 526 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
523 '<(skia_src_path)/pathops/SkPathWriter.h', 527 '<(skia_src_path)/pathops/SkPathWriter.h',
524 '<(skia_src_path)/pathops/SkReduceOrder.h', 528 '<(skia_src_path)/pathops/SkReduceOrder.h',
525 ], 529 ],
526 } 530 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkBitmapDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698