libcef: Update due to underlying chromium changes.
- Files moved out of base. - WebKit API changes. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@53 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
144e15c966
commit
09a8c28773
|
@ -41,3 +41,4 @@ Date | CEF Revision | Chromium Revision
|
|||
Earlier and later revisions do not have this requirement.
|
||||
2009-09-22 | /trunk@48 | /trunk@26790
|
||||
2009-10-02 | /trunk@51 | /trunk@27900
|
||||
2009-10-12 | /trunk@53 | /trunk@28713
|
||||
|
|
2
cef.gyp
2
cef.gyp
|
@ -122,6 +122,7 @@
|
|||
'type': 'shared_library',
|
||||
'msvs_guid': 'C13650D5-CF1A-4259-BE45-B1EBA6280E47',
|
||||
'dependencies': [
|
||||
'../app/app.gyp:app_base',
|
||||
'../base/base.gyp:base',
|
||||
'../base/base.gyp:base_gfx',
|
||||
'../breakpad/breakpad.gyp:breakpad_handler',
|
||||
|
@ -277,6 +278,7 @@
|
|||
'..',
|
||||
],
|
||||
'dependencies': [
|
||||
'../app/app.gyp:app_base',
|
||||
'../base/base.gyp:base',
|
||||
'../base/base.gyp:base_gfx',
|
||||
'../breakpad/breakpad.gyp:breakpad_handler',
|
||||
|
|
16
cef.sln
16
cef.sln
|
@ -100,6 +100,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "default_plugin", "..\webkit
|
|||
{60B43839-95E6-4526-A661-209F16335E0E} = {60B43839-95E6-4526-A661-209F16335E0E}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "devtools_html", "..\webkit\devtools_html.vcproj", "{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg", "..\third_party\ffmpeg\ffmpeg.vcproj", "{D7A94F58-576A-45D9-A45F-EB87C63ABBB0}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{4E4070E1-EFD9-4EF1-8634-3960956F6F10} = {4E4070E1-EFD9-4EF1-8634-3960956F6F10}
|
||||
|
@ -136,11 +138,15 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "icuuc", "..\third_party\icu
|
|||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inspector_resources", "..\webkit\inspector_resources.vcproj", "{5330F8EE-00F5-D65C-166E-E3150171055D}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817} = {9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "js2c", "..\v8\tools\gyp\js2c.vcproj", "{6992BBDE-54D2-5D2E-7FA6-421F82849767}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcef", "libcef.vcproj", "{C13650D5-CF1A-4259-BE45-B1EBA6280E47}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{4631946D-7D5F-44BD-A5A8-504C0A7033BE} = {4631946D-7D5F-44BD-A5A8-504C0A7033BE}
|
||||
{1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165}
|
||||
{A508ADD3-CECE-4E0F-8448-2F5E454DF551} = {A508ADD3-CECE-4E0F-8448-2F5E454DF551}
|
||||
{B55CA863-B374-4BAF-95AC-539E4FA4C90C} = {B55CA863-B374-4BAF-95AC-539E4FA4C90C}
|
||||
|
@ -173,7 +179,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcef", "libcef.vcproj", "
|
|||
{FA39524D-3067-4141-888D-28A86C66F2B9} = {FA39524D-3067-4141-888D-28A86C66F2B9}
|
||||
{D53BB45A-F2ED-1D4B-165E-C6F94C33657A} = {D53BB45A-F2ED-1D4B-165E-C6F94C33657A}
|
||||
{B1941127-B9EE-D55B-0952-614A35541471} = {B1941127-B9EE-D55B-0952-614A35541471}
|
||||
{4631946D-7D5F-44BD-A5A8-504C0A7033BE} = {4631946D-7D5F-44BD-A5A8-504C0A7033BE}
|
||||
{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9} = {6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}
|
||||
{F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7} = {F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7}
|
||||
EndProjectSection
|
||||
|
@ -541,6 +546,14 @@ Global
|
|||
{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Purify|Win32.Build.0 = Purify|Win32
|
||||
{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}.Release|Win32.Build.0 = Release|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Release - no tcmalloc|Win32.ActiveCfg = Release - no tcmalloc|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Release - no tcmalloc|Win32.Build.0 = Release - no tcmalloc|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Purify|Win32.ActiveCfg = Purify|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Purify|Win32.Build.0 = Purify|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817}.Release|Win32.Build.0 = Release|Win32
|
||||
{9E2EFAAB-02B7-4A82-B664-1E98DF6D1953}.Release - no tcmalloc|Win32.ActiveCfg = Release - no tcmalloc|Win32
|
||||
{9E2EFAAB-02B7-4A82-B664-1E98DF6D1953}.Release - no tcmalloc|Win32.Build.0 = Release - no tcmalloc|Win32
|
||||
{9E2EFAAB-02B7-4A82-B664-1E98DF6D1953}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
|
@ -802,6 +815,7 @@ Global
|
|||
{1DA00DDD-44E5-4C56-B2CC-414FB0164492} = {CD1E1B21-48E8-1ABE-48E1-89B2D4C456AB}
|
||||
{5916D37D-8C97-424F-A904-74E52594C2D6} = {CD1E1B21-48E8-1ABE-48E1-89B2D4C456AB}
|
||||
{5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65} = {CD1E1B21-48E8-1ABE-48E1-89B2D4C456AB}
|
||||
{9BE5D4D5-E800-44F9-B6C0-27DF15A9D817} = {CD1E1B21-48E8-1ABE-48E1-89B2D4C456AB}
|
||||
{0B469837-3D46-484A-AFB3-C5A6C68730B9} = {CD1E1B21-48E8-1ABE-48E1-89B2D4C456AB}
|
||||
{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09} = {CD1E1B21-48E8-1ABE-48E1-89B2D4C456AB}
|
||||
{0B945915-31A7-4A07-A5B5-568D737A39B1} = {CD1E1B21-48E8-1ABE-48E1-89B2D4C456AB}
|
||||
|
|
|
@ -6,28 +6,28 @@
|
|||
<ToolFiles/>
|
||||
<Configurations>
|
||||
<Configuration CharacterSet="1" ConfigurationType="1" InheritedPropertySheets="" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Debug|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BasicRuntimeChecks="3" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="1" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BasicRuntimeChecks="3" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819;4800" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="1" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="2" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).exe" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="1" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Release|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;NVALGRIND" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819;4800" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;NVALGRIND" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;NVALGRIND"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).exe" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="1" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Purify|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="false" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;PURIFY;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="0" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="false" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819;4800" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;PURIFY;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="0" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;PURIFY;NO_TCMALLOC"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" EnableCOMDATFolding="1" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).exe" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="1" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Release - no tcmalloc|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819;4800" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\testing\gtest\include;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;UNIT_TEST;U_STATIC_IMPLEMENTATION;NDEBUG;NO_TCMALLOC"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
|
|
|
@ -6,32 +6,32 @@
|
|||
<ToolFiles/>
|
||||
<Configurations>
|
||||
<Configuration CharacterSet="1" ConfigurationType="2" InheritedPropertySheets="" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Debug|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BasicRuntimeChecks="3" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="1" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BasicRuntimeChecks="3" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="1" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib urlmon.lib winmm.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="2" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib winmm.lib urlmon.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="2" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="2" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Release|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib urlmon.lib winmm.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib winmm.lib urlmon.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="2" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Purify|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="false" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="0" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="false" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="0" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib urlmon.lib winmm.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" EnableCOMDATFolding="1" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib winmm.lib urlmon.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" EnableCOMDATFolding="1" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="2" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Release - no tcmalloc|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib urlmon.lib winmm.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib $(OutDir)/lib/avcodec-52.lib $(OutDir)/lib/avformat-52.lib $(OutDir)/lib/avutil-50.lib winmm.lib urlmon.lib urlmon.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll;avcodec-52.dll;avformat-52.dll;avutil-50.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" OutputFile="$(OutDir)\$(ProjectName).dll" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References/>
|
||||
|
|
|
@ -17,7 +17,7 @@ MSVC_POP_WARNING();
|
|||
#include "browser_webkit_glue.h"
|
||||
|
||||
#undef LOG
|
||||
#include "base/gfx/gdi_util.h"
|
||||
#include "app/gfx/gdi_util.h"
|
||||
#include "base/logging.h"
|
||||
#include "skia/ext/platform_canvas.h"
|
||||
#include "webkit/api/public/WebRect.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "webkit/api/public/WebData.h"
|
||||
#include "webkit/api/public/WebKit.h"
|
||||
#include "webkit/api/public/WebStorageArea.h"
|
||||
#include "webkit/api/public/WebStorageEventDispatcher.h"
|
||||
#include "webkit/api/public/WebStorageNamespace.h"
|
||||
#include "webkit/api/public/WebString.h"
|
||||
#include "webkit/api/public/WebURL.h"
|
||||
|
@ -165,14 +166,30 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
|
|||
}
|
||||
|
||||
virtual WebKit::WebStorageNamespace* createLocalStorageNamespace(
|
||||
const WebKit::WebString& path) {
|
||||
return WebKit::WebStorageNamespace::createLocalStorageNamespace(path);
|
||||
const WebKit::WebString& path, unsigned quota) {
|
||||
return WebKit::WebStorageNamespace::createLocalStorageNamespace(path,
|
||||
quota);
|
||||
}
|
||||
|
||||
virtual WebKit::WebStorageNamespace* createSessionStorageNamespace() {
|
||||
return WebKit::WebStorageNamespace::createSessionStorageNamespace();
|
||||
}
|
||||
|
||||
void dispatchStorageEvent(const WebKit::WebString& key,
|
||||
const WebKit::WebString& old_value, const WebKit::WebString& new_value,
|
||||
const WebKit::WebString& origin, bool is_local_storage) {
|
||||
// TODO(jorlow): Implement
|
||||
if (!is_local_storage)
|
||||
return;
|
||||
|
||||
if (!dom_storage_event_dispatcher_.get()) {
|
||||
dom_storage_event_dispatcher_.reset(
|
||||
WebKit::WebStorageEventDispatcher::create());
|
||||
}
|
||||
dom_storage_event_dispatcher_->dispatchStorageEvent(key, old_value,
|
||||
new_value, origin, is_local_storage);
|
||||
}
|
||||
|
||||
virtual WebKit::WebApplicationCacheHost* createApplicationCacheHost(
|
||||
WebKit::WebApplicationCacheHostClient* client) {
|
||||
return BrowserAppCacheSystem::CreateApplicationCacheHost(client);
|
||||
|
@ -184,6 +201,7 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
|
|||
ScopedTempDir appcache_dir_;
|
||||
BrowserAppCacheSystem appcache_system_;
|
||||
BrowserDatabaseSystem database_system_;
|
||||
scoped_ptr<WebKit::WebStorageEventDispatcher> dom_storage_event_dispatcher_;
|
||||
};
|
||||
|
||||
#endif // _BROWSER_WEBKIT_INIT_H
|
||||
|
|
|
@ -16,16 +16,17 @@
|
|||
#include "request_impl.h"
|
||||
#include "v8_impl.h"
|
||||
|
||||
#include "app/gfx/gdi_util.h"
|
||||
#include "app/gfx/native_widget_types.h"
|
||||
#include "base/file_util.h"
|
||||
#include "base/gfx/gdi_util.h"
|
||||
#include "base/gfx/point.h"
|
||||
#include "base/gfx/native_widget_types.h"
|
||||
#include "base/message_loop.h"
|
||||
#include "base/process_util.h"
|
||||
#include "base/string_util.h"
|
||||
#include "base/trace_event.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "webkit/api/public/WebConsoleMessage.h"
|
||||
#include "webkit/api/public/WebContextMenuData.h"
|
||||
#include "webkit/api/public/WebCString.h"
|
||||
#include "webkit/appcache/appcache_interfaces.h"
|
||||
#include "webkit/api/public/WebData.h"
|
||||
|
@ -67,6 +68,7 @@
|
|||
#endif
|
||||
|
||||
using WebKit::WebConsoleMessage;
|
||||
using WebKit::WebContextMenuData;
|
||||
using WebKit::WebData;
|
||||
using WebKit::WebDataSource;
|
||||
using WebKit::WebDragData;
|
||||
|
@ -258,10 +260,21 @@ WebString BrowserWebViewDelegate::autoCorrectWord(const WebString& word) {
|
|||
void BrowserWebViewDelegate::showSpellingUI(bool show) {
|
||||
}
|
||||
|
||||
bool BrowserWebViewDelegate::isShowingSpellingUI() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::updateSpellingUIWithMisspelledWord(
|
||||
const WebKit::WebString& word) {
|
||||
}
|
||||
|
||||
bool BrowserWebViewDelegate::runFileChooser(
|
||||
bool multi_select, const WebKit::WebString& title,
|
||||
const WebKit::WebString& initial_value,
|
||||
WebKit::WebFileChooserCompletion* chooser_completion) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::runModalAlertDialog(
|
||||
WebFrame* frame, const WebString& message) {
|
||||
std::wstring messageStr = UTF16ToWideHack(message);
|
||||
|
@ -387,6 +400,9 @@ int BrowserWebViewDelegate::historyForwardListCount() {
|
|||
void BrowserWebViewDelegate::didAddHistoryItem() {
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::didUpdateInspectorSettings() {
|
||||
}
|
||||
|
||||
// WebWidgetClient -----------------------------------------------------------
|
||||
|
||||
void BrowserWebViewDelegate::didInvalidateRect(const WebRect& rect) {
|
||||
|
@ -465,8 +481,8 @@ void BrowserWebViewDelegate::loadURLExternally(
|
|||
|
||||
WebNavigationPolicy BrowserWebViewDelegate::decidePolicyForNavigation(
|
||||
WebFrame* frame, const WebURLRequest& request,
|
||||
WebNavigationType type, WebNavigationPolicy default_policy,
|
||||
bool is_redirect) {
|
||||
WebNavigationType type, const WebNode& originating_node,
|
||||
WebNavigationPolicy default_policy, bool is_redirect) {
|
||||
CefRefPtr<CefHandler> handler = browser_->GetHandler();
|
||||
if(handler.get()) {
|
||||
// Gather browse request information
|
||||
|
@ -701,13 +717,31 @@ void BrowserWebViewDelegate::didRunInsecureContent(
|
|||
WebFrame* frame, const WebKit::WebSecurityOrigin& origin) {
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::didExhaustMemoryAvailableForScript(WebFrame* frame) {
|
||||
void BrowserWebViewDelegate::didExhaustMemoryAvailableForScript(
|
||||
WebFrame* frame) {
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::didCreateScriptContext(WebKit::WebFrame* frame) {
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::didDestroyScriptContext(WebKit::WebFrame* frame) {
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::didCreateIsolatedScriptContext(
|
||||
WebKit::WebFrame* frame) {
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::didChangeContentsSize(
|
||||
WebFrame* frame, const WebSize&) {
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::reportFindInPageMatchCount(
|
||||
int identifier, int count, bool final_update) {
|
||||
}
|
||||
void BrowserWebViewDelegate::reportFindInPageSelection(
|
||||
int identifier, int ordinal, const WebKit::WebRect& selection) {
|
||||
}
|
||||
|
||||
|
||||
// Public methods ------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "base/basictypes.h"
|
||||
#include "base/scoped_ptr.h"
|
||||
#include "base/weak_ptr.h"
|
||||
#include "webkit/api/public/WebContextMenuData.h"
|
||||
#include "webkit/api/public/WebFrameClient.h"
|
||||
#include "webkit/api/public/WebRect.h"
|
||||
#include "webkit/glue/webcursor.h"
|
||||
|
@ -33,7 +34,6 @@
|
|||
#include "browser_navigation_controller.h"
|
||||
|
||||
class CefBrowserImpl;
|
||||
struct ContextMenuMediaParams;
|
||||
struct WebPreferences;
|
||||
class GURL;
|
||||
class WebWidgetHost;
|
||||
|
@ -43,22 +43,6 @@ class BrowserWebViewDelegate : public WebViewDelegate,
|
|||
public webkit_glue::WebPluginPageDelegate,
|
||||
public base::SupportsWeakPtr<BrowserWebViewDelegate> {
|
||||
public:
|
||||
// WebViewDelegate
|
||||
virtual void ShowContextMenu(WebView* webview,
|
||||
ContextNodeType node_type,
|
||||
int x,
|
||||
int y,
|
||||
const GURL& link_url,
|
||||
const GURL& image_url,
|
||||
const GURL& page_url,
|
||||
const GURL& frame_url,
|
||||
const ContextMenuMediaParams& media_params,
|
||||
const std::wstring& selection_text,
|
||||
const std::wstring& misspelled_word,
|
||||
int edit_flags,
|
||||
const std::string& security_info,
|
||||
const std::string& frame_charset);
|
||||
|
||||
// WebKit::WebViewClient
|
||||
virtual WebView* createView(WebKit::WebFrame* creator);
|
||||
virtual WebKit::WebWidget* createPopupMenu(bool activatable);
|
||||
|
@ -99,8 +83,13 @@ class BrowserWebViewDelegate : public WebViewDelegate,
|
|||
virtual WebKit::WebString autoCorrectWord(
|
||||
const WebKit::WebString& misspelled_word);
|
||||
virtual void showSpellingUI(bool show);
|
||||
virtual bool isShowingSpellingUI();
|
||||
virtual void updateSpellingUIWithMisspelledWord(
|
||||
const WebKit::WebString& word);
|
||||
virtual bool runFileChooser(
|
||||
bool multi_select, const WebKit::WebString& title,
|
||||
const WebKit::WebString& initial_value,
|
||||
WebKit::WebFileChooserCompletion* chooser_completion);
|
||||
virtual void runModalAlertDialog(
|
||||
WebKit::WebFrame* frame, const WebKit::WebString& message);
|
||||
virtual bool runModalConfirmDialog(
|
||||
|
@ -110,6 +99,8 @@ class BrowserWebViewDelegate : public WebViewDelegate,
|
|||
const WebKit::WebString& default_value, WebKit::WebString* actual_value);
|
||||
virtual bool runModalBeforeUnloadDialog(
|
||||
WebKit::WebFrame* frame, const WebKit::WebString& message);
|
||||
virtual void showContextMenu(
|
||||
WebKit::WebFrame* frame, const WebKit::WebContextMenuData& data);
|
||||
virtual void setStatusText(const WebKit::WebString& text);
|
||||
virtual void setMouseOverURL(const WebKit::WebURL& url);
|
||||
virtual void setToolTipText(
|
||||
|
@ -124,6 +115,7 @@ class BrowserWebViewDelegate : public WebViewDelegate,
|
|||
virtual int historyBackListCount();
|
||||
virtual int historyForwardListCount();
|
||||
virtual void didAddHistoryItem();
|
||||
virtual void didUpdateInspectorSettings();
|
||||
|
||||
// WebKit::WebWidgetClient
|
||||
virtual void didInvalidateRect(const WebKit::WebRect& rect);
|
||||
|
@ -154,8 +146,8 @@ class BrowserWebViewDelegate : public WebViewDelegate,
|
|||
WebKit::WebNavigationPolicy);
|
||||
virtual WebKit::WebNavigationPolicy decidePolicyForNavigation(
|
||||
WebKit::WebFrame*, const WebKit::WebURLRequest&,
|
||||
WebKit::WebNavigationType, WebKit::WebNavigationPolicy default_policy,
|
||||
bool isRedirect);
|
||||
WebKit::WebNavigationType, const WebKit::WebNode&,
|
||||
WebKit::WebNavigationPolicy default_policy, bool isRedirect);
|
||||
virtual void willSubmitForm(WebKit::WebFrame*, const WebKit::WebForm&);
|
||||
virtual void willPerformClientRedirect(
|
||||
WebKit::WebFrame*, const WebKit::WebURL& from, const WebKit::WebURL& to,
|
||||
|
@ -204,8 +196,15 @@ class BrowserWebViewDelegate : public WebViewDelegate,
|
|||
virtual void didRunInsecureContent(
|
||||
WebKit::WebFrame* frame, const WebKit::WebSecurityOrigin& origin);
|
||||
virtual void didExhaustMemoryAvailableForScript(WebKit::WebFrame*);
|
||||
virtual void didCreateScriptContext(WebKit::WebFrame* frame);
|
||||
virtual void didDestroyScriptContext(WebKit::WebFrame* frame);
|
||||
virtual void didCreateIsolatedScriptContext(WebKit::WebFrame* frame);
|
||||
virtual void didChangeContentsSize(
|
||||
WebKit::WebFrame*, const WebKit::WebSize&);
|
||||
virtual void reportFindInPageMatchCount(
|
||||
int identifier, int count, bool final_update);
|
||||
virtual void reportFindInPageSelection(
|
||||
int identifier, int ordinal, const WebKit::WebRect& selection);
|
||||
|
||||
// webkit_glue::WebPluginPageDelegate
|
||||
virtual webkit_glue::WebPluginDelegate* CreatePluginDelegate(
|
||||
|
|
|
@ -18,13 +18,14 @@
|
|||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
#include "base/gfx/gdi_util.h"
|
||||
#include "base/gfx/native_widget_types.h"
|
||||
#include "app/gfx/gdi_util.h"
|
||||
#include "app/gfx/native_widget_types.h"
|
||||
#include "base/gfx/point.h"
|
||||
#include "base/message_loop.h"
|
||||
#include "base/string_util.h"
|
||||
#include "base/trace_event.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "webkit/api/public/WebContextMenuData.h"
|
||||
#include "webkit/api/public/WebCursorInfo.h"
|
||||
#include "webkit/api/public/WebFrame.h"
|
||||
#include "webkit/api/public/WebRect.h"
|
||||
|
@ -37,6 +38,7 @@
|
|||
#include "webkit/glue/plugins/webplugin_delegate_impl.h"
|
||||
#include "webkit/glue/window_open_disposition.h"
|
||||
|
||||
using WebKit::WebContextMenuData;
|
||||
using WebKit::WebCursorInfo;
|
||||
using WebKit::WebFrame;
|
||||
using WebKit::WebNavigationPolicy;
|
||||
|
@ -244,23 +246,10 @@ static void AddMenuSeparator(HMENU menu, int index)
|
|||
InsertMenuItem(menu, index, TRUE, &mii);
|
||||
}
|
||||
|
||||
void BrowserWebViewDelegate::ShowContextMenu(
|
||||
WebView* webview,
|
||||
ContextNodeType node_type,
|
||||
int x,
|
||||
int y,
|
||||
const GURL& link_url,
|
||||
const GURL& image_url,
|
||||
const GURL& page_url,
|
||||
const GURL& frame_url,
|
||||
const ContextMenuMediaParams& media_params,
|
||||
const std::wstring& selection_text,
|
||||
const std::wstring& misspelled_word,
|
||||
int edit_flags,
|
||||
const std::string& security_info,
|
||||
const std::string& frame_charset) {
|
||||
|
||||
POINT screen_pt = { x, y };
|
||||
void BrowserWebViewDelegate::showContextMenu(
|
||||
WebFrame* frame, const WebContextMenuData& data)
|
||||
{
|
||||
POINT screen_pt = { data.mousePosition.x, data.mousePosition.y };
|
||||
MapWindowPoints(browser_->GetMainWndHandle(), HWND_DESKTOP,
|
||||
&screen_pt, 1);
|
||||
|
||||
|
@ -272,34 +261,58 @@ void BrowserWebViewDelegate::ShowContextMenu(
|
|||
bool old_state = MessageLoop::current()->NestableTasksAllowed();
|
||||
MessageLoop::current()->SetNestableTasksAllowed(true);
|
||||
|
||||
int edit_flags = data.editFlags;
|
||||
if(browser_->UIT_CanGoBack())
|
||||
edit_flags |= MENU_CAN_GO_BACK;
|
||||
if(browser_->UIT_CanGoForward())
|
||||
edit_flags |= MENU_CAN_GO_FORWARD;
|
||||
|
||||
int type_flags = MENUTYPE_NONE;
|
||||
if(!data.pageURL.isEmpty())
|
||||
type_flags |= MENUTYPE_PAGE;
|
||||
if(!data.frameURL.isEmpty())
|
||||
type_flags |= MENUTYPE_FRAME;
|
||||
if(!data.linkURL.isEmpty())
|
||||
type_flags |= MENUTYPE_LINK;
|
||||
if(data.mediaType == WebContextMenuData::MediaTypeImage)
|
||||
type_flags |= MENUTYPE_IMAGE;
|
||||
if(!data.selectedText.isEmpty())
|
||||
type_flags |= MENUTYPE_SELECTION;
|
||||
if(data.isEditable)
|
||||
type_flags |= MENUTYPE_EDITABLE;
|
||||
if(data.isSpellCheckingEnabled && !data.misspelledWord.isEmpty())
|
||||
type_flags |= MENUTYPE_MISSPELLED_WORD;
|
||||
if(data.mediaType == WebContextMenuData::MediaTypeVideo)
|
||||
type_flags |= MENUTYPE_VIDEO;
|
||||
if(data.mediaType == WebContextMenuData::MediaTypeAudio)
|
||||
type_flags |= MENUTYPE_AUDIO;
|
||||
|
||||
CefRefPtr<CefHandler> handler = browser_->GetHandler();
|
||||
if(handler.get()) {
|
||||
// Gather menu information
|
||||
CefHandler::MenuInfo menuInfo;
|
||||
std::wstring linkstr, imagestr, pagestr, framestr, securitystr;
|
||||
std::wstring linkStr, imageStr, pageStr, frameStr;
|
||||
std::wstring selectedTextStr, misspelledWordStr, securityInfoStr;
|
||||
|
||||
linkstr = UTF8ToWide(link_url.spec().c_str());
|
||||
imagestr = UTF8ToWide(image_url.spec().c_str());
|
||||
pagestr = UTF8ToWide(page_url.spec().c_str());
|
||||
framestr = UTF8ToWide(frame_url.spec().c_str());
|
||||
securitystr = UTF8ToWide(security_info);
|
||||
linkStr = UTF16ToWideHack(data.linkURL.spec().utf16());
|
||||
imageStr = UTF16ToWideHack(data.srcURL.spec().utf16());
|
||||
pageStr = UTF16ToWideHack(data.pageURL.spec().utf16());
|
||||
frameStr = UTF16ToWideHack(data.frameURL.spec().utf16());
|
||||
selectedTextStr = UTF16ToWideHack(data.selectedText);
|
||||
misspelledWordStr = UTF16ToWideHack(data.misspelledWord);
|
||||
securityInfoStr = UTF16ToWideHack(data.securityInfo.utf16());
|
||||
|
||||
menuInfo.typeFlags = node_type.type;
|
||||
menuInfo.typeFlags = type_flags;
|
||||
menuInfo.x = screen_pt.x;
|
||||
menuInfo.y = screen_pt.y;
|
||||
menuInfo.linkUrl = linkstr.c_str();
|
||||
menuInfo.imageUrl = imagestr.c_str();
|
||||
menuInfo.pageUrl = pagestr.c_str();
|
||||
menuInfo.frameUrl = framestr.c_str();
|
||||
menuInfo.selectionText = selection_text.c_str();
|
||||
menuInfo.misspelledWord = misspelled_word.c_str();
|
||||
menuInfo.linkUrl = linkStr.c_str();
|
||||
menuInfo.imageUrl = imageStr.c_str();
|
||||
menuInfo.pageUrl = pageStr.c_str();
|
||||
menuInfo.frameUrl = frameStr.c_str();
|
||||
menuInfo.selectionText = selectedTextStr.c_str();
|
||||
menuInfo.misspelledWord = misspelledWordStr.c_str();
|
||||
menuInfo.editFlags = edit_flags;
|
||||
menuInfo.securityInfo = securitystr.c_str();
|
||||
menuInfo.securityInfo = securityInfoStr.c_str();
|
||||
|
||||
// Notify the handler that a context menu is requested
|
||||
CefHandler::RetVal rv = handler->HandleBeforeMenu(browser_, menuInfo);
|
||||
|
@ -308,30 +321,29 @@ void BrowserWebViewDelegate::ShowContextMenu(
|
|||
}
|
||||
|
||||
// Build the correct default context menu
|
||||
if (node_type.type & ContextNodeType::EDITABLE) {
|
||||
if (type_flags & MENUTYPE_EDITABLE) {
|
||||
menu = CreatePopupMenu();
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_UNDO, L"Undo",
|
||||
!!(edit_flags & ContextNodeType::CAN_UNDO), label_list);
|
||||
!!(edit_flags & WebContextMenuData::CanUndo), label_list);
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_REDO, L"Redo",
|
||||
!!(edit_flags & ContextNodeType::CAN_REDO), label_list);
|
||||
!!(edit_flags & WebContextMenuData::CanRedo), label_list);
|
||||
AddMenuSeparator(menu, -1);
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_CUT, L"Cut",
|
||||
!!(edit_flags & ContextNodeType::CAN_CUT), label_list);
|
||||
!!(edit_flags & WebContextMenuData::CanCut), label_list);
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_COPY, L"Copy",
|
||||
!!(edit_flags & ContextNodeType::CAN_COPY), label_list);
|
||||
!!(edit_flags & WebContextMenuData::CanCopy), label_list);
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_PASTE, L"Paste",
|
||||
!!(edit_flags & ContextNodeType::CAN_PASTE), label_list);
|
||||
!!(edit_flags & WebContextMenuData::CanPaste), label_list);
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_DELETE, L"Delete",
|
||||
!!(edit_flags & ContextNodeType::CAN_DELETE), label_list);
|
||||
!!(edit_flags & WebContextMenuData::CanDelete), label_list);
|
||||
AddMenuSeparator(menu, -1);
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_SELECTALL, L"Select All",
|
||||
!!(edit_flags & MENU_CAN_SELECT_ALL), label_list);
|
||||
} else if(node_type.type & ContextNodeType::SELECTION) {
|
||||
} else if(type_flags & MENUTYPE_SELECTION) {
|
||||
menu = CreatePopupMenu();
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_COPY, L"Copy",
|
||||
!!(edit_flags & ContextNodeType::CAN_COPY), label_list);
|
||||
} else if(node_type.type &
|
||||
(ContextNodeType::PAGE | ContextNodeType::FRAME)) {
|
||||
!!(edit_flags & WebContextMenuData::CanCopy), label_list);
|
||||
} else if(type_flags & (MENUTYPE_PAGE | MENUTYPE_FRAME)) {
|
||||
menu = CreatePopupMenu();
|
||||
AddMenuItem(browser_, menu, -1, MENU_ID_NAV_BACK, L"Back",
|
||||
browser_->UIT_CanGoBack(), label_list);
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "../include/cef_nplugin.h"
|
||||
|
||||
#include "base/command_line.h"
|
||||
#include "base/icu_util.h"
|
||||
#include "base/i18n/icu_util.h"
|
||||
#include "base/path_service.h"
|
||||
#include "base/rand_util.h"
|
||||
#include "base/resource_util.h"
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
#define _CONTEXT_H
|
||||
|
||||
#include "../include/cef.h"
|
||||
#include "app/gfx/native_widget_types.h"
|
||||
#include "base/at_exit.h"
|
||||
#include "base/message_loop.h"
|
||||
#include "base/stats_table.h"
|
||||
#include "base/gfx/native_widget_types.h"
|
||||
#include "webkit/glue/webpreferences.h"
|
||||
|
||||
class BrowserWebKitInit;
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
#include <winspool.h>
|
||||
|
||||
#include "base/file_util.h"
|
||||
#include "base/i18n/time_formatting.h"
|
||||
#include "base/message_loop.h"
|
||||
#include "base/time.h"
|
||||
#include "base/time_format.h"
|
||||
#include "skia/ext/platform_device_win.h"
|
||||
|
||||
using base::Time;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "base/clipboard.h"
|
||||
#include "app/clipboard/clipboard.h"
|
||||
#include "base/lazy_instance.h"
|
||||
#include "base/string16.h"
|
||||
#include "googleurl/src/gurl.h"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "webview_host.h"
|
||||
#include "browser_webview_delegate.h"
|
||||
|
||||
#include "base/gfx/platform_canvas.h"
|
||||
#include "base/gfx/rect.h"
|
||||
#include "base/gfx/size.h"
|
||||
#include "base/win_util.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#define _WEBVIEW_HOST_H
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/gfx/native_widget_types.h"
|
||||
#include "app/gfx/native_widget_types.h"
|
||||
#include "base/gfx/rect.h"
|
||||
#include "webwidget_host.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include "webwidget_host.h"
|
||||
|
||||
#include "base/gfx/platform_canvas.h"
|
||||
#include "base/gfx/rect.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/win_util.h"
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#define _WEBWIDGET_HOST_H
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "base/gfx/native_widget_types.h"
|
||||
#include "base/gfx/platform_canvas.h"
|
||||
#include "app/gfx/native_widget_types.h"
|
||||
#include "base/gfx/rect.h"
|
||||
#include "base/scoped_ptr.h"
|
||||
#include "skia/ext/platform_canvas.h"
|
||||
|
|
|
@ -6,29 +6,29 @@
|
|||
<ToolFiles/>
|
||||
<Configurations>
|
||||
<Configuration CharacterSet="1" ConfigurationType="4" InheritedPropertySheets="" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Debug|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BasicRuntimeChecks="3" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="1" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BasicRuntimeChecks="3" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="1" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG;_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="2" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="4" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Release|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NVALGRIND"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="4" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Purify|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="false" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="0" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="false" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeLibrary="0" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;PURIFY;NO_TCMALLOC"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll" EnableCOMDATFolding="1" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" SubSystem="1" TargetMachine="1"/>
|
||||
</Configuration>
|
||||
<Configuration CharacterSet="1" ConfigurationType="4" InheritedPropertySheets="..\build\release.vsprops" IntermediateDirectory="$(OutDir)\obj\$(ProjectName)" Name="Release - no tcmalloc|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)">
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC"/>
|
||||
<Tool AdditionalIncludeDirectories="..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" AdditionalOptions="/MP" BufferSecurityCheck="true" DebugInformationFormat="3" DisableSpecificWarnings="4396;4503;4819" EnableFunctionLevelLinking="true" ExceptionHandling="0" MinimalRebuild="false" Name="VCCLCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC" ProgramDataBaseFileName="$(IntDir)\$(ProjectName)\vc80.pdb" RuntimeTypeInfo="false" WarnAsError="true" WarningLevel="3"/>
|
||||
<Tool AdditionalIncludeDirectories="..;..\third_party\WebKit\WebCore\dom;..\third_party\icu\public\common;..\third_party\icu\public\i18n;.;..;..\breakpad\src;$(OutDir)\obj\global_intermediate\net;..\sdch\open-vcdiff\src;..\skia\config;..\third_party\skia\include\core;..\third_party\skia\include\effects;..\skia\ext;..\third_party\bzip2;..\third_party\ffmpeg\include;..\third_party\ffmpeg\include\win;..\third_party\libjpeg;..\third_party\libpng;..\third_party\libxslt;..\third_party\WebKit\JavaScriptCore;..\third_party\WebKit\JavaScriptCore\wtf;..\third_party\WebKit\JavaScriptCore\os-win32;..\webkit\build\JavaScriptCore;$(OutDir)\obj\global_intermediate\webkit;$(OutDir)\obj\global_intermediate\webkit\bindings;..\third_party\WebKit\WebCore;..\third_party\WebKit\WebCore\accessibility;..\third_party\WebKit\WebCore\accessibility\chromium;..\third_party\WebKit\WebCore\bindings\v8;..\third_party\WebKit\WebCore\bindings\v8\custom;..\third_party\WebKit\WebCore\bridge;..\third_party\WebKit\WebCore\css;..\third_party\WebKit\WebCore\dom\default;..\third_party\WebKit\WebCore\editing;..\third_party\WebKit\WebCore\history;..\third_party\WebKit\WebCore\html;..\third_party\WebKit\WebCore\html\canvas;..\third_party\WebKit\WebCore\inspector;..\third_party\WebKit\WebCore\loader;..\third_party\WebKit\WebCore\loader\appcache;..\third_party\WebKit\WebCore\loader\archive;..\third_party\WebKit\WebCore\loader\icon;..\third_party\WebKit\WebCore\notifications;..\third_party\WebKit\WebCore\page;..\third_party\WebKit\WebCore\page\animation;..\third_party\WebKit\WebCore\page\chromium;..\third_party\WebKit\WebCore\platform;..\third_party\WebKit\WebCore\platform\animation;..\third_party\WebKit\WebCore\platform\chromium;..\third_party\WebKit\WebCore\platform\graphics;..\third_party\WebKit\WebCore\platform\graphics\chromium;..\third_party\WebKit\WebCore\platform\graphics\opentype;..\third_party\WebKit\WebCore\platform\graphics\skia;..\third_party\WebKit\WebCore\platform\graphics\transforms;..\third_party\WebKit\WebCore\platform\image-decoders;..\third_party\WebKit\WebCore\platform\image-decoders\bmp;..\third_party\WebKit\WebCore\platform\image-decoders\gif;..\third_party\WebKit\WebCore\platform\image-decoders\ico;..\third_party\WebKit\WebCore\platform\image-decoders\jpeg;..\third_party\WebKit\WebCore\platform\image-decoders\png;..\third_party\WebKit\WebCore\platform\image-decoders\skia;..\third_party\WebKit\WebCore\platform\image-decoders\xbm;..\third_party\WebKit\WebCore\platform\image-encoders\skia;..\third_party\WebKit\WebCore\platform\mock;..\third_party\WebKit\WebCore\platform\network;..\third_party\WebKit\WebCore\platform\network\chromium;..\third_party\WebKit\WebCore\platform\sql;..\third_party\WebKit\WebCore\platform\text;..\third_party\WebKit\WebCore\plugins;..\third_party\WebKit\WebCore\rendering;..\third_party\WebKit\WebCore\rendering\style;..\third_party\WebKit\WebCore\storage;..\third_party\WebKit\WebCore\svg;..\third_party\WebKit\WebCore\svg\animation;..\third_party\WebKit\WebCore\svg\graphics;..\third_party\WebKit\WebCore\websockets;..\third_party\WebKit\WebCore\workers;..\third_party\WebKit\WebCore\xml;..\third_party\WebKit\WebCore\page\win;..\third_party\WebKit\WebCore\platform\graphics\win;..\third_party\WebKit\WebCore\platform\text\win;..\third_party\WebKit\WebCore\platform\win;..\third_party\npapi;..\third_party\npapi\bindings;..\v8\include;..\third_party\zlib;..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir)\VC\atlmfc\include" Culture="1033" Name="VCResourceCompilerTool" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0;__STDC_FORMAT_MACROS;CHROMIUM_BUILD;BUILDING_CEF_SHARED;U_STATIC_IMPLEMENTATION;CHROME_PNG_WRITE_SUPPORT;PNG_USER_CONFIG;LIBXSLT_STATIC;ENABLE_3D_CANVAS=0;ENABLE_CHANNEL_MESSAGING=1;ENABLE_DATABASE=1;ENABLE_DATAGRID=0;ENABLE_OFFLINE_WEB_APPLICATIONS=1;ENABLE_DASHBOARD_SUPPORT=0;ENABLE_DOM_STORAGE=1;ENABLE_JAVASCRIPT_DEBUGGER=0;ENABLE_JSC_MULTIPLE_THREADS=0;ENABLE_ICONDATABASE=0;ENABLE_NOTIFICATIONS=0;ENABLE_ORIENTATION_EVENTS=0;ENABLE_XSLT=1;ENABLE_XPATH=1;ENABLE_SHARED_WORKERS=0;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_WEB_SOCKETS=1;ENABLE_WORKERS=1;BUILDING_CHROMIUM__=1;USE_SYSTEM_MALLOC=1;__STD_C;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;CRASH=__debugbreak;NDEBUG;NO_TCMALLOC"/>
|
||||
<Tool DLLDataFileName="dlldata.c" GenerateStublessProxies="true" HeaderFileName="$(InputName).h" InterfaceIdentifierFileName="$(InputName)_i.c" Name="VCMIDLTool" OutputDirectory="$(IntDir)" ProxyFileName="$(InputName)_p.c" TypeLibraryName="$(InputName).tlb"/>
|
||||
<Tool AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/ignore:4221" Name="VCLibrarianTool" OutputFile="$(OutDir)\lib\$(ProjectName).lib"/>
|
||||
<Tool AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib dbghelp.lib" AdditionalLibraryDirectories="../third_party/platformsdk_win2008_6_1/files/Lib" AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:4221 /nxcompat" DelayLoadDLLs="dbghelp.dll;dwmapi.dll;uxtheme.dll" FixedBaseAddress="1" GenerateDebugInformation="true" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" LinkIncremental="1" MapFileName="$(OutDir)\$(TargetName).map" Name="VCLinkerTool" SubSystem="1" TargetMachine="1"/>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#define _CEF_TEST_SUITE_H
|
||||
|
||||
#include "build/build_config.h"
|
||||
#include "base/test_suite.h"
|
||||
#include "base/test/test_suite.h"
|
||||
#include "include/cef.h"
|
||||
|
||||
class CefTestSuite : public TestSuite {
|
||||
|
|
Loading…
Reference in New Issue