move SkMetaData into core

git-svn-id: http://skia.googlecode.com/svn/trunk@1018 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-03-30 17:10:42 +00:00
parent a45af9f585
commit 5e3496e555
4 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,7 @@
'../src/core/SkMaskFilter.cpp',
'../src/core/SkMath.cpp',
'../src/core/SkMatrix.cpp',
'../src/core/SkMetaData.cpp',
'../src/core/SkPackBits.cpp',
'../src/core/SkPaint.cpp',
'../src/core/SkPath.cpp',
@ -227,6 +228,7 @@
'../include/core/SkMaskFilter.h',
'../include/core/SkMath.h',
'../include/core/SkMatrix.h',
'../include/core/SkMetaData.h',
'../include/core/SkOSFile.h',
'../include/core/SkPackBits.h',
'../include/core/SkPaint.h',

View File

@ -56,6 +56,7 @@ SOURCE := \
SkMath.cpp \
SkMatrix.cpp \
SkMemory_stdlib.cpp \
SkMetaData.cpp \
SkPackBits.cpp \
SkPaint.cpp \
SkPath.cpp \