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

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

Issue 27168: IPC messages and changes to ResourceLoaderBridge to support resource loading for media (Closed)
Patch Set: add mac/linux build and fixed unit test failures 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/browser/browser.scons ('k') | chrome/browser/profile.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="browser" 5 Name="browser"
6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" 6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}"
7 RootNamespace="Browser" 7 RootNamespace="Browser"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 1996 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 </File> 2007 </File>
2008 <File 2008 <File
2009 RelativePath=".\renderer_host\download_throttlin g_resource_handler.cc" 2009 RelativePath=".\renderer_host\download_throttlin g_resource_handler.cc"
2010 > 2010 >
2011 </File> 2011 </File>
2012 <File 2012 <File
2013 RelativePath=".\renderer_host\download_throttlin g_resource_handler.h" 2013 RelativePath=".\renderer_host\download_throttlin g_resource_handler.h"
2014 > 2014 >
2015 </File> 2015 </File>
2016 <File 2016 <File
2017 RelativePath=".\renderer_host\media_resource_han dler.cc"
2018 >
2019 </File>
2020 <File
2021 RelativePath=".\renderer_host\media_resource_han dler.h"
2022 >
2023 </File>
2024 <File
2017 RelativePath=".\renderer_host\render_process_hos t.cc" 2025 RelativePath=".\renderer_host\render_process_hos t.cc"
2018 > 2026 >
2019 </File> 2027 </File>
2020 <File 2028 <File
2021 RelativePath=".\renderer_host\render_process_hos t.h" 2029 RelativePath=".\renderer_host\render_process_hos t.h"
2022 > 2030 >
2023 </File> 2031 </File>
2024 <File 2032 <File
2025 RelativePath=".\renderer_host\render_view_host.c c" 2033 RelativePath=".\renderer_host\render_view_host.c c"
2026 > 2034 >
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
2515 > 2523 >
2516 </File> 2524 </File>
2517 <File 2525 <File
2518 RelativePath=".\toolbar_model.h" 2526 RelativePath=".\toolbar_model.h"
2519 > 2527 >
2520 </File> 2528 </File>
2521 </Files> 2529 </Files>
2522 <Globals> 2530 <Globals>
2523 </Globals> 2531 </Globals>
2524 </VisualStudioProject> 2532 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/browser/browser.scons ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698