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

Side by Side Diff: scripts/slave/recipe_modules/archive/perf_test_files.py

Issue 2128613005: Archive Linux perf builds for manual bisect (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: removed unzip_strip_zip, code style change Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 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?
2 'locales',
3 'default_apps',
4 'PepperFlash',
5 'chrome',
6 'resources.pak',
7 'icudtl.dat',
8 'libwidevinecdm.so',
9 'nacl_irt_x86_64.nexe',
10 'nacl_helper',
11 'chrome_200_percent.pak',
12 'snapshot_blob.bin',
13 'chrome_100_percent.pak',
14 'natives_blob.bin',
15 'xdg-mime',
16 'nacl_helper_bootstrap',
17 'xdg-settings',
18 'product_logo_48.png'
19 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698