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

Side by Side Diff: chrome/renderer/renderer.vcproj

Issue 21543: Add developer tools message handling to renderer (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/renderer/renderer.scons ('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="renderer" 5 Name="renderer"
6 ProjectGUID="{9301A569-5D2B-4D11-9332-B1E30AEACB8D}" 6 ProjectGUID="{9301A569-5D2B-4D11-9332-B1E30AEACB8D}"
7 RootNamespace="renderer" 7 RootNamespace="renderer"
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=".\debug_message_handler.cc" 201 RelativePath=".\debug_message_handler.cc"
202 > 202 >
203 </File> 203 </File>
204 <File 204 <File
205 RelativePath=".\debug_message_handler.h" 205 RelativePath=".\debug_message_handler.h"
206 > 206 >
207 </File> 207 </File>
208 <File 208 <File
209 RelativePath=".\dev_tools_agent.cc"
210 >
211 </File>
212 <File
213 RelativePath=".\dev_tools_agent.h"
214 >
215 </File>
216 <File
217 RelativePath=".\dev_tools_client.cc"
218 >
219 </File>
220 <File
221 RelativePath=".\dev_tools_client.h"
222 >
223 </File>
224 <File
225 RelativePath=".\dev_tools_messages.h"
226 >
227 </File>
228 <File
229 RelativePath=".\dev_tools_messages_internal.h"
230 >
231 </File>
232 <File
209 RelativePath=".\dom_ui_bindings.cc" 233 RelativePath=".\dom_ui_bindings.cc"
210 > 234 >
211 </File> 235 </File>
212 <File 236 <File
213 RelativePath=".\dom_ui_bindings.h" 237 RelativePath=".\dom_ui_bindings.h"
214 > 238 >
215 </File> 239 </File>
216 <File 240 <File
217 RelativePath=".\external_host_bindings.cc" 241 RelativePath=".\external_host_bindings.cc"
218 > 242 >
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 > 370 >
347 </File> 371 </File>
348 <File 372 <File
349 RelativePath=".\webplugin_delegate_proxy.h" 373 RelativePath=".\webplugin_delegate_proxy.h"
350 > 374 >
351 </File> 375 </File>
352 </Files> 376 </Files>
353 <Globals> 377 <Globals>
354 </Globals> 378 </Globals>
355 </VisualStudioProject> 379 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/renderer/renderer.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698