From 3f06d0ef51ac661335532a304490a0ac9471ac3f Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 19 Mar 2009 01:35:36 +0000 Subject: Uses FFmpeg in chrome/renderer - Have chrome/renderer to use FFmpeg - Added using_media.vsprops to all affected projects that depends on chrome/renderer. - Added lib path "$(OutDir)\lib" to essential.vsprops Review URL: http://codereview.chromium.org/48118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12071 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/profiles/generate_profile.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/tools') diff --git a/chrome/tools/profiles/generate_profile.vcproj b/chrome/tools/profiles/generate_profile.vcproj index 49973f5..7c148be 100644 --- a/chrome/tools/profiles/generate_profile.vcproj +++ b/chrome/tools/profiles/generate_profile.vcproj @@ -18,7 +18,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;..\..\..\skia\using_skia.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\ffmpeg\using_ffmpeg.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;..\..\..\skia\using_skia.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -83,7 +83,7 @@ <Configuration Name="Release|Win32" ConfigurationType="1" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;..\..\..\skia\using_skia.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;..\..\..\third_party\ffmpeg\using_ffmpeg.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;..\..\..\skia\using_skia.vsprops" > <Tool Name="VCPreBuildEventTool" -- cgit v1.1