Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Unified Diff: tools/dartium/archive.py

Issue 2875773003: Roll 50: Updated for push to origin/master. (Closed)
Patch Set: Roll 50: Updated to latest Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/dartium/archive.py
diff --git a/tools/dartium/archive.py b/tools/dartium/archive.py
index b499f027d9999cb1abd325b6baf2c8b9e72c804b..93eae4e5a2479049e18a75d5fb84d1ef8b494d48 100755
--- a/tools/dartium/archive.py
+++ b/tools/dartium/archive.py
@@ -19,9 +19,10 @@ if HOST_OS == 'mac':
CHROMEDRIVER_FILES = ['chromedriver']
elif HOST_OS == 'linux':
CONTENTSHELL_FILES = ['content_shell', 'content_shell.pak', 'fonts.conf',
- 'libffmpegsumo.so', 'libosmesa.so', 'lib',
- 'icudtl.dat', 'AHEM____.TTF', 'GardinerModBug.ttf',
- 'GardinerModCat.ttf', 'natives_blob.bin']
+ 'libblink_test_plugin.so', 'libffmpegsumo.so',
+ 'libosmesa.so', 'lib', 'icudtl.dat', 'AHEM____.TTF',
+ 'GardinerModBug.ttf', 'GardinerModCat.ttf',
+ 'natives_blob.bin']
CHROMEDRIVER_FILES = ['chromedriver']
elif HOST_OS == 'win':
# TODO: provide proper list.

Powered by Google App Engine
This is Rietveld 408576698