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

Side by Side Diff: chrome/app/chrome_exe.vcproj

Issue 53075: First stab at Mac breakpad support. (Closed)
Patch Set: Address John's comments Created 11 years, 9 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 | « chrome/app/chrome_dll_main.cc ('k') | chrome/app/chrome_exe_main.cc » ('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="chrome_exe" 5 Name="chrome_exe"
6 ProjectGUID="{7B219FAA-E360-43C8-B341-804A94EEFFAC}" 6 ProjectGUID="{7B219FAA-E360-43C8-B341-804A94EEFFAC}"
7 RootNamespace="chrome_exe" 7 RootNamespace="chrome_exe"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 <File 176 <File
177 RelativePath=".\chrome_exe_resource.h" 177 RelativePath=".\chrome_exe_resource.h"
178 > 178 >
179 </File> 179 </File>
180 <File 180 <File
181 RelativePath=".\chrome_exe_version.rc.version" 181 RelativePath=".\chrome_exe_version.rc.version"
182 > 182 >
183 </File> 183 </File>
184 </Filter> 184 </Filter>
185 <File 185 <File
186 » » » RelativePath=".\breakpad.cc" 186 » » » RelativePath=".\breakpad_win.cc"
187 > 187 >
188 </File> 188 </File>
189 <File 189 <File
190 » » » RelativePath=".\breakpad.h" 190 » » » RelativePath=".\breakpad_win.h"
191 > 191 >
192 </File> 192 </File>
193 <File 193 <File
194 RelativePath=".\chrome_exe_main.cc" 194 RelativePath=".\chrome_exe_main.cc"
195 > 195 >
196 </File> 196 </File>
197 <File 197 <File
198 RelativePath="..\common\chrome_switches.cc" 198 RelativePath="..\common\chrome_switches.cc"
199 > 199 >
200 </File> 200 </File>
(...skipping 22 matching lines...) Expand all
223 > 223 >
224 </File> 224 </File>
225 <File 225 <File
226 RelativePath="..\common\result_codes.h" 226 RelativePath="..\common\result_codes.h"
227 > 227 >
228 </File> 228 </File>
229 </Files> 229 </Files>
230 <Globals> 230 <Globals>
231 </Globals> 231 </Globals>
232 </VisualStudioProject> 232 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | chrome/app/chrome_exe_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698