mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
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:
parent
0184cf0eca
commit
501b3fef12
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue