| Index: tools/dartium/archive.py
|
| diff --git a/tools/dartium/archive.py b/tools/dartium/archive.py
|
| index 0394728f6fc26d3f869766418fbc34f7f03bc1f0..5f8bae879d82a983f6942c54d76117e56bfa7c8d 100755
|
| --- a/tools/dartium/archive.py
|
| +++ b/tools/dartium/archive.py
|
| @@ -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')
|
|
|