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

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: 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 # 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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698