Add icudtl.dat file to content shell bundle on windows

R=whesse@google.com
BUG=379813

Review URL: https://codereview.chromium.org//1108873002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45429 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2015-04-27 18:31:58 +00:00
parent 0184cf0eca
commit 501b3fef12

View file

@ -25,7 +25,7 @@ elif HOST_OS == 'linux':
CHROMEDRIVER_FILES = ['chromedriver']
elif HOST_OS == 'win':
# TODO: provide proper list.
CONTENTSHELL_FILES = ['content_shell.exe', 'AHEM____.ttf']
CONTENTSHELL_FILES = ['content_shell.exe', 'AHEM____.ttf', 'icudtl.dat', ]
CHROMEDRIVER_FILES = ['chromedriver.exe']
else:
raise Exception('Unsupported platform')