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

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

Issue 88047: Buffered data source that does range request to provide data to media pipelin... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 > 138 >
139 <File 139 <File
140 RelativePath=".\media\audio_renderer_impl.cc" 140 RelativePath=".\media\audio_renderer_impl.cc"
141 > 141 >
142 </File> 142 </File>
143 <File 143 <File
144 RelativePath=".\media\audio_renderer_impl.h" 144 RelativePath=".\media\audio_renderer_impl.h"
145 > 145 >
146 </File> 146 </File>
147 <File 147 <File
148 RelativePath=".\media\buffered_data_source.cc"
149 >
150 </File>
151 <File
152 RelativePath=".\media\buffered_data_source.h"
153 >
154 </File>
155 <File
148 RelativePath=".\media\data_source_impl.cc" 156 RelativePath=".\media\data_source_impl.cc"
149 > 157 >
150 </File> 158 </File>
151 <File 159 <File
152 RelativePath=".\media\data_source_impl.h" 160 RelativePath=".\media\data_source_impl.h"
153 > 161 >
154 </File> 162 </File>
155 <File 163 <File
156 RelativePath=".\media\video_renderer_impl.cc" 164 RelativePath=".\media\video_renderer_impl.cc"
157 > 165 >
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 > 450 >
443 </File> 451 </File>
444 <File 452 <File
445 RelativePath=".\webworker_proxy.h" 453 RelativePath=".\webworker_proxy.h"
446 > 454 >
447 </File> 455 </File>
448 </Files> 456 </Files>
449 <Globals> 457 <Globals>
450 </Globals> 458 </Globals>
451 </VisualStudioProject> 459 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/renderer/media/buffered_data_source.cc ('k') | chrome/renderer/webmediaplayer_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698