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..2e96b08c6acebb7558bdc08e4a642686f1302821 |
| --- /dev/null |
| +++ b/scripts/slave/recipe_modules/archive/perf_test_files.py |
| @@ -0,0 +1,19 @@ |
| +FILES = [ |
|
dimu1
2016/07/11 17:47:09
Add some comments abt what the files for.
stgao
2016/07/11 19:04:27
Maybe use a more self-explained name for what thes
miimnk
2016/07/11 22:08:47
Done.
miimnk
2016/07/11 22:08:47
Would CHROME_REQUIRED_FILES be ok?
|
| + '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' |
| +] |