Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: skia/skia.vsprops

Issue 16263: Make Skia build as a dynamic library by fixing up the imports. (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/ports/SkImageDecoder_Factory.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.vsprops
diff --git a/skia/skia.vsprops b/skia/skia.vsprops
index bfc11b14844c4779b921b65990ecddcdca99a2db..f9a825b1a9f9f1af4a0d68b465a8dcc0a2219745 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>
« no previous file with comments | « skia/ports/SkImageDecoder_Factory.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698