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

Unified Diff: gyp/core.gypi

Issue 2201323003: add pipecanvas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: drawVertices and drawTextOnPath Created 4 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 side-by-side diff with in-line comments
Download patch
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 8d1dc8d1773433ebefbafa3bd3028d142eae8484..80039ca0e4e66984c8d4f3d4f3e5565fbd9bee1c 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -357,6 +357,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/SkReadBuffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698