Chromium Code Reviews| 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..2a8a00a9e8466285068b6f947c27e217468ff7f2 |
| --- /dev/null |
| +++ b/scripts/slave/recipe_modules/archive/perf_test_files.py |
| @@ -0,0 +1,22 @@ |
| +# The below is the list of files from Chrome perf Linux builds |
|
stgao
2016/07/12 20:40:40
nit: missing a file header.
Comments are usually
miimnk
2016/07/13 01:12:48
Done.
|
| +# necessary to run bisect-build.py script. |
| + |
| +CHROME_REQUIRED_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' |
| +] |