Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: sandbox/win/src/sandbox.vcproj

Issue 2306933002: Remove wow_helper. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sandbox/win/sandbox_win.gypi ('k') | sandbox/win/wow_helper.sln » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="sandbox" 5 Name="sandbox"
6 ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}" 6 ProjectGUID="{881F6A97-D539-4C48-B401-DF04385B2343}"
7 RootNamespace="sandbox" 7 RootNamespace="sandbox"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 /> 57 />
58 <Tool 58 <Tool
59 Name="VCXDCMakeTool" 59 Name="VCXDCMakeTool"
60 /> 60 />
61 <Tool 61 <Tool
62 Name="VCBscMakeTool" 62 Name="VCBscMakeTool"
63 /> 63 />
64 <Tool 64 <Tool
65 Name="VCFxCopTool" 65 Name="VCFxCopTool"
66 /> 66 />
67 <Tool
68 Name="VCPostBuildEventTool"
69 Description="Copy wow_helper to output directory "
70 CommandLine="copy $(ProjectDir)\..\wow_helper\wo w_helper.exe $(OutDir) &amp;&amp; copy $(ProjectDir)\..\wow_helper\wow_helper.pd b $(OutDir)"
71 />
72 </Configuration> 67 </Configuration>
73 <Configuration 68 <Configuration
74 Name="Release|Win32" 69 Name="Release|Win32"
75 ConfigurationType="4" 70 ConfigurationType="4"
76 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gte st.vsprops" 71 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\testing\using_gte st.vsprops"
77 > 72 >
78 <Tool 73 <Tool
79 Name="VCPreBuildEventTool" 74 Name="VCPreBuildEventTool"
80 /> 75 />
81 <Tool 76 <Tool
(...skipping 29 matching lines...) Expand all
111 /> 106 />
112 <Tool 107 <Tool
113 Name="VCXDCMakeTool" 108 Name="VCXDCMakeTool"
114 /> 109 />
115 <Tool 110 <Tool
116 Name="VCBscMakeTool" 111 Name="VCBscMakeTool"
117 /> 112 />
118 <Tool 113 <Tool
119 Name="VCFxCopTool" 114 Name="VCFxCopTool"
120 /> 115 />
121 <Tool
122 Name="VCPostBuildEventTool"
123 Description="Copy wow_helper to output directory "
124 CommandLine="copy $(ProjectDir)\..\wow_helper\wo w_helper.exe $(OutDir) &amp;&amp; copy $(ProjectDir)\..\wow_helper\wow_helper.pd b $(OutDir)"
125 />
126 </Configuration> 116 </Configuration>
127 </Configurations> 117 </Configurations>
128 <References> 118 <References>
129 </References> 119 </References>
130 <Files> 120 <Files>
131 <Filter 121 <Filter
132 Name="security" 122 Name="security"
133 > 123 >
134 <File 124 <File
135 RelativePath=".\acl.cc" 125 RelativePath=".\acl.cc"
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 > 639 >
650 </File> 640 </File>
651 <File 641 <File
652 RelativePath=".\win_utils.h" 642 RelativePath=".\win_utils.h"
653 > 643 >
654 </File> 644 </File>
655 </Files> 645 </Files>
656 <Globals> 646 <Globals>
657 </Globals> 647 </Globals>
658 </VisualStudioProject> 648 </VisualStudioProject>
OLDNEW
« no previous file with comments | « sandbox/win/sandbox_win.gypi ('k') | sandbox/win/wow_helper.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698