summaryrefslogtreecommitdiffstats
path: root/webkit/build/webkit_common_defines.vsprops
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-08 21:45:32 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-08 21:45:32 +0000
commitcf18744ddde1c748e7f2c1a5642a2018367c5dd2 (patch)
tree5f12ffc3750269aad8c7925d6e8adc4971af5f59 /webkit/build/webkit_common_defines.vsprops
parent4f3c5bbccc29e8a69a67875cf98a47acb9374742 (diff)
downloadchromium_src-cf18744ddde1c748e7f2c1a5642a2018367c5dd2.zip
chromium_src-cf18744ddde1c748e7f2c1a5642a2018367c5dd2.tar.gz
chromium_src-cf18744ddde1c748e7f2c1a5642a2018367c5dd2.tar.bz2
Original CL 12831, fixes build errors.
Review URL: http://codereview.chromium.org/13238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/webkit_common_defines.vsprops')
-rw-r--r--webkit/build/webkit_common_defines.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/build/webkit_common_defines.vsprops b/webkit/build/webkit_common_defines.vsprops
index 0f750cc..0ea8266 100644
--- a/webkit/build/webkit_common_defines.vsprops
+++ b/webkit/build/webkit_common_defines.vsprops
@@ -6,6 +6,6 @@
>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="ENABLE_DATABASE=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SVG=1;ENABLE_SVG_ANIMATION=1;ENABLE_SVG_AS_IMAGE=1;ENABLE_SVG_USE=1;ENABLE_SVG_FOREIGN_OBJECT=1;ENABLE_SVG_FONTS=1;ENABLE_VIDEO=0;ENABLE_WORKERS=0;WEBCORE_NAVIGATOR_PLATFORM=&quot;\&quot;Win32\&quot;&quot;;USE_GOOGLE_URL_LIBRARY;USE_SYSTEM_MALLOC=1;CRASH=__debugbreak;BUILDING_CHROMIUM__=1;"
+ PreprocessorDefinitions="ENABLE_DATABASE=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SVG=1;ENABLE_SVG_ANIMATION=1;ENABLE_SVG_AS_IMAGE=1;ENABLE_SVG_USE=1;ENABLE_SVG_FOREIGN_OBJECT=1;ENABLE_SVG_FONTS=1;ENABLE_VIDEO=1;ENABLE_WORKERS=0;WEBCORE_NAVIGATOR_PLATFORM=&quot;\&quot;Win32\&quot;&quot;;USE_GOOGLE_URL_LIBRARY;USE_SYSTEM_MALLOC=1;CRASH=__debugbreak;BUILDING_CHROMIUM__=1"
/>
</VisualStudioPropertySheet>