utils files from the build of views.a, since they're already being compiled into
utils.a, since it was causing unnecessary rebuilds (the same could probably be
done for linux and mac). Remove the commented-out SkImageDecoder_libpvjpeg.cpp,
which has been removed from SVN.
http://codereview.appspot.com/
4532105/
git-svn-id: http://skia.googlecode.com/svn/trunk@1476
2bbb7eff-a529-9590-31e7-
b0007b416f81
'../src/images/SkImageDecoder_libico.cpp',
'../src/images/SkImageDecoder_libjpeg.cpp',
'../src/images/SkImageDecoder_libpng.cpp',
- # This file wasn't being compiled, and seems to have bitrotted.
- #'../src/images/SkImageDecoder_libpvjpeg.cpp',
'../src/images/SkImageDecoder_wbmp.cpp',
'../src/images/SkImageEncoder.cpp',
'../src/images/SkImageEncoder_Factory.cpp',
'../include/config',
'../include/core',
'../include/utils',
+ '../include/utils/unix',
'../include/views',
'../include/effects',
'../include/xml',
'../src/utils/unix/SkEGLContext_Unix.cpp',
'../src/utils/unix/SkOSWindow_Unix.cpp',
],
+ 'include_dirs!': [
+ '../include/utils/unix',
+ ],
}],
[ 'OS != "win"', {
'sources!': [
},
}],
[ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"', {
- 'include_dirs' : [
- '../include/utils/unix',
- ],
'sources': [
- '../src/utils/unix/keysym2ucs.c',
- '../src/utils/unix/SkOSWindow_Unix.cpp',
'../unix_test_app/main.cpp',
],
}],