diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 21:28:33 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 21:28:33 +0000 |
commit | 05b7f994c66470750905eabb12acf1643099f9b7 (patch) | |
tree | d9411a629dfb1e8dc4885374d5f788bcff47ea86 /skia/SConscript | |
parent | 9ed68c36cad4f5d70a378be96d303710053eed65 (diff) | |
download | chromium_src-05b7f994c66470750905eabb12acf1643099f9b7.zip chromium_src-05b7f994c66470750905eabb12acf1643099f9b7.tar.gz chromium_src-05b7f994c66470750905eabb12acf1643099f9b7.tar.bz2 |
Split the cross-platform part of skia_utils_win into skia_utils. Use this new
function when possible. Add a little documentation. This does not change the
Mac build, I'll do that in a separate pass, and the function moved is never
used on the mac).
Review URL: http://codereview.chromium.org/12917
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/SConscript')
-rw-r--r-- | skia/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/SConscript b/skia/SConscript index 5c17f5b..eb1f265 100644 --- a/skia/SConscript +++ b/skia/SConscript @@ -82,6 +82,7 @@ input_files = [ 'effects/SkUnitMappers.cpp', 'ext/image_operations.cc', 'ext/convolver.cc', + 'ext/skia_utils.cc', 'images/SkImageDecoder.cpp', 'images/SkImageRef.cpp', 'images/SkStream.cpp', |