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

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

Issue 50009: Allow different types of devtools client (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/devtools_client_host.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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 </File> 199 </File>
200 <File 200 <File
201 RelativePath=".\debugger_wrapper.cc" 201 RelativePath=".\debugger_wrapper.cc"
202 > 202 >
203 </File> 203 </File>
204 <File 204 <File
205 RelativePath=".\debugger_wrapper.h" 205 RelativePath=".\debugger_wrapper.h"
206 > 206 >
207 </File> 207 </File>
208 <File 208 <File
209 RelativePath=".\devtools_client_host.h"
210 >
211 </File>
212 <File
209 RelativePath=".\devtools_manager.cc" 213 RelativePath=".\devtools_manager.cc"
210 > 214 >
211 </File> 215 </File>
212 <File 216 <File
213 RelativePath=".\devtools_manager.h" 217 RelativePath=".\devtools_manager.h"
214 > 218 >
215 </File> 219 </File>
216 <File 220 <File
217 RelativePath=".\devtools_view.cc" 221 RelativePath=".\devtools_view.cc"
218 > 222 >
(...skipping 11 matching lines...) Expand all
230 > 234 >
231 </File> 235 </File>
232 <File 236 <File
233 RelativePath=".\devtools_window_win.h" 237 RelativePath=".\devtools_window_win.h"
234 > 238 >
235 </File> 239 </File>
236 </Files> 240 </Files>
237 <Globals> 241 <Globals>
238 </Globals> 242 </Globals>
239 </VisualStudioProject> 243 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/debugger/debugger.scons ('k') | chrome/browser/debugger/devtools_client_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698