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

Side by Side Diff: webkit/build/WebKit/WebKit.vsprops

Issue 28119: Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « webkit/build/WebKit/WebKit.vcproj ('k') | webkit/glue/SConscript » ('j') | 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="WebKit" 5 Name="WebKit"
6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit _common.vsprops" 6 InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit _common.vsprops"
7 > 7 >
8 <Tool 8 <Tool
9 Name="VCCLCompilerTool" 9 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="$(SolutionDir)..\third_party\WebKi t\WebKit\chromium\public" 10 AdditionalIncludeDirectories="$(SolutionDir)..\third_party\WebKi t\WebKit\chromium\public"
11 » » PreprocessorDefinitions="WEBKIT_IMPLEMENTATION;_SCL_SECURE_NO_DE PRECATE;_HAS_EXCEPTIONS=1" 11 » » PreprocessorDefinitions="WEBKIT_IMPLEMENTATION;WEBKIT_USING_SKIA =1;_SCL_SECURE_NO_DEPRECATE;_HAS_EXCEPTIONS=1"
12 WarnAsError="true" 12 WarnAsError="true"
13 /> 13 />
14 </VisualStudioPropertySheet> 14 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « webkit/build/WebKit/WebKit.vcproj ('k') | webkit/glue/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698