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

Side by Side Diff: chrome/browser/debugger/debugger.vcproj

Issue 21540: Add developer tools message forwarding to browser (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/debugger/debugger.scons ('k') | chrome/browser/debugger/dev_tools_view.h » ('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="debugger" 5 Name="debugger"
6 ProjectGUID="{57823D8C-A317-4713-9125-2C91FDFD12D6}" 6 ProjectGUID="{57823D8C-A317-4713-9125-2C91FDFD12D6}"
7 RootNamespace="debugger" 7 RootNamespace="debugger"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 > 206 >
207 </File> 207 </File>
208 <File 208 <File
209 RelativePath=".\debugger_wrapper.cc" 209 RelativePath=".\debugger_wrapper.cc"
210 > 210 >
211 </File> 211 </File>
212 <File 212 <File
213 RelativePath=".\debugger_wrapper.h" 213 RelativePath=".\debugger_wrapper.h"
214 > 214 >
215 </File> 215 </File>
216 <File
217 RelativePath=".\dev_tools_view.cc"
218 >
219 </File>
220 <File
221 RelativePath=".\dev_tools_view.h"
222 >
223 </File>
224 <File
225 RelativePath=".\dev_tools_window.cc"
226 >
227 </File>
228 <File
229 RelativePath=".\dev_tools_window.h"
230 >
231 </File>
216 </Files> 232 </Files>
217 <Globals> 233 <Globals>
218 </Globals> 234 </Globals>
219 </VisualStudioProject> 235 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/debugger/debugger.scons ('k') | chrome/browser/debugger/dev_tools_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698