aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-08-18 13:04:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-18 13:04:59 -0700
commit2a51d7c74cec217195f861677de8998b382b39e4 (patch)
tree3f6e78c3529b91d2fcd75251eca3a388cce901ec /gyp
parent750ae26745d261183001a78d24251f6392e96b27 (diff)
Move SkReadBuffer.h and SkReader32.h out of include.
R=mtklein@google.com, reed@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/481053002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi3
-rw-r--r--gyp/public_headers.gypi2
2 files changed, 2 insertions, 3 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index b6b0ef1ee0..3546638d48 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -155,7 +155,9 @@
'<(skia_src_path)/core/SkQuadTree.h',
'<(skia_src_path)/core/SkRasterClip.cpp',
'<(skia_src_path)/core/SkRasterizer.cpp',
+ '<(skia_src_path)/core/SkReadBuffer.h',
'<(skia_src_path)/core/SkReadBuffer.cpp',
+ '<(skia_src_path)/core/SkReader32.h',
'<(skia_src_path)/core/SkRecordAnalysis.cpp',
'<(skia_src_path)/core/SkRecordAnalysis.h',
'<(skia_src_path)/core/SkRecordDraw.cpp',
@@ -287,7 +289,6 @@
'<(skia_include_path)/core/SkPoint.h',
'<(skia_include_path)/core/SkPreConfig.h',
'<(skia_include_path)/core/SkRasterizer.h',
- '<(skia_include_path)/core/SkReader32.h',
'<(skia_include_path)/core/SkRect.h',
'<(skia_include_path)/core/SkRefCnt.h',
'<(skia_include_path)/core/SkRegion.h',
diff --git a/gyp/public_headers.gypi b/gyp/public_headers.gypi
index f7b859bd5f..cd4019733a 100644
--- a/gyp/public_headers.gypi
+++ b/gyp/public_headers.gypi
@@ -39,7 +39,6 @@
'core/SkFixed.h',
'core/SkFlate.h',
'core/SkFlattenable.h',
- 'core/SkFlattenableBuffers.h',
'core/SkFlattenableSerialization.h',
'core/SkFloatBits.h',
'core/SkFloatingPoint.h',
@@ -73,7 +72,6 @@
'core/SkPreConfig.h',
'core/SkRRect.h',
'core/SkRasterizer.h',
- 'core/SkReader32.h',
'core/SkRect.h',
'core/SkRefCnt.h',
'core/SkRegion.h',