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

Unified Diff: media/build/media.vcproj

Issue 57002: Switching media to gyp under windows. (Closed) Base URL: svn://chrome-svn.corp.google.com/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome.sln ('k') | media/build/media_player.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/build/media.vcproj
===================================================================
--- media/build/media.vcproj (revision 12759)
+++ media/build/media.vcproj (working copy)
@@ -1,331 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="media"
- ProjectGUID="{6AE76406-B03B-11DD-94B1-80B556D89593}"
- RootNamespace="media"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="base"
- >
- <File
- RelativePath="..\base\buffers.h"
- >
- </File>
- <File
- RelativePath="..\base\data_buffer.cc"
- >
- </File>
- <File
- RelativePath="..\base\data_buffer.h"
- >
- </File>
- <File
- RelativePath="..\base\factory.h"
- >
- </File>
- <File
- RelativePath="..\base\filter_host.h"
- >
- </File>
- <File
- RelativePath="..\base\filter_host_impl.cc"
- >
- </File>
- <File
- RelativePath="..\base\filter_host_impl.h"
- >
- </File>
- <File
- RelativePath="..\base\filters.h"
- >
- </File>
- <File
- RelativePath="..\base\media_format.cc"
- >
- </File>
- <File
- RelativePath="..\base\media_format.h"
- >
- </File>
- <File
- RelativePath="..\base\pipeline.h"
- >
- </File>
- <File
- RelativePath="..\base\pipeline_impl.cc"
- >
- </File>
- <File
- RelativePath="..\base\pipeline_impl.h"
- >
- </File>
- <File
- RelativePath="..\base\synchronizer.cc"
- >
- </File>
- <File
- RelativePath="..\base\synchronizer.h"
- >
- </File>
- <File
- RelativePath="..\base\video_frame_impl.cc"
- >
- </File>
- <File
- RelativePath="..\base\video_frame_impl.h"
- >
- </File>
- <File
- RelativePath="..\base\yuv_convert.cc"
- >
- </File>
- <File
- RelativePath="..\base\yuv_convert.h"
- >
- </File>
- </Filter>
- <Filter
- Name="filters"
- >
- <File
- RelativePath="..\filters\audio_renderer_base.cc"
- >
- </File>
- <File
- RelativePath="..\filters\audio_renderer_base.h"
- >
- </File>
- <File
- RelativePath="..\filters\audio_renderer_impl.cc"
- >
- </File>
- <File
- RelativePath="..\filters\audio_renderer_impl.h"
- >
- </File>
- <File
- RelativePath="..\filters\decoder_base.h"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_audio_decoder.cc"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_audio_decoder.h"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_common.cc"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_common.h"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_demuxer.cc"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_demuxer.h"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_glue.cc"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_glue.h"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_video_decoder.cc"
- >
- </File>
- <File
- RelativePath="..\filters\ffmpeg_video_decoder.h"
- >
- </File>
- <File
- RelativePath="..\filters\file_data_source.cc"
- >
- </File>
- <File
- RelativePath="..\filters\file_data_source.h"
- >
- </File>
- <File
- RelativePath="..\filters\null_audio_renderer.cc"
- >
- </File>
- <File
- RelativePath="..\filters\null_audio_renderer.h"
- >
- </File>
- <File
- RelativePath="..\filters\test_video_decoder.h"
- >
- </File>
- <File
- RelativePath="..\filters\video_renderer_base.cc"
- >
- </File>
- <File
- RelativePath="..\filters\video_renderer_base.h"
- >
- </File>
- </Filter>
- <Filter
- Name="audio"
- >
- <File
- RelativePath="..\audio\win\audio_manager_win.h"
- >
- </File>
- <File
- RelativePath="..\audio\audio_output.h"
- >
- </File>
- <File
- RelativePath="..\audio\win\audio_output_win.cc"
- >
- </File>
- <File
- RelativePath="..\audio\simple_sources.h"
- >
- </File>
- <File
- RelativePath="..\audio\win\simple_sources_win.cc"
- >
- </File>
- <File
- RelativePath="..\audio\win\waveout_output_win.cc"
- >
- </File>
- <File
- RelativePath="..\audio\win\waveout_output_win.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
« no previous file with comments | « chrome/chrome.sln ('k') | media/build/media_player.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698