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

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

Issue 11603: I'm removing logging.h/.cc from wow_helper.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « sandbox/wow_helper/wow_helper.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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
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" 181 Name="base"
182 > 182 >
183 <File 183 <File
184 RelativePath="..\..\base\logging.cc"
185 >
186 </File>
187 <File
188 RelativePath="..\..\base\logging.h"
189 >
190 </File>
191 <File
192 RelativePath="..\..\base\scoped_ptr.h" 184 RelativePath="..\..\base\scoped_ptr.h"
193 > 185 >
194 </File> 186 </File>
195 </Filter> 187 </Filter>
196 <Filter 188 <Filter
197 Name="sandbox" 189 Name="sandbox"
198 > 190 >
199 <File 191 <File
200 RelativePath="..\src\nt_internals.h" 192 RelativePath="..\src\nt_internals.h"
201 > 193 >
(...skipping 20 matching lines...) Expand all
222 > 214 >
223 </File> 215 </File>
224 <File 216 <File
225 RelativePath=".\wow_helper.cc" 217 RelativePath=".\wow_helper.cc"
226 > 218 >
227 </File> 219 </File>
228 </Files> 220 </Files>
229 <Globals> 221 <Globals>
230 </Globals> 222 </Globals>
231 </VisualStudioProject> 223 </VisualStudioProject>
OLDNEW
« no previous file with comments | « sandbox/wow_helper/wow_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698