| Index: scripts/slave/recipe_modules/archive/perf_test_files.py
|
| diff --git a/scripts/slave/recipe_modules/archive/perf_test_files.py b/scripts/slave/recipe_modules/archive/perf_test_files.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2e96b08c6acebb7558bdc08e4a642686f1302821
|
| --- /dev/null
|
| +++ b/scripts/slave/recipe_modules/archive/perf_test_files.py
|
| @@ -0,0 +1,19 @@
|
| +FILES = [
|
| + 'locales',
|
| + 'default_apps',
|
| + 'PepperFlash',
|
| + 'chrome',
|
| + 'resources.pak',
|
| + 'icudtl.dat',
|
| + 'libwidevinecdm.so',
|
| + 'nacl_irt_x86_64.nexe',
|
| + 'nacl_helper',
|
| + 'chrome_200_percent.pak',
|
| + 'snapshot_blob.bin',
|
| + 'chrome_100_percent.pak',
|
| + 'natives_blob.bin',
|
| + 'xdg-mime',
|
| + 'nacl_helper_bootstrap',
|
| + 'xdg-settings',
|
| + 'product_logo_48.png'
|
| +]
|
|
|