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

Side by Side Diff: chrome/app/chrome_binaries.vsprops

Issue 48118: Uses FFmpeg in chrome/renderer (Closed)
Patch Set: cleanup 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 | « build/internal/essential.vsprops ('k') | chrome/renderer/webmediaplayer_delegate_impl.cc » ('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 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="chrome_binaries" 5 Name="chrome_binaries"
6 » InheritedPropertySheets="$(SolutionDir)..\breakpad\using_breakpad.vsprop s;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir). .\third_party\libxslt\build\using_libxslt.vsprops;$(SolutionDir)..\skia\using_sk ia.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDi r)..\tools\grit\build\using_generated_resources.vsprops;$(SolutionDir)third_part y\wtl\using_wtl.vsprops" 6 » InheritedPropertySheets="$(SolutionDir)..\third_party\ffmpeg\using_ffmpe g.vsprops;$(SolutionDir)..\breakpad\using_breakpad.vsprops;$(SolutionDir)..\thir d_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\b uild\using_libxslt.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDi r)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\tools\grit\build\u sing_generated_resources.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops "
7 > 7 >
8 <Tool 8 <Tool
9 Name="VCLinkerTool" 9 Name="VCLinkerTool"
10 DelayLoadDLLs="crypt32.dll;cryptui.dll;winhttp.dll;wininet.dll;w sock32.dll;winspool.drv;comdlg32.dll;imagehlp.dll;psapi.dll;urlmon.dll;imm32.dll " 10 DelayLoadDLLs="crypt32.dll;cryptui.dll;winhttp.dll;wininet.dll;w sock32.dll;winspool.drv;comdlg32.dll;imagehlp.dll;psapi.dll;urlmon.dll;imm32.dll "
11 SubSystem="2" 11 SubSystem="2"
12 BaseAddress="0x3C800000" 12 BaseAddress="0x3C800000"
13 /> 13 />
14 <Tool 14 <Tool
15 Name="VCResourceCompilerTool" 15 Name="VCResourceCompilerTool"
16 AdditionalIncludeDirectories="$(IntDir);$(SolutionDir);$(IntDir) \.." 16 AdditionalIncludeDirectories="$(IntDir);$(SolutionDir);$(IntDir) \.."
17 /> 17 />
18 </VisualStudioPropertySheet> 18 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « build/internal/essential.vsprops ('k') | chrome/renderer/webmediaplayer_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698