| Index: tools/dartium/archive.py
|
| diff --git a/tools/dartium/archive.py b/tools/dartium/archive.py
|
| index 458d2ebf6f5d683e01f10d5a68343d7c6829794a..0394728f6fc26d3f869766418fbc34f7f03bc1f0 100755
|
| --- a/tools/dartium/archive.py
|
| +++ b/tools/dartium/archive.py
|
| @@ -20,7 +20,8 @@ if HOST_OS == 'mac':
|
| elif HOST_OS == 'linux':
|
| CONTENTSHELL_FILES = ['content_shell', 'content_shell.pak', 'fonts.conf',
|
| 'libffmpegsumo.so', 'libosmesa.so', 'lib',
|
| - 'icudtl.dat']
|
| + 'icudtl.dat', 'AHEM____.TTF', 'GardinerModBug.ttf',
|
| + 'GardinerModCat.ttf']
|
| CHROMEDRIVER_FILES = ['chromedriver']
|
| elif HOST_OS == 'win':
|
| # TODO: provide proper list.
|
|
|