Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: MSVS/libadblockplus.vcxproj

Issue 10178013: update for MSVS libadblockplus project (Closed)
Patch Set: Created April 12, 2013, 2:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | MSVS/libadblockplus.vcxproj.filters » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: MSVS/libadblockplus.vcxproj
===================================================================
--- a/MSVS/libadblockplus.vcxproj
+++ b/MSVS/libadblockplus.vcxproj
@@ -45,7 +45,9 @@
<ImportGroup Label="PropertySheets">
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
</ImportGroup>
- <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Label="UserMacros">
+ <Python Condition=" '$(Python)' == '' ">python</Python>
+ </PropertyGroup>
<PropertyGroup>
<ExecutablePath>$(ExecutablePath);$(MSBuildProjectDirectory)\..\bin\;$(MSBuildProjectDirectory)\..\bin\</ExecutablePath>
<OutDir>..\build\$(Configuration)\</OutDir>
@@ -84,10 +86,12 @@
</Command>
</CustomBuildStep>
<PreBuildEvent>
- <Command>python ..\convert_js.py "..\lib/info.js" "..\lib/io.js" "..\lib/prefs.js" "..\lib/utils.js" "..\lib/elemHideHitRegistration.js" "..\adblockplus/lib/filterNotifier.js" "..\adblockplus/lib/filterClasses.js" "..\adblockplus/lib/subscriptionClasses.js" "..\adblockplus/lib/filterStorage.js" "..\adblockplus/lib/elemHide.js" "..\adblockplus/lib/matcher.js" "..\adblockplus/lib/filterListener.js" "..\adblockplus/lib/synchronizer.js" ..\build\Debug\obj\libadblockplus\adblockplus.js.cc</Command>
+ <Command>
+ </Command>
</PreBuildEvent>
<PreBuildEvent>
- <Message>Generating adblockplus.js.cc</Message>
+ <Message>
+ </Message>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -160,6 +164,13 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <CustomBuild Include="..\convert_js.py">
+ <FileType>Document</FileType>
+ <Command>$(PYTHON) %(Identity) "..\lib/info.js" "..\lib/io.js" "..\lib/prefs.js" "..\lib/utils.js" "..\lib/elemHideHitRegistration.js" "..\adblockplus/lib/filterNotifier.js" "..\adblockplus/lib/filterClasses.js" "..\adblockplus/lib/subscriptionClasses.js" "..\adblockplus/lib/filterStorage.js" "..\adblockplus/lib/elemHide.js" "..\adblockplus/lib/matcher.js" "..\adblockplus/lib/filterListener.js" "..\adblockplus/lib/synchronizer.js" $(IntDir)adblockplus.js.cc</Command>
+ <Outputs>%(IntDir)adblockplus.js.cc</Outputs>
+ <AdditionalInputs>..\lib\info.js;..\lib\io.js;..\lib\prefs.js;..\lib\utils.js;..\lib\elemHideHitRegistration.js;..\adblockplus\lib\filterNotifier.js;..\adblockplus\lib\filterClasses.js;..\adblockplus\lib\subscriptionClasses.js;..\adblockplus\lib\filterStorage.js;..\adblockplus\lib\elemHide.js;..\adblockplus\lib\matcher.js;..\adblockplus\lib\filterListener.js;..\adblockplus\lib\synchronizer.js</AdditionalInputs>
+ <LinkObjects>false</LinkObjects>
+ </CustomBuild>
<None Include="..\libadblockplus.gyp" />
<None Include="..\lib\utils.js">
<ExcludedFromBuild>true</ExcludedFromBuild>
@@ -213,6 +224,8 @@
<ClCompile Include="..\src\ConsoleJsObject.cpp" />
<ClCompile Include="..\src\ErrorCallback.cpp" />
<ClCompile Include="..\src\Thread.cpp" />
+ <ClCompile Include="..\src\WebRequest.cpp" />
+ <ClCompile Include="..\src\WebRequestJsObject.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="third_party\v8\tools\gyp\v8.vcxproj">
@@ -220,6 +233,12 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\src\ConsoleJsObject.h" />
+ <ClInclude Include="..\src\GlobalJsObject.h" />
+ <ClInclude Include="..\src\Thread.h" />
+ <ClInclude Include="..\src\WebRequestJsObject.h" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>
« no previous file with comments | « no previous file | MSVS/libadblockplus.vcxproj.filters » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld