diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 19:39:33 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 19:39:33 +0000 |
commit | 294202d3462e9cf80c71b71a75a004844ee892b0 (patch) | |
tree | 22c2175a686b685cb766e116bae258b0edc925df /webkit/build | |
parent | 63263f9bbfab37dc221155031ee406a0d26d9b86 (diff) | |
download | chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.zip chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.tar.gz chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.tar.bz2 |
Remove *.vsprops files that are no longer referenced (or only have
references to each other) anywhere in the Chromium code base.
BUG=none
TEST=rebuild
Review URL: http://codereview.chromium.org/159523
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
19 files changed, 0 insertions, 246 deletions
diff --git a/webkit/build/JavaScriptCore/bug_1124849_debug.vsprops b/webkit/build/JavaScriptCore/bug_1124849_debug.vsprops deleted file mode 100644 index a6dafb2..0000000 --- a/webkit/build/JavaScriptCore/bug_1124849_debug.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="bug_1124849_debug" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;_UNICODE;UNICODE;$(NOINHERIT)" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/bug_1124849_release.vsprops b/webkit/build/JavaScriptCore/bug_1124849_release.vsprops deleted file mode 100644 index 507df45..0000000 --- a/webkit/build/JavaScriptCore/bug_1124849_release.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="bug_1124849_release" - InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="NDEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;_UNICODE;UNICODE;$(NOINHERIT)" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/javascriptcore.vsprops b/webkit/build/JavaScriptCore/javascriptcore.vsprops deleted file mode 100644 index 42dcc16..0000000 --- a/webkit/build/JavaScriptCore/javascriptcore.vsprops +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="javascriptcore" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\using_javascriptcore.vsprops;..\webkit_common.vsprops" - DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" - > - <Tool - Name="VCPreBuildEventTool" - Description="Constructing generated files..." - CommandLine="prebuild.bat $(IntDir) $(OutDir)" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(ProjectDir)";"$(IntDir)";"$(IntDir)\DerivedSources";../../../third_party/WebKit/JavaScriptCore;"../../../third_party/WebKit/JavaScriptCore/os-win32";../../../third_party/WebKit/JavaScriptCore/pcre;../../../third_party/WebKit/JavaScriptCore/kjs;../../../third_party/WebKit/JavaScriptCore/runtime;../../../third_party/WebKit/JavaScriptCore/bytecompiler;../../../third_party/WebKit/JavaScriptCore/parser;../../../third_party/WebKit/JavaScriptCore/debugger;../../../third_party/WebKit/JavaScriptCore/wtf;../../../third_party/WebKit/JavaScriptCore/API;../../../third_party/WebKit/JavaScriptCore/VM;../../../third_party/WebKit/JavaScriptCore/profiler;../../../third_party/WebKit/JavaScriptCore/bindings;../../../third_party/WebKit/JavaScriptCore/bindings/c;../../../third_party/WebKit/JavaScriptCore/bindings/jni;../../pending;../../pending/kjs;../../pending/wtf" - PreprocessorDefinitions="ENABLE_JSC_MULTIPLE_THREADS=0;__STD_C" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/testapi.vsprops b/webkit/build/JavaScriptCore/testapi.vsprops deleted file mode 100644 index 0c7aafe1..0000000 --- a/webkit/build/JavaScriptCore/testapi.vsprops +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="testapi" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../../pending;../../pending/kjs;../../pending/wtf;../../../third_party/WebKit/JavaScriptCore;"../../../third_party/WebKit/JavaScriptCore/os-win32";../../../third_party/WebKit/JavaScriptCore/pcre;../../../third_party/WebKit/JavaScriptCore/wtf" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="winmm.lib" - AdditionalLibraryDirectories=""$(OutDir)\lib"" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/using_javascriptcore.vsprops b/webkit/build/JavaScriptCore/using_javascriptcore.vsprops deleted file mode 100644 index e6eccb6..0000000 --- a/webkit/build/JavaScriptCore/using_javascriptcore.vsprops +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="using_javascriptcore" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(IntDir)\..\JavaScriptCore;$(IntDir)\..\KJSBindings\DerivedSources;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\bindings;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\runtime;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\parser" - PreprocessorDefinitions="ENABLE_CTI=1;CRASH=__debugbreak" - DisableSpecificWarnings="4127; 4355; 4510; 4512; 4610; 4706" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/JavaScriptCore/wtf.vsprops b/webkit/build/JavaScriptCore/wtf.vsprops deleted file mode 100644 index fcf66ef..0000000 --- a/webkit/build/JavaScriptCore/wtf.vsprops +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="wtf" - InheritedPropertySheets="$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\common.vsprops;..\webkit_common_defines.vsprops;$(SolutionDir)..\build\external_code.vsprops" - DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(ProjectDir);"$(IntDir)";"../../../third_party/WebKit/JavaScriptCore";"../../../third_party/WebKit/JavaScriptCore/os-win32";"../../../third_party/WebKit/JavaScriptCore/kjs";"../../../third_party/WebKit/JavaScriptCore/wtf";"../../../third_party/WebKit/JavaScriptCore/wtf/unicode";"../../../third_party/WebKit/JavaScriptCore/API";"../../../third_party/WebKit/JavaScriptCore/bindings";"../../../third_party/WebKit/JavaScriptCore/bindings/c";"../../../third_party/WebKit/JavaScriptCore/bindings/jni";../../pending;../../pending/wtf" - PreprocessorDefinitions="__STD_C;_SCL_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;CRASH=__debugbreak" - DisableSpecificWarnings="4127; 4355; 4510; 4512; 4610; 4706" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/KJSBindings/KJSBindings.vsprops b/webkit/build/KJSBindings/KJSBindings.vsprops deleted file mode 100644 index 04f30fd..0000000 --- a/webkit/build/KJSBindings/KJSBindings.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="KJSBindings" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;..\JavaScriptCore\using_javascriptcore.vsprops;.\using_KJSBindings.vsprops;..\webkit_common.vsprops" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(OutDir)\obj\kjsbindings\derivedsources"" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/KJSBindings/using_KJSBindings.vsprops b/webkit/build/KJSBindings/using_KJSBindings.vsprops deleted file mode 100644 index 577d956..0000000 --- a/webkit/build/KJSBindings/using_KJSBindings.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="using_KJSBindings" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="WTF_USE_V8=0;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE" - DisableSpecificWarnings="4244; 4291; 4521; 4099;" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/V8Bindings/using_v8bindings.vsprops b/webkit/build/V8Bindings/using_v8bindings.vsprops deleted file mode 100644 index e1fb88c..0000000 --- a/webkit/build/V8Bindings/using_v8bindings.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="using_v8bindings" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(SolutionDir)..\v8\include;$(IntDir)\..\V8Bindings\DerivedSources;$(IntDir)\..\V8Bindings\SharedSources;$(SolutionDir)..\webkit\port\bindings\v8;" - PreprocessorDefinitions="_SCL_SECURE_NO_WARNINGS;CRASH=__debugbreak" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/V8Bindings/v8bindings.vsprops b/webkit/build/V8Bindings/v8bindings.vsprops deleted file mode 100644 index 8943495..0000000 --- a/webkit/build/V8Bindings/v8bindings.vsprops +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="v8bindings" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;..\webkit_common.vsprops" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32_LEAN_AND_MEAN" - DisableSpecificWarnings="4291,4099,4996,4521,4244" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/WebCore/webcore.vsprops b/webkit/build/WebCore/webcore.vsprops deleted file mode 100644 index 436e5b0..0000000 --- a/webkit/build/WebCore/webcore.vsprops +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="webcore" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;..\webkit_common.vsprops" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="__PRETTY_FUNCTION__=__FUNCTION__;DISABLE_ACTIVEX_TYPE_CONVERSION_MPLAYER2" - DisableSpecificWarnings="4138; 4244; 4291; 4305; 4344; 4355; 4521; 4099;" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/WebKit/WebKit.vsprops b/webkit/build/WebKit/WebKit.vsprops deleted file mode 100644 index 0a16a8c..0000000 --- a/webkit/build/WebKit/WebKit.vsprops +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="WebKit" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(SolutionDir)..\third_party\WebKit\WebKit\chromium\public;$(SolutionDir)..\third_party\WebKit\WebKit\chromium\public\win;$(SolutionDir)..\third_party\WebKit\WebKit\chromium\src" - PreprocessorDefinitions="WEBKIT_IMPLEMENTATION;_SCL_SECURE_NO_DEPRECATE;_HAS_EXCEPTIONS=1" - WarnAsError="true" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/js_engine.vsprops b/webkit/build/js_engine.vsprops deleted file mode 100644 index e1b5060..0000000 --- a/webkit/build/js_engine.vsprops +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="js_engine" - InheritedPropertySheets=".\V8Bindings\using_v8bindings.vsprops" - > -</VisualStudioPropertySheet> diff --git a/webkit/build/js_engine_kjs.vsprops b/webkit/build/js_engine_kjs.vsprops deleted file mode 100644 index 33ba48b..0000000 --- a/webkit/build/js_engine_kjs.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="js_engine" - InheritedPropertySheets=".\KJSBindings\using_KJSBindings.vsprops" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""..\..\pending\kjs";"$(IntDir)\..\KJSBindings\DerivedSources";"..\..\..\third_party\WebKit\WebCore\bindings\js";"..\..\build\JavaScriptCore";"..\..\..\third_party\WebKit\JavaScriptCore\VM";..\..\..\third_party\WebKit\JavaScriptCore\runtime;..\..\..\third_party\WebKit\JavaScriptCore\debugger;..\..\..\third_party\WebKit\JavaScriptCore\parser" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/port/port.vsprops b/webkit/build/port/port.vsprops deleted file mode 100644 index 17e7fdc..0000000 --- a/webkit/build/port/port.vsprops +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="port" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""..\..\port\platform\image-decoders";"..\..\port\platform\image-decoders\bmp";"..\..\port\platform\image-decoders\gif";"..\..\port\platform\image-decoders\ico";"..\..\port\platform\image-decoders\jpeg";"..\..\port\platform\image-decoders\png";"..\..\port\platform\image-decoders\xbm"" - DisableSpecificWarnings="4244; 4291; 4345; 4521" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/precompiled_webkit.vsprops b/webkit/build/precompiled_webkit.vsprops deleted file mode 100644 index d9359c2..0000000 --- a/webkit/build/precompiled_webkit.vsprops +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="precompiled_webkit" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(SolutionDir)webkit\build"" - UsePrecompiledHeader="2" - PrecompiledHeaderThrough="precompiled_webkit.h" - PrecompiledHeaderFile="$(IntDir)\precompiled_webkit.pch" - ForcedIncludeFiles="precompiled_webkit.h" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/webkit_common.vsprops b/webkit/build/webkit_common.vsprops deleted file mode 100644 index 4755a80..0000000 --- a/webkit/build/webkit_common.vsprops +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="webkit_common" - InheritedPropertySheets=".\webkit_common_includes.vsprops;.\webkit_common_defines.vsprops;.\js_engine$(JS_ENGINE_TYPE).vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops" - > - <Tool - Name="VCCLCompilerTool" - DisableSpecificWarnings="4396" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/webkit_common_defines.vsprops b/webkit/build/webkit_common_defines.vsprops deleted file mode 100644 index e2ff37a5..0000000 --- a/webkit/build/webkit_common_defines.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="webkit_common_defines" - > - <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=1;ENABLE_WORKERS=1;WEBCORE_NAVIGATOR_PLATFORM="\"Win32\"";USE_GOOGLE_URL_LIBRARY;USE_SYSTEM_MALLOC=1;CRASH=__debugbreak;BUILDING_CHROMIUM__=1" - /> -</VisualStudioPropertySheet> diff --git a/webkit/build/webkit_common_includes.vsprops b/webkit/build/webkit_common_includes.vsprops deleted file mode 100644 index 48cf5ac..0000000 --- a/webkit/build/webkit_common_includes.vsprops +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="webkit_common_includes" - > - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(OutDir)\obj\WebCore";"$(OutDir)\obj\WebCore\JavaScriptHeaders";"$(OutDir)\obj\WebCore\JavaScriptHeaders\JavaScriptCore";$(SolutionDir)..\webkit\pending;$(SolutionDir)..\webkit\port\bridge;"$(ProjectDir)";$(SolutionDir)..\third_party\WebKit\WebCore;$(SolutionDir)..\third_party\WebKit\WebCore\bindings\v8;$(SolutionDir)..\third_party\WebKit\WebCore\bindings\v8\custom;$(SolutionDir)..\third_party\WebKit\WebCore\bridge;$(SolutionDir)..\third_party\WebKit\WebCore\bridge\c;$(SolutionDir)..\third_party\WebKit\WebCore\css;$(SolutionDir)..\third_party\WebKit\WebCore\dom;$(SolutionDir)..\third_party\WebKit\WebCore\editing;$(SolutionDir)..\third_party\WebKit\WebCore\history;$(SolutionDir)..\third_party\WebKit\WebCore\html;$(SolutionDir)..\third_party\WebKit\WebCore\loader;$(SolutionDir)..\third_party\WebKit\WebCore\loader\appcache;$(SolutionDir)..\third_party\WebKit\WebCore\loader\archive;$(SolutionDir)..\third_party\WebKit\WebCore\loader\icon;$(SolutionDir)..\third_party\WebKit\WebCore\page;$(SolutionDir)..\third_party\WebKit\WebCore\page\chromium;$(SolutionDir)..\third_party\WebKit\WebCore\platform;$(SolutionDir)..\third_party\WebKit\WebCore\platform\animation;$(SolutionDir)..\third_party\WebKit\WebCore\platform\chromium;$(SolutionDir)..\third_party\WebKit\WebCore\platform\image-decoders\skia;$(SolutionDir)..\third_party\WebKit\WebCore\platform\image-encoders\skia;$(SolutionDir)..\third_party\WebKit\WebCore\page\animation;$(SolutionDir)..\third_party\WebKit\WebCore\platform\text;$(SolutionDir)..\third_party\WebKit\WebCore\platform\graphics;$(SolutionDir)..\third_party\WebKit\WebCore\platform\graphics\chromium;$(SolutionDir)..\third_party\WebKit\WebCore\platform\graphics\opentype;$(SolutionDir)..\third_party\WebKit\WebCore\platform\graphics\transforms;$(SolutionDir)..\third_party\WebKit\WebCore\platform\graphics\skia;$(SolutionDir)..\third_party\WebKit\WebCore\svg\graphics;$(SolutionDir)..\third_party\WebKit\WebCore\platform\network;$(SolutionDir)..\third_party\WebKit\WebCore\platform\network\chromium;$(SolutionDir)..\third_party\WebKit\WebCore\platform\sql;$(SolutionDir)..\third_party\WebKit\WebCore\rendering;$(SolutionDir)..\third_party\WebKit\WebCore\rendering\style;$(SolutionDir)..\third_party\WebKit\WebCore\storage;$(SolutionDir)..\third_party\WebKit\WebCore\xml;"$(SolutionDir)..\third_party\WebKit\WebCore\os-win32";$(SolutionDir)..\third_party\WebKit\WebCore\wtf;$(SolutionDir)..\third_party\WebKit\JavaScriptCore;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\wtf;"$(SolutionDir)..\third_party\WebKit\JavaScriptCore\os-win32";..\..\build;"$(SDKIncludes)";"$(IntDir)\..\WebCore\DerivedSources";$(SolutionDir)..\third_party\WebKit\WebCore\svg;$(SolutionDir)..\third_party\WebKit\WebCore\svg\animation;$(SolutionDir)..\third_party\WebKit\WebCore\svg\graphics\filters;$(SolutionDir)..\third_party\WebKit\WebCore\plugins;$(SolutionDir)..\third_party\WebKit\WebCore\inspector;$(SolutionDir)..\third_party\WebKit\WebCore\workers;$(SolutionDir)..\third_party\sqlite\preprocessed" - /> -</VisualStudioPropertySheet> |