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

Unified Diff: gyp/core.gypi

Issue 2309483002: WIP RasterCanvasLayerAllocator experiment 2
Patch Set: vend smart pointers to SkCanvas Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/core/SkBitmapDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 50e3c3c09e615c5baf793f27624081df9ddef199..63dba049422262e80b1ab92c9182ac20e7e6dab8 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -171,6 +171,8 @@
'<(skia_src_path)/core/SkMD5.cpp',
'<(skia_src_path)/core/SkMD5.h',
'<(skia_src_path)/core/SkMallocPixelRef.cpp',
+ '<(skia_src_path)/core/SkManagedBitmapDevice.cpp',
+ '<(skia_src_path)/core/SkManagedBitmapDevice.h',
'<(skia_src_path)/core/SkMask.cpp',
'<(skia_src_path)/core/SkMaskCache.cpp',
'<(skia_src_path)/core/SkMaskFilter.cpp',
@@ -242,6 +244,7 @@
'<(skia_src_path)/core/SkQuadClipper.h',
'<(skia_src_path)/core/SkRadialShadowMapShader.cpp',
'<(skia_src_path)/core/SkRadialShadowMapShader.h',
+ '<(skia_src_path)/core/SkRasterCanvasLayerAllocator.cpp',
'<(skia_src_path)/core/SkRasterClip.cpp',
'<(skia_src_path)/core/SkRasterPipeline.cpp',
'<(skia_src_path)/core/SkRasterPipelineBlitter.cpp',
@@ -414,6 +417,7 @@
'<(skia_include_path)/core/SkPoint.h',
'<(skia_include_path)/core/SkPoint3.h',
'<(skia_include_path)/core/SkPreConfig.h',
+ '<(skia_include_path)/core/SkRasterCanvasLayerAllocator.h',
'<(skia_include_path)/core/SkRasterizer.h',
'<(skia_include_path)/core/SkRect.h',
'<(skia_include_path)/core/SkRefCnt.h',
« 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