Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # 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.
| |
| 2 # necessary to run bisect-build.py script. | |
| 3 | |
| 4 CHROME_REQUIRED_FILES = [ | |
| 5 'locales', | |
| 6 'default_apps', | |
| 7 'PepperFlash', | |
| 8 'chrome', | |
| 9 'resources.pak', | |
| 10 'icudtl.dat', | |
| 11 'libwidevinecdm.so', | |
| 12 'nacl_irt_x86_64.nexe', | |
| 13 'nacl_helper', | |
| 14 'chrome_200_percent.pak', | |
| 15 'snapshot_blob.bin', | |
| 16 'chrome_100_percent.pak', | |
| 17 'natives_blob.bin', | |
| 18 'xdg-mime', | |
| 19 'nacl_helper_bootstrap', | |
| 20 'xdg-settings', | |
| 21 'product_logo_48.png' | |
| 22 ] | |
| OLD | NEW |