summaryrefslogtreecommitdiffstats
path: root/skia/skia.vsprops
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-26 01:06:14 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-26 01:06:14 +0000
commitdc6ed80e71fb605ca03ce3a2a61d93845366f9d9 (patch)
tree2a3af1586225efa40595d4a3de72424806f7fe25 /skia/skia.vsprops
parentf0bf6056b112fc85acdcc4ca47912c84536efeb2 (diff)
downloadchromium_src-dc6ed80e71fb605ca03ce3a2a61d93845366f9d9.zip
chromium_src-dc6ed80e71fb605ca03ce3a2a61d93845366f9d9.tar.gz
chromium_src-dc6ed80e71fb605ca03ce3a2a61d93845366f9d9.tar.bz2
Make Skia build as a dynamic library by fixing up the imports.
The define in the SCons file / vsprops was unused in the Skia source; I imagine usage of it was removed in the recent Skia merge. Review URL: http://codereview.chromium.org/16263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7471 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.vsprops')
-rw-r--r--skia/skia.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia.vsprops b/skia/skia.vsprops
index bfc11b1..f9a825b 100644
--- a/skia/skia.vsprops
+++ b/skia/skia.vsprops
@@ -8,7 +8,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="include;include\corecg;corecg;sgl;picture"
- PreprocessorDefinitions="SKIA_DISABLE_SUPPORT_FOR_DECODERS"
+ PreprocessorDefinitions="SK_BUILD_NO_IMAGE_ENCODE"
DisableSpecificWarnings="4244; 4267; 4345; 4390; 4554; 4800"
/>
</VisualStudioPropertySheet>