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

Unified Diff: gyp/utils.gyp

Issue 23545017: Create a semi-stable API for capturing the state of an SkCanvas and reconstructing that state acros… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebase Created 7 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/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 68bf6b6b51de91042d13e68e31978848020b8f13..df12b79b97f2ba7ad35a55d3e2b4b76110fffc65 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -35,6 +35,7 @@
'../include/utils/SkBoundaryPatch.h',
'../include/utils/SkCamera.h',
+ '../include/utils/SkCanvasStateUtils.h',
'../include/utils/SkCubicInterval.h',
'../include/utils/SkCullPoints.h',
'../include/utils/SkDebugUtils.h',
@@ -65,6 +66,7 @@
'../src/utils/SkBitSet.h',
'../src/utils/SkBoundaryPatch.cpp',
'../src/utils/SkCamera.cpp',
+ '../src/utils/SkCanvasStateUtils.cpp',
'../src/utils/SkCubicInterval.cpp',
'../src/utils/SkCullPoints.cpp',
'../src/utils/SkDeferredCanvas.cpp',
« no previous file with comments | « gyp/tests.gyp ('k') | include/core/SkWriter32.h » ('j') | src/utils/SkCanvasStateUtils.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698