Add path utils, plus a test for it.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 24 May 2013 18:12:17 +0000 (18:12 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 24 May 2013 18:12:17 +0000 (18:12 +0000)
commit1bee03704408fad8df334f6193267774bb21231b
tree7f7689554bbfc640da7150bb7fa14f62bc06d78b
parent7070f76b90b098b4713bc0d13dc129adea64d7ef
Add path utils, plus a test for it.

SkOSFile:
Added class SkOSPath with functions for
modifying strings representing path names.

OSPathTest.cpp:
Test of the new utilities.

factory.cpp:
Use SkPathJoin.

gmmain and gm_expectations:
Use SkOSPath::SkPathJoin instead of a local version.

skimage_main.cpp:
Use the new location of SkPathJoin and SkBasename.

R=epoger@google.com

Review URL: https://codereview.chromium.org/15747004

git-svn-id: http://skia.googlecode.com/svn/trunk@9277 2bbb7eff-a529-9590-31e7-b0007b416f81
gm/factory.cpp
gm/gm_expectations.cpp
gm/gm_expectations.h
gm/gmmain.cpp
gm/image.cpp
gyp/tests.gyp
include/core/SkOSFile.h
src/utils/SkOSFile.cpp
tests/OSPathTest.cpp [new file with mode: 0644]
tools/skimage_main.cpp