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

Unified Diff: gyp/core.gypi

Issue 2201323003: add pipecanvas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add test for writeImage 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 | « gyp/core.gyp ('k') | include/core/SkWriteBuffer.h » ('j') | src/core/SkPipe.h » ('J')
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 9764d98621d7fbb2fee9df94b4c22ef50b4d092e..50e3c3c09e615c5baf793f27624081df9ddef199 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -362,6 +362,9 @@
# '<(skia_src_path)/image/SkSurface_Gpu.cpp',
'<(skia_src_path)/image/SkSurface_Raster.cpp',
+ '<(skia_src_path)/pipe/SkPipeCanvas.cpp',
+ '<(skia_src_path)/pipe/SkPipeReader.cpp',
+
'<(skia_include_path)/core/SkBBHFactory.h',
'<(skia_include_path)/core/SkBitmap.h',
'<(skia_include_path)/core/SkBitmapDevice.h',
« no previous file with comments | « gyp/core.gyp ('k') | include/core/SkWriteBuffer.h » ('j') | src/core/SkPipe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698