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

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

Issue 1849323003: Convert //sandbox to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixup nonsfi_sandbox_unittest.cc Created 4 years, 8 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/wow_helper/service64_resolver.cc ('k') | no next file » | 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="wow_helper" 5 Name="wow_helper"
6 ProjectGUID="{BCF3A457-39F1-4DAA-9A65-93CFCD559036}" 6 ProjectGUID="{BCF3A457-39F1-4DAA-9A65-93CFCD559036}"
7 RootNamespace="wow_helper" 7 RootNamespace="wow_helper"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 /> 171 />
172 <Tool 172 <Tool
173 Name="VCPostBuildEventTool" 173 Name="VCPostBuildEventTool"
174 /> 174 />
175 </Configuration> 175 </Configuration>
176 </Configurations> 176 </Configurations>
177 <References> 177 <References>
178 </References> 178 </References>
179 <Files> 179 <Files>
180 <Filter 180 <Filter
181 Name="base"
182 >
183 <File
184 RelativePath="..\..\base\scoped_ptr.h"
185 >
186 </File>
187 </Filter>
188 <Filter
189 Name="sandbox" 181 Name="sandbox"
190 > 182 >
191 <File 183 <File
192 RelativePath="..\src\nt_internals.h" 184 RelativePath="..\src\nt_internals.h"
193 > 185 >
194 </File> 186 </File>
195 <File 187 <File
196 RelativePath="..\src\resolver.h" 188 RelativePath="..\src\resolver.h"
197 > 189 >
198 </File> 190 </File>
(...skipping 15 matching lines...) Expand all
214 > 206 >
215 </File> 207 </File>
216 <File 208 <File
217 RelativePath=".\wow_helper.cc" 209 RelativePath=".\wow_helper.cc"
218 > 210 >
219 </File> 211 </File>
220 </Files> 212 </Files>
221 <Globals> 213 <Globals>
222 </Globals> 214 </Globals>
223 </VisualStudioProject> 215 </VisualStudioProject>
OLDNEW
« no previous file with comments | « sandbox/win/wow_helper/service64_resolver.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698