From 0eea311e290ddc6dd58dee228d92083e46162a47 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Sat, 8 Feb 2014 00:14:23 +0000 Subject: [PATCH] Windows: Add missing icudt.dll dependency to make_distrib.py. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1604 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tools/make_distrib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/make_distrib.py b/tools/make_distrib.py index bc0b05274..edad94c0b 100644 --- a/tools/make_distrib.py +++ b/tools/make_distrib.py @@ -493,6 +493,7 @@ if platform == 'windows': binaries = [ 'd3dcompiler_46.dll', 'ffmpegsumo.dll', + 'icudt.dll', 'libcef.dll', 'libEGL.dll', 'libGLESv2.dll',