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

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

Issue 20015: Make it easier to create new IPC channel types (i.e. renderer/plugin). Inste... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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/common/common.scons ('k') | chrome/common/ipc_fuzzing_tests.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="common" 5 Name="common"
6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}" 6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}"
7 RootNamespace="common" 7 RootNamespace="common"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 </File> 278 </File>
279 <File 279 <File
280 RelativePath=".\ipc_sync_message.cc" 280 RelativePath=".\ipc_sync_message.cc"
281 > 281 >
282 </File> 282 </File>
283 <File 283 <File
284 RelativePath=".\ipc_sync_message.h" 284 RelativePath=".\ipc_sync_message.h"
285 > 285 >
286 </File> 286 </File>
287 <File 287 <File
288 RelativePath=".\plugin_messages.cc"
289 >
290 </File>
291 <File
292 RelativePath=".\plugin_messages.h" 288 RelativePath=".\plugin_messages.h"
293 > 289 >
294 </File> 290 </File>
295 <File 291 <File
296 RelativePath=".\plugin_messages_internal.h" 292 RelativePath=".\plugin_messages_internal.h"
297 > 293 >
298 </File> 294 </File>
299 <File 295 <File
300 RelativePath=".\render_messages.cc"
301 >
302 </File>
303 <File
304 RelativePath=".\render_messages.h" 296 RelativePath=".\render_messages.h"
305 > 297 >
306 </File> 298 </File>
307 <File 299 <File
308 RelativePath=".\render_messages_internal.h" 300 RelativePath=".\render_messages_internal.h"
309 > 301 >
310 </File> 302 </File>
311 </Filter> 303 </Filter>
312 <Filter 304 <Filter
313 Name="extensions" 305 Name="extensions"
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 > 750 >
759 </File> 751 </File>
760 <File 752 <File
761 RelativePath=".\worker_thread_ticker.h" 753 RelativePath=".\worker_thread_ticker.h"
762 > 754 >
763 </File> 755 </File>
764 </Files> 756 </Files>
765 <Globals> 757 <Globals>
766 </Globals> 758 </Globals>
767 </VisualStudioProject> 759 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/common/common.scons ('k') | chrome/common/ipc_fuzzing_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698