move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on all
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 28 Apr 2011 14:07:43 +0000 (14:07 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 28 Apr 2011 14:07:43 +0000 (14:07 +0000)
platforms

git-svn-id: http://skia.googlecode.com/svn/trunk@1207 2bbb7eff-a529-9590-31e7-b0007b416f81

Makefile
src/utils/utils_files.mk

index 1d99ad460d0c8b4c201c5fd4e760acccb0493833..8548612a1b6194ed7bf746a26638c183b83d64b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,6 @@ else
        SRC_LIST += src/ports/SkFontHost_gamma_none.cpp
        SRC_LIST += src/ports/SkFontHost_FreeType.cpp
        SRC_LIST += src/ports/SkFontHost_FreeType_Subpixel.cpp
-       SRC_LIST += src/utils/SkOSFile.cpp
        SRC_LIST += src/utils/SkEGLContext_none.cpp
     # these are our registry-based factories
        SRC_LIST += src/images/SkImageDecoder_Factory.cpp
index 68cc587111dbf82c8498665e8f7b72ddd87e7a27..37d0b65d238f2497f2f20b3011fed84257747a8e 100644 (file)
@@ -7,6 +7,7 @@ SOURCE := \
     SkLayer.cpp \
        SkNinePatch.cpp \
     SkNWayCanvas.cpp \
+       SkOSFile.cpp \
     SkParse.cpp \
     SkParseColor.cpp \
     SkParsePath.cpp \