aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-26 21:35:39 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-26 21:35:39 +0000
commit83fd2c7c43fea7ea49adc68681e9ed3ed180d568 (patch)
treea4f8f829b240f9866597d0f7eda7690717316d34 /gyp/utils.gyp
parentf4f9df4c193620167dc6f202f1b72245f4a260cd (diff)
Add a buffered SkStream class.
This is used by Android to buffer an input stream which may not otherwise be able to rewind. Add a test for the new class. R=bungeman@google.com, mtklein@google.com, reed@google.com Review URL: https://codereview.chromium.org/23717055 git-svn-id: http://skia.googlecode.com/svn/trunk@11488 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index d3bac16600..172591095d 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -34,6 +34,7 @@
'../src/utils/SkThreadPool.cpp',
'../include/utils/SkBoundaryPatch.h',
+ '../include/utils/SkFrontBufferedStream.h',
'../include/utils/SkCamera.h',
'../include/utils/SkCanvasStateUtils.h',
'../include/utils/SkCubicInterval.h',
@@ -65,6 +66,7 @@
'../src/utils/SkBitSet.cpp',
'../src/utils/SkBitSet.h',
'../src/utils/SkBoundaryPatch.cpp',
+ '../src/utils/SkFrontBufferedStream.cpp',
'../src/utils/SkCamera.cpp',
'../src/utils/SkCanvasStack.h',
'../src/utils/SkCanvasStack.cpp',