From 4e7fed09a9788e6782c95388c2895dd76497e7f0 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Thu, 19 Mar 2009 01:47:06 +0000 Subject: Fixed build bustage due to r12071 Added missing delayload entries to chrome/app/chrome.dll.deps. TBR=maruel Review URL: http://codereview.chromium.org/48172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12072 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome.dll.deps | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/app') diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index aa32be6..c87f48d 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -29,4 +29,7 @@ delay_loaded = [ 'dwmapi.dll', 'COMDLG32.dll', 'urlmon.dll', + 'avutil-49.dll', + 'avformat-52.dll', + 'avcodec-52.dll', ] -- cgit v1.1