From 4ca4e4d93de615dd2ce5a4c5f442bd7760b0951c Mon Sep 17 00:00:00 2001 From: "jungshik@google.com" Date: Tue, 30 Dec 2008 18:59:47 +0000 Subject: Change build-related files to use Windows SDK 6.1 instead of Windows SDK 6.0. SDK upgrade is necessary to support dynamic/webfont because SDK 6.0 does not have t2embapi.h and t2embed.lib. SDK 6.1 is compatible with WIn XP and VS 2005 or later. FYI: http://codereview.chromium.org/14084/show is the CL for adding web/dynamic font support. Review URL: http://codereview.chromium.org/14908 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7500 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/chrome.dll.deps | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome') diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index e493f2b..34a1a70 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -28,4 +28,5 @@ delay_loaded = [ 'dwmapi.dll', 'COMDLG32.dll', 'urlmon.dll', + 't2embed.dll', ] -- cgit v1.1