diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 20:29:03 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 20:29:03 +0000 |
commit | 88d9181329421fac61c5ac5093af5c06b7c7a906 (patch) | |
tree | 5861f6a2b993b77ffd9de8c4ef851378f4ce4d41 /webkit/build | |
parent | 15a5ccf888664e1dadc02fd336d901c14524d81e (diff) | |
download | chromium_src-88d9181329421fac61c5ac5093af5c06b7c7a906.zip chromium_src-88d9181329421fac61c5ac5093af5c06b7c7a906.tar.gz chromium_src-88d9181329421fac61c5ac5093af5c06b7c7a906.tar.bz2 |
Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2.
Review URL: http://codereview.chromium.org/8116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/KJSBindings/KJSBindings.vcproj | 32 | ||||
-rw-r--r-- | webkit/build/webkit_common_defines.vsprops | 2 |
2 files changed, 1 insertions, 33 deletions
diff --git a/webkit/build/KJSBindings/KJSBindings.vcproj b/webkit/build/KJSBindings/KJSBindings.vcproj index 595611c..aaf3ccfd 100644 --- a/webkit/build/KJSBindings/KJSBindings.vcproj +++ b/webkit/build/KJSBindings/KJSBindings.vcproj @@ -1029,14 +1029,6 @@ > </File> <File - RelativePath="$(IntDir)\DerivedSources\JSJavaScriptCallFrame.cpp" - > - </File> - <File - RelativePath="$(IntDir)\DerivedSources\JSJavaScriptCallFrame.h" - > - </File> - <File RelativePath="$(IntDir)\DerivedSources\JSKeyboardEvent.cpp" > </File> @@ -2581,26 +2573,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\JavaScriptCallFrame.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\JavaScriptCallFrame.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\JavaScriptDebugListener.h" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\JavaScriptDebugServer.cpp" - > - </File> - <File - RelativePath="..\..\..\third_party\WebKit\WebCore\page\JavaScriptDebugServer.h" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\page\JavaScriptProfile.cpp" > </File> @@ -3010,10 +2982,6 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSJavaScriptCallFrameCustom.cpp" - > - </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\bindings\js\JSLocationCustom.cpp" > </File> diff --git a/webkit/build/webkit_common_defines.vsprops b/webkit/build/webkit_common_defines.vsprops index e95e4fe..7f42fc2 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=0;ENABLE_DASHBOARD_SUPPORT=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;WEBCORE_NAVIGATOR_PLATFORM="\"Win32\"";USE_GOOGLE_URL_LIBRARY;USE_SYSTEM_MALLOC=1;CRASH=__debugbreak;BUILDING_CHROMIUM__=1;" + PreprocessorDefinitions="ENABLE_DATABASE=0;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;WEBCORE_NAVIGATOR_PLATFORM="\"Win32\"";USE_GOOGLE_URL_LIBRARY;USE_SYSTEM_MALLOC=1;CRASH=__debugbreak;BUILDING_CHROMIUM__=1;" /> </VisualStudioPropertySheet> |