DumpRenderTree.vcxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project
  3. DefaultTargets="Build"
  4. ToolsVersion="4.0"
  5. xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  6. <ItemGroup
  7. Label="ProjectConfigurations">
  8. <ProjectConfiguration
  9. Include="Debug|PSVita">
  10. <Configuration>Debug</Configuration>
  11. <Platform>PSVita</Platform>
  12. </ProjectConfiguration>
  13. <ProjectConfiguration
  14. Include="Release|PSVita">
  15. <Configuration>Release</Configuration>
  16. <Platform>PSVita</Platform>
  17. </ProjectConfiguration>
  18. </ItemGroup>
  19. <PropertyGroup
  20. Label="Globals">
  21. <ProjectGuid>{66EC1CC4-B840-47E3-9579-BECB7FC30377}</ProjectGuid>
  22. <RootNamespace>DumpRenderTree</RootNamespace>
  23. </PropertyGroup>
  24. <Import
  25. Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"
  26. />
  27. <PropertyGroup
  28. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'"
  29. Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. </PropertyGroup>
  32. <PropertyGroup
  33. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'"
  34. Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. </PropertyGroup>
  37. <Import
  38. Project="$(VCTargetsPath)\Microsoft.Cpp.props"
  39. />
  40. <ImportGroup
  41. Label="ExtensionSettings">
  42. </ImportGroup>
  43. <ImportGroup
  44. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'"
  45. Label="PropertySheets">
  46. <Import
  47. Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  48. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  49. Label="LocalAppDataPlatform"
  50. />
  51. </ImportGroup>
  52. <ImportGroup
  53. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'"
  54. Label="PropertySheets">
  55. <Import
  56. Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
  57. Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
  58. Label="LocalAppDataPlatform"
  59. />
  60. </ImportGroup>
  61. <PropertyGroup
  62. Label="UserMacros"
  63. />
  64. <PropertyGroup>
  65. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  66. <OutDir
  67. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">$(Configuration)\</OutDir>
  68. <IntDir
  69. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">$(Configuration)\</IntDir>
  70. <ExtensionsToDeleteOnClean
  71. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">*.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
  72. <OutDir
  73. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">$(Configuration)\</OutDir>
  74. <IntDir
  75. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">$(Configuration)\</IntDir>
  76. <ExtensionsToDeleteOnClean
  77. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">*.obj;*.d;*.map;*.lst;*.pch;$(TargetPath);$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
  78. <TargetName
  79. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">$(ProjectName)</TargetName>
  80. <TargetName
  81. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">$(ProjectName)</TargetName>
  82. </PropertyGroup>
  83. <ItemDefinitionGroup
  84. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">
  85. <CustomBuildStep>
  86. <Command>copy /y "..\..\..\..\testapp\psp2\paf-filtering-app\vsh-lowlayer\module\PSP2_Debug\vita_jsextobj.suprx" "$(TargetDir)"
  87. copy /y "..\..\..\..\testapp\psp2\paf-filtering-app\vsh-lowlayer\module\PSP2_Debug\jx_web_filtering.suprx" "$(TargetDir)"
  88. copy /y "..\..\..\..\dist\module\PSP2_Debug\ScePsp2Compat.uprx" "$(TargetDir)"
  89. copy /y "..\..\..\..\dist\module\PSP2_Debug\ScePsp2Compat.suprx" "$(TargetDir)"
  90. copy /y "..\..\..\..\dist\module\PSP2_Debug\SceWebKitModule.uprx" "$(TargetDir)"
  91. copy /y "..\..\..\..\dist\module\PSP2_Debug\SceWebKitModule.suprx" "$(TargetDir)"
  92. copy /y "DumpRenderTree.modlist" "$(TargetDir)DumpRenderTree.modlist"
  93. </Command>
  94. <Inputs>..\..\..\..\dist\module\PSP2_Debug\psp2-module.suprx;%(Inputs)</Inputs>
  95. <Outputs>$(TargetDir)SceWebKit.suprx;%(Outputs)</Outputs>
  96. </CustomBuildStep>
  97. <ClCompile>
  98. <AdditionalOptions>--multibyte_chars -Xssp=strong %(AdditionalOptions)</AdditionalOptions>
  99. <AdditionalIncludeDirectories>..\..\..\..\dist\include\webkit-1.0;..\..\..\..\dist\include;..\..\..\..\libmanx\dist\include;..\..\..\..\psp2\dist\include\psp2-compat;..\..\..\..\psp2\dist\include\cairo;..\..\..\..\psp2\dist\include\;$(SCE_PSP2_SDK_DIR)\target\include_common;$(SCE_PSP2_SDK_DIR)\target\include;$(SCE_PSP2_SDK_DIR)\target;..\cairo;..\..\..\Source;..\;..\..\..\Source\WTF;..\..\..\Source\WebCore\page\;..\..\..\Source\WebCore\editing;..\..\..\Source\JavaScriptCore\API;..\..\..\Source\JavaScriptCore\ForwardingHeaders;..\..\..\Source\JavaScriptCore\runtime;..\..\..\Source\JavaScriptCore\interpreter;..\..\..\Source\JavaScriptCore;..\..\..\Source\WebCore\platform;..\..\..\Source\JavaScriptCore\assembler;..\..\..\Source\JavaScriptCore\bytecode;..\..\..\Source\JavaScriptCore\bytecompiler;..\..\..\Source\JavaScriptCore\debugger;..\..\..\Source\JavaScriptCore\dfg;..\..\..\Source\JavaScriptCore\heap;..\..\..\Source\JavaScriptCore\jit;..\..\..\Source\JavaScriptCore\jit_detached;..\..\..\Source\JavaScriptCore\llint;..\..\..\Source\JavaScriptCore\parser;..\..\..\Source\JavaScriptCore\profiler;..\..\..\Source\JavaScriptCore\tools;..\..\..\Source\JavaScriptCore\yarr;..\..\..\DerivedSources_psp2\JavaScriptCore;..\..\..\Source\WebKit\manx\WebCoreSupport;..\..\..\Source\WebCore\page\animation;..\..\..\Source\WebCore\page\scrolling;..\..\..\Source\WebCore\platform\animation;..\..\..\Source\WebCore\platform\audio;..\..\..\Source\WebCore\platform\graphics;..\..\..\Source\WebCore\platform\graphics\filters;..\..\..\Source\WebCore\platform\graphics\filters\arm;..\..\..\Source\WebCore\platform\graphics\gpu;..\..\..\Source\WebCore\platform\graphics\opengl;..\..\..\Source\WebCore\platform\graphics\opentype;..\..\..\Source\WebCore\platform\graphics\transforms;..\..\..\Source\WebCore\platform\image-decoders;..\..\..\Source\WebCore\platform\image-decoders/bmp;..\..\..\Source\WebCore\platform\image-decoders/gif;..\..\..\Source\WebCore\platform\image-decoders/ico;..\..\..\Source\WebCore\platform\image-decoders/jpeg;..\..\..\Source\WebCore\platform\image-decoders\webp;..\..\..\Source\WebCore\platform\image-decoders\png;..\..\..\Source\WebCore\platform\leveldb;..\..\..\Source\WebCore\platform\mediastream;..\..\..\Source\WebCore\platform\mock;..\..\..\Source\WebCore\platform\network;..\..\..\Source\WebCore\platform\network\manx;..\..\..\Source\WebCore\platform\sql;..\..\..\Source\WebCore\platform\text;..\..\..\Source\WebCore\platform\text\transcoder;..\..\..\Source\WebCore\loader;..\..\..\Source\WebCore\loader\appcache;..\..\..\Source\WebCore\loader\archive;..\..\..\Source\WebCore\loader\cache;..\..\..\Source\WebCore\loader\icon;..\..\..\Source\WebCore\bindings;..\..\..\Source\WebCore\bindings\generic;..\..\..\Source\WebCore\bindings\js;..\..\..\Source\WebCore\dom;..\..\..\Source\WebCore\dom\default;..\..\..\DerivedSources_psp2\WebCore;..\..\..\DerivedSources_psp2;..\..\..\Source\WebCore\rendering;..\..\..\Source\WebCore\rendering\style;..\..\..\Source\WebCore\html;..\..\..\Source\WebCore\html\canvas;..\..\..\Source\WebCore\html\parser;..\..\..\Source\WebCore\html\shadow;..\..\..\Source\WebCore\html\track;..\..\..\Source\WebCore\inspector;..\..\..\Source\WebCore\css;..\..\..\Source\WebCore\bridge;..\..\..\Source\WebCore\bridge\c;..\..\..\Source\WebCore\bridge\jni\jsc;..\..\..\Source\WebCore\bridge\jsc;..\..\..\Source\WebCore\testing;..\..\..\Source\WebCore\svg\graphics;..\..\..\Source\WebCore\platform\graphics\cairo;..\..\..\..\psp2\dist\include\freetype2;..\..\..\Source\WebCore\svg;..\..\..\Source\WebCore\svg\properties;..\..\..\Source\WebKit\manx\webkit;..\..\..\Source\WebKit\manx\TiledBuffer;$(SCE_PSP2_SDK_DIR)/../internal/include;..\..\..\Source\WebCore;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  100. <PreprocessorDefinitions>SN_TARGET_PSP2;__SNC__;__PSP2__;WTF_PLATFORM_MANX=1;WTF_USE_ICU_UNICODE=1;WTF_USE_JSVALUE32_64=1;USE_SYSTEM_MALLOC;HAVE_INTTYPES_H=1;HAVE_MEMORY_H=1;HAVE_PTHREAD_H=1;HAVE_STDBOOL_H=1;HAVE_STDINT_H=1;HAVE_STDLIB_H=1;HAVE_STRINGS_H=1;HAVE_STRING_H=1;HAVE_SYS_STAT_H=1;HAVE_SYS_TYPES_H=1;HAVE_UNISTD_H=1;HAVE_VASPRINTF=0;HAVE__BOOL=1;STDC_HEADERS=1;USE_WEBVIEW2=0;USE_LIBMPLUS=0;ENABLE_DATALIST=1;ENABLE_DIRECTORY_UPLOAD=0;ENABLE_EVENTSOURCE=0;ENABLE_FAST_MOBILE_SCROLLING=1;ENABLE_FILTERS=1;ENABLE_FULLSCREEN_API=1;ENABLE_GESTURE_EVENTS=1;ENABLE_ICONDATABASE=0;ENABLE_INPUT_SPEECH=0;ENABLE_JAVASCRIPT_DEBUGGER=1;ENABLE_JIT=0;ENABLE_NETSCAPE_PLUGIN_API=0;ENABLE_MEDIA_STATISTICS=0;ENABLE_METER_TAG=1;ENABLE_PROGRESS_TAG=1;ENABLE_REQUEST_ANIMATION_FRAME=1;ENABLE_SHADOW_DOM=1;ENABLE_SQL_DATABASE=1;ENABLE_SVG=1;ENABLE_SVG_FONTS=1;ENABLE_TOUCH_EVENTS=1;ENABLE_TOUCH_ICON_LOADING=0;ENABLE_VIEWPORT=1;ENABLE_WEB_SOCKETS=0;BUILDING_WEBKIT;_DEBUG;DISABLE_DEBUG_FONT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. <CppExceptions>false</CppExceptions>
  103. </ClCompile>
  104. <Link>
  105. <AdditionalDependencies>-lSceKernel_stub_05;-lSceNetCtl_stub;-lScePerf_stub;-lSceNet_stub;-lSceRtc_stub;-lSceTouch_stub;-lSceDbg_stub;-lSceGxm_stub;-lSceDisplay_stub;-lSceCtrl_stub;-lSceRazorCapture_stub_weak;-lSceSysmodule_stub;-lstdc++_stub;-lm_stub;-lSceSfmt19937;-lSceHttp_stub_weak;-lSceRegMgrForSDK_stub;-lWebCore;-lWebCoreDerived;-lWebCoreDom;-lWebCoreHtml;-lWebCoreSvg;-lJavaScriptCore;-lWTF;-lWebKit;-lcrypto;-lcairo;-lcurl;-lfreetype;-ljpeg;-lmanx;-lpixman-1;-lpng;-lpsp2-compat;-lsicui18n;-lsicuuc;-lsicudata;-lsqlite3;-lssl;-lxml2;-lz;-lWebCoreTestSupport;-lSceHafnium_stub_weak;-lSceAppMgr_stub_05_weak;-lc_stub_05_weak;-lSceNetInternal_stub_weak;-lSceWebFiltering_stub_weak;%(AdditionalDependencies)</AdditionalDependencies>
  106. <AdditionalLibraryDirectories>$(SCE_PSP2_SDK_DIR)/target/lib;..\..\..\..\dist\lib\PSVita_Debug;..\..\..\..\dist\lib\PSP2_Debug;..\..\..\..\psp2\dist\lib\PSVita_Debug;..\..\..\..\psp2\dist\lib\PSP2_Debug;..\..\..\..\psp2\dist\lib;..\..\..\..\libmanx\dist\lib\PSP2_Debug;$(SCE_PSP2_SDK_DIR)/../internal/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  107. </Link>
  108. <PostBuildEvent>
  109. <Command>xcopy /I /Y "$(SCE_PSP2_SDK_DIR)\target\sce_module" "$(TargetDir)\sce_module\"
  110. "..\..\..\..\tools\python\python.exe" "$(SCE_PSP2_SDK_DIR)\..\internal\bin\win32\make_self_internal.py" -input "$(TargetPath)" -output "$(TargetPath)" -index webbrowser
  111. copy /y "filelist.txt" "$(TargetDir)"
  112. xcopy /d /e /y /f "..\..\..\..\psp2\vsh\dist" "$(TargetDir)"
  113. </Command>
  114. </PostBuildEvent>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup
  117. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">
  118. <CustomBuildStep>
  119. <Command>copy /y "..\..\..\..\testapp\psp2\paf-filtering-app\vsh-lowlayer\module\PSP2_Release\vita_jsextobj.suprx" "$(TargetDir)"
  120. copy /y "..\..\..\..\testapp\psp2\paf-filtering-app\vsh-lowlayer\module\PSP2_Release\jx_web_filtering.suprx" "$(TargetDir)"
  121. copy /y "..\..\..\..\dist\module\PSP2_Release\ScePsp2Compat.uprx" "$(TargetDir)"
  122. copy /y "..\..\..\..\dist\module\PSP2_Release\ScePsp2Compat.suprx" "$(TargetDir)"
  123. copy /y "..\..\..\..\dist\module\PSP2_Release\SceWebKitModule.uprx" "$(TargetDir)"
  124. copy /y "..\..\..\..\dist\module\PSP2_Release\SceWebKitModule.suprx" "$(TargetDir)"
  125. copy /y "DumpRenderTree.modlist" "$(TargetDir)DumpRenderTree.modlist"
  126. </Command>
  127. <Inputs>..\..\..\..\dist\module\PSP2_Release\psp2-module.suprx;%(Inputs)</Inputs>
  128. <Outputs>$(TargetDir)SceWebKit.suprx;%(Outputs)</Outputs>
  129. </CustomBuildStep>
  130. <ClCompile>
  131. <AdditionalOptions>--multibyte_chars -Xssp=strong %(AdditionalOptions)</AdditionalOptions>
  132. <AdditionalIncludeDirectories>..\..\..\..\dist\include\webkit-1.0;..\..\..\..\dist\include;..\..\..\..\libmanx\dist\include;..\..\..\..\psp2\dist\include\psp2-compat;..\..\..\..\psp2\dist\include\cairo;..\..\..\..\psp2\dist\include\;$(SCE_PSP2_SDK_DIR)\target\include_common;$(SCE_PSP2_SDK_DIR)\target\include;$(SCE_PSP2_SDK_DIR)\target;..\cairo;..\..\..\Source;..\;..\..\..\Source\WTF;..\..\..\Source\WebCore\page\;..\..\..\Source\WebCore\editing;..\..\..\Source\JavaScriptCore\API;..\..\..\Source\JavaScriptCore\ForwardingHeaders;..\..\..\Source\JavaScriptCore\runtime;..\..\..\Source\JavaScriptCore\interpreter;..\..\..\Source\JavaScriptCore;..\..\..\Source\WebCore\platform;..\..\..\Source\JavaScriptCore\assembler;..\..\..\Source\JavaScriptCore\bytecode;..\..\..\Source\JavaScriptCore\bytecompiler;..\..\..\Source\JavaScriptCore\debugger;..\..\..\Source\JavaScriptCore\dfg;..\..\..\Source\JavaScriptCore\heap;..\..\..\Source\JavaScriptCore\jit;..\..\..\Source\JavaScriptCore\jit_detached;..\..\..\Source\JavaScriptCore\llint;..\..\..\Source\JavaScriptCore\parser;..\..\..\Source\JavaScriptCore\profiler;..\..\..\Source\JavaScriptCore\tools;..\..\..\Source\JavaScriptCore\yarr;..\..\..\DerivedSources_psp2\JavaScriptCore;..\..\..\Source\WebKit\manx\WebCoreSupport;..\..\..\Source\WebCore\page\animation;..\..\..\Source\WebCore\page\scrolling;..\..\..\Source\WebCore\platform\animation;..\..\..\Source\WebCore\platform\audio;..\..\..\Source\WebCore\platform\graphics;..\..\..\Source\WebCore\platform\graphics\filters;..\..\..\Source\WebCore\platform\graphics\filters\arm;..\..\..\Source\WebCore\platform\graphics\gpu;..\..\..\Source\WebCore\platform\graphics\opengl;..\..\..\Source\WebCore\platform\graphics\opentype;..\..\..\Source\WebCore\platform\graphics\transforms;..\..\..\Source\WebCore\platform\image-decoders;..\..\..\Source\WebCore\platform\image-decoders/bmp;..\..\..\Source\WebCore\platform\image-decoders/gif;..\..\..\Source\WebCore\platform\image-decoders/ico;..\..\..\Source\WebCore\platform\image-decoders/jpeg;..\..\..\Source\WebCore\platform\image-decoders\webp;..\..\..\Source\WebCore\platform\image-decoders\png;..\..\..\Source\WebCore\platform\leveldb;..\..\..\Source\WebCore\platform\mediastream;..\..\..\Source\WebCore\platform\mock;..\..\..\Source\WebCore\platform\network;..\..\..\Source\WebCore\platform\network\manx;..\..\..\Source\WebCore\platform\sql;..\..\..\Source\WebCore\platform\text;..\..\..\Source\WebCore\platform\text\transcoder;..\..\..\Source\WebCore\loader;..\..\..\Source\WebCore\loader\appcache;..\..\..\Source\WebCore\loader\archive;..\..\..\Source\WebCore\loader\cache;..\..\..\Source\WebCore\loader\icon;..\..\..\Source\WebCore\bindings;..\..\..\Source\WebCore\bindings\generic;..\..\..\Source\WebCore\bindings\js;..\..\..\Source\WebCore\dom;..\..\..\Source\WebCore\dom\default;..\..\..\DerivedSources_psp2\WebCore;..\..\..\DerivedSources_psp2;..\..\..\Source\WebCore\rendering;..\..\..\Source\WebCore\rendering\style;..\..\..\Source\WebCore\html;..\..\..\Source\WebCore\html\canvas;..\..\..\Source\WebCore\html\parser;..\..\..\Source\WebCore\html\shadow;..\..\..\Source\WebCore\html\track;..\..\..\Source\WebCore\inspector;..\..\..\Source\WebCore\css;..\..\..\Source\WebCore\bridge;..\..\..\Source\WebCore\bridge\c;..\..\..\Source\WebCore\bridge\jni\jsc;..\..\..\Source\WebCore\bridge\jsc;..\..\..\Source\WebCore\testing;..\..\..\Source\WebCore\svg\graphics;..\..\..\Source\WebCore\platform\graphics\cairo;..\..\..\..\psp2\dist\include\freetype2;..\..\..\Source\WebCore\svg;..\..\..\Source\WebCore\svg\properties;..\..\..\Source\WebKit\manx\webkit;..\..\..\Source\WebKit\manx\TiledBuffer;$(SCE_PSP2_SDK_DIR)/../internal/include;..\..\..\Source\WebCore;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  133. <PreprocessorDefinitions>SN_TARGET_PSP2;__SNC__;__PSP2__;WTF_PLATFORM_MANX=1;WTF_USE_ICU_UNICODE=1;WTF_USE_JSVALUE32_64=1;USE_SYSTEM_MALLOC;HAVE_INTTYPES_H=1;HAVE_MEMORY_H=1;HAVE_PTHREAD_H=1;HAVE_STDBOOL_H=1;HAVE_STDINT_H=1;HAVE_STDLIB_H=1;HAVE_STRINGS_H=1;HAVE_STRING_H=1;HAVE_SYS_STAT_H=1;HAVE_SYS_TYPES_H=1;HAVE_UNISTD_H=1;HAVE_VASPRINTF=0;HAVE__BOOL=1;STDC_HEADERS=1;USE_WEBVIEW2=0;USE_LIBMPLUS=0;ENABLE_DATALIST=1;ENABLE_DIRECTORY_UPLOAD=0;ENABLE_EVENTSOURCE=0;ENABLE_FAST_MOBILE_SCROLLING=1;ENABLE_FILTERS=1;ENABLE_FULLSCREEN_API=1;ENABLE_GESTURE_EVENTS=1;ENABLE_ICONDATABASE=0;ENABLE_INPUT_SPEECH=0;ENABLE_JAVASCRIPT_DEBUGGER=1;ENABLE_JIT=0;ENABLE_NETSCAPE_PLUGIN_API=0;ENABLE_MEDIA_STATISTICS=0;ENABLE_METER_TAG=1;ENABLE_PROGRESS_TAG=1;ENABLE_REQUEST_ANIMATION_FRAME=1;ENABLE_SHADOW_DOM=1;ENABLE_SQL_DATABASE=1;ENABLE_SVG=1;ENABLE_SVG_FONTS=1;ENABLE_TOUCH_EVENTS=1;ENABLE_TOUCH_ICON_LOADING=0;ENABLE_VIEWPORT=1;ENABLE_WEB_SOCKETS=0;BUILDING_WEBKIT;NDEBUG;DISABLE_DEBUG_FONT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <OptimizationLevel>Level2</OptimizationLevel>
  135. <CppExceptions>false</CppExceptions>
  136. </ClCompile>
  137. <Link>
  138. <AdditionalDependencies>-lSceKernel_stub_05;-lSceNetCtl_stub;-lScePerf_stub;-lSceNet_stub;-lSceRtc_stub;-lSceTouch_stub;-lSceDbg_stub;-lSceGxm_stub;-lSceDisplay_stub;-lSceCtrl_stub;-lSceRazorCapture_stub_weak;-lSceSysmodule_stub;-lstdc++_stub;-lm_stub;-lSceSfmt19937;-lSceHttp_stub_weak;-lSceRegMgrForSDK_stub;-lWebCore;-lWebCoreDerived;-lWebCoreDom;-lWebCoreHtml;-lWebCoreSvg;-lJavaScriptCore;-lWTF;-lWebKit;-lcrypto;-lcairo;-lcurl;-lfreetype;-ljpeg;-lmanx;-lpixman-1;-lpng;-lpsp2-compat;-lsicui18n;-lsicuuc;-lsicudata;-lsqlite3;-lssl;-lxml2;-lz;-lWebCoreTestSupport;-lSceHafnium_stub_weak;-lSceAppMgr_stub_05_weak;-lc_stub_05_weak;-lSceNetInternal_stub_weak;-lSceWebFiltering_stub_weak;%(AdditionalDependencies)</AdditionalDependencies>
  139. <AdditionalLibraryDirectories>$(SCE_PSP2_SDK_DIR)/target/lib;..\..\..\..\dist\lib\PSVita_Release;..\..\..\..\dist\lib\PSP2_Release;..\..\..\..\psp2\dist\lib\PSVita_Release;..\..\..\..\psp2\dist\lib\PSP2_Release;..\..\..\..\psp2\dist\lib;..\..\..\..\libmanx\dist\lib\PSP2_Release;$(SCE_PSP2_SDK_DIR)/../internal/lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  140. </Link>
  141. <PostBuildEvent>
  142. <Command>xcopy /I /Y "$(SCE_PSP2_SDK_DIR)\target\sce_module" "$(TargetDir)\sce_module\"
  143. "..\..\..\..\tools\python\python.exe" "$(SCE_PSP2_SDK_DIR)\..\internal\bin\win32\make_self_internal.py" -input "$(TargetPath)" -output "$(TargetPath)" -index webbrowser
  144. copy /y "filelist.txt" "$(TargetDir)"
  145. xcopy /d /e /y /f "..\..\..\..\psp2\vsh\dist" "$(TargetDir)"
  146. </Command>
  147. </PostBuildEvent>
  148. </ItemDefinitionGroup>
  149. <ItemGroup>
  150. <ClCompile
  151. Include="dummy.cpp"
  152. />
  153. <ClCompile
  154. Include="DumpRenderTree.cpp"
  155. />
  156. <ClCompile
  157. Include="..\cairo\PixelDumpSupportCairo.cpp">
  158. <ExcludedFromBuild
  159. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">true</ExcludedFromBuild>
  160. <ExcludedFromBuild
  161. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">true</ExcludedFromBuild>
  162. </ClCompile>
  163. <ClCompile
  164. Include="WebCoreSupport\DumpRenderTreeSupportManx.cpp"
  165. />
  166. <ClCompile
  167. Include="..\..\..\Source\WebCore\testing\js\WebCoreTestSupport.cpp"
  168. />
  169. <ClCompile
  170. Include="WorkQueueItemManx.cpp"
  171. />
  172. <ClCompile
  173. Include="..\AccessibilityController.cpp"
  174. />
  175. <ClCompile
  176. Include="AccessibilityControllerManx.cpp"
  177. />
  178. <ClCompile
  179. Include="..\AccessibilityTextMarker.cpp"
  180. />
  181. <ClCompile
  182. Include="..\AccessibilityUIElement.cpp"
  183. />
  184. <ClCompile
  185. Include="AccessibilityUIElementManx.cpp"
  186. />
  187. <ClCompile
  188. Include="..\GCController.cpp"
  189. />
  190. <ClCompile
  191. Include="GCControllerManx.cpp"
  192. />
  193. <ClCompile
  194. Include="..\LayoutTestController.cpp"
  195. />
  196. <ClCompile
  197. Include="LayoutTestControllerManx.cpp"
  198. />
  199. <ClCompile
  200. Include="..\CyclicRedundancyCheck.cpp">
  201. <ExcludedFromBuild
  202. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">true</ExcludedFromBuild>
  203. <ExcludedFromBuild
  204. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">true</ExcludedFromBuild>
  205. </ClCompile>
  206. <ClCompile
  207. Include="..\PixelDumpSupport.cpp">
  208. <ExcludedFromBuild
  209. Condition="'$(Configuration)|$(Platform)'=='Debug|PSVita'">true</ExcludedFromBuild>
  210. <ExcludedFromBuild
  211. Condition="'$(Configuration)|$(Platform)'=='Release|PSVita'">true</ExcludedFromBuild>
  212. </ClCompile>
  213. <ClCompile
  214. Include="..\WorkQueue.cpp"
  215. />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <ClInclude
  219. Include="dummy.h"
  220. />
  221. <ClInclude
  222. Include="DumpRenderTreeManx.h"
  223. />
  224. <ClInclude
  225. Include="..\cairo\PixelDumpSupportCairo.h"
  226. />
  227. <ClInclude
  228. Include="WebCoreSupport\DumpRenderTreeSupportManx.h"
  229. />
  230. <ClInclude
  231. Include="..\..\..\Source\WebCore\testing\js\WebCoreTestSupport.h"
  232. />
  233. <ClInclude
  234. Include="AccessibilityCallbacks.h"
  235. />
  236. <CustomBuildStep
  237. Include="..\AccessibilityController.h"
  238. />
  239. <CustomBuildStep
  240. Include="..\AccessibilityTextMarker.h"
  241. />
  242. <CustomBuildStep
  243. Include="..\AccessibilityUIElement.h"
  244. />
  245. <ClInclude
  246. Include="..\GCController.h"
  247. />
  248. <ClInclude
  249. Include="..\LayoutTestController.h"
  250. />
  251. <ClInclude
  252. Include="..\config.h"
  253. />
  254. <ClInclude
  255. Include="..\CyclicRedundancyCheck.h"
  256. />
  257. <ClInclude
  258. Include="..\DumpRenderTree.h"
  259. />
  260. <ClInclude
  261. Include="..\DumpRenderTreeFileDraggingSource.h"
  262. />
  263. <ClInclude
  264. Include="..\DumpRenderTreePrefix.h"
  265. />
  266. <ClInclude
  267. Include="..\JavaScriptThreading.h"
  268. />
  269. <CustomBuildStep
  270. Include="..\PixelDumpSupport.h"
  271. />
  272. <CustomBuildStep
  273. Include="..\StorageTrackerDelegate.h"
  274. />
  275. <ClInclude
  276. Include="..\WorkQueue.h"
  277. />
  278. <ClInclude
  279. Include="..\WorkQueueItem.h"
  280. />
  281. </ItemGroup>
  282. <Import
  283. Condition="'$(ConfigurationType)' == 'Makefile' and Exists('$(VCTargetsPath)\Platforms\$(Platform)\SCE.Makefile.$(Platform).targets')"
  284. Project="$(VCTargetsPath)\Platforms\$(Platform)\SCE.Makefile.$(Platform).targets">
  285. </Import>
  286. <Import
  287. Project="$(VCTargetsPath)\Microsoft.Cpp.targets"
  288. />
  289. <ImportGroup
  290. Label="ExtensionTargets">
  291. </ImportGroup>
  292. </Project>