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

Side by Side Diff: media/build/media.vcproj

Issue 42029: Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests. (Closed)
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
« no previous file with comments | « media/base/pipeline.h ('k') | media/build/media_unittests.vcproj » ('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="media" 5 Name="media"
6 ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}" 6 ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}"
7 RootNamespace="media" 7 RootNamespace="media"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
11 <Platform 11 <Platform
12 Name="Win32" 12 Name="Win32"
13 /> 13 />
14 </Platforms> 14 </Platforms>
15 <ToolFiles> 15 <ToolFiles>
16 </ToolFiles> 16 </ToolFiles>
17 <Configurations> 17 <Configurations>
18 <Configuration 18 <Configuration
19 Name="Debug|Win32" 19 Name="Debug|Win32"
20 ConfigurationType="4" 20 ConfigurationType="4"
21 » » » InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props" 21 » » » InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops"
22 > 22 >
23 <Tool 23 <Tool
24 Name="VCPreBuildEventTool" 24 Name="VCPreBuildEventTool"
25 /> 25 />
26 <Tool 26 <Tool
27 Name="VCCustomBuildTool" 27 Name="VCCustomBuildTool"
28 /> 28 />
29 <Tool 29 <Tool
30 Name="VCXMLDataGeneratorTool" 30 Name="VCXMLDataGeneratorTool"
31 /> 31 />
(...skipping 30 matching lines...) Expand all
62 <Tool 62 <Tool
63 Name="VCFxCopTool" 63 Name="VCFxCopTool"
64 /> 64 />
65 <Tool 65 <Tool
66 Name="VCPostBuildEventTool" 66 Name="VCPostBuildEventTool"
67 /> 67 />
68 </Configuration> 68 </Configuration>
69 <Configuration 69 <Configuration
70 Name="Release|Win32" 70 Name="Release|Win32"
71 ConfigurationType="4" 71 ConfigurationType="4"
72 » » » InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops" 72 » » » InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops"
73 > 73 >
74 <Tool 74 <Tool
75 Name="VCPreBuildEventTool" 75 Name="VCPreBuildEventTool"
76 /> 76 />
77 <Tool 77 <Tool
78 Name="VCCustomBuildTool" 78 Name="VCCustomBuildTool"
79 /> 79 />
80 <Tool 80 <Tool
81 Name="VCXMLDataGeneratorTool" 81 Name="VCXMLDataGeneratorTool"
82 /> 82 />
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 </File> 206 </File>
207 <File 207 <File
208 RelativePath="..\filters\audio_renderer_impl.cc" 208 RelativePath="..\filters\audio_renderer_impl.cc"
209 > 209 >
210 </File> 210 </File>
211 <File 211 <File
212 RelativePath="..\filters\audio_renderer_impl.h" 212 RelativePath="..\filters\audio_renderer_impl.h"
213 > 213 >
214 </File> 214 </File>
215 <File 215 <File
216 RelativePath="..\filters\ffmpeg_common.cc"
217 >
218 </File>
219 <File
220 RelativePath="..\filters\ffmpeg_common.h"
221 >
222 </File>
223 <File
224 RelativePath="..\filters\ffmpeg_demuxer.cc"
225 >
226 </File>
227 <File
228 RelativePath="..\filters\ffmpeg_demuxer.h"
229 >
230 </File>
231 <File
232 RelativePath="..\filters\ffmpeg_glue.cc"
233 >
234 </File>
235 <File
236 RelativePath="..\filters\ffmpeg_glue.h"
237 >
238 </File>
239 <File
216 RelativePath="..\filters\file_data_source.cc" 240 RelativePath="..\filters\file_data_source.cc"
217 > 241 >
218 </File> 242 </File>
219 <File 243 <File
220 RelativePath="..\filters\file_data_source.h" 244 RelativePath="..\filters\file_data_source.h"
221 > 245 >
222 </File> 246 </File>
223 <File 247 <File
224 RelativePath="..\filters\video_renderer_base.cc" 248 RelativePath="..\filters\video_renderer_base.cc"
225 > 249 >
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 </File> 291 </File>
268 <File 292 <File
269 RelativePath="..\audio\win\waveout_output_win.h" 293 RelativePath="..\audio\win\waveout_output_win.h"
270 > 294 >
271 </File> 295 </File>
272 </Filter> 296 </Filter>
273 </Files> 297 </Files>
274 <Globals> 298 <Globals>
275 </Globals> 299 </Globals>
276 </VisualStudioProject> 300 </VisualStudioProject>
OLDNEW
« no previous file with comments | « media/base/pipeline.h ('k') | media/build/media_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698