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

Side by Side Diff: skia/skia.vsprops

Issue 16263: Make Skia build as a dynamic library by fixing up the imports. (Closed)
Patch Set: Created 11 years, 12 months 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 unified diff | Download patch
« no previous file with comments | « skia/ports/SkImageDecoder_Factory.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="skia" 5 Name="skia"
6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(Solutio nDir)..\build\external_code.vsprops" 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(Solutio nDir)..\build\external_code.vsprops"
7 > 7 >
8 <Tool 8 <Tool
9 Name="VCCLCompilerTool" 9 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="include;include\corecg;corecg;sgl; picture" 10 AdditionalIncludeDirectories="include;include\corecg;corecg;sgl; picture"
11 » » PreprocessorDefinitions="SKIA_DISABLE_SUPPORT_FOR_DECODERS" 11 » » PreprocessorDefinitions="SK_BUILD_NO_IMAGE_ENCODE"
12 DisableSpecificWarnings="4244; 4267; 4345; 4390; 4554; 4800" 12 DisableSpecificWarnings="4244; 4267; 4345; 4390; 4554; 4800"
13 /> 13 />
14 </VisualStudioPropertySheet> 14 </VisualStudioPropertySheet>
OLDNEW
« 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