diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 01:35:36 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 01:35:36 +0000 |
commit | 3f06d0ef51ac661335532a304490a0ac9471ac3f (patch) | |
tree | c94fd7c0806370900cc82a490aefad4f0816c603 /chrome/tools | |
parent | ad62ee74ff76d3abd4486260792134af0035ec4e (diff) | |
download | chromium_src-3f06d0ef51ac661335532a304490a0ac9471ac3f.zip chromium_src-3f06d0ef51ac661335532a304490a0ac9471ac3f.tar.gz chromium_src-3f06d0ef51ac661335532a304490a0ac9471ac3f.tar.bz2 |
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
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/profiles/generate_profile.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
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" |