diff options
author | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-18 21:23:40 +0000 |
---|---|---|
committer | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-18 21:23:40 +0000 |
commit | 855cd7aa5e42b5b2c163e14dfefd22fe039127ba (patch) | |
tree | d3c6f14b84e6823cefd40a02c684bf35193161e7 /tools | |
parent | fbe9c8fbb8e74ad55694f8bb7fa5463708e94a6d (diff) |
Update download_baselines.py
No longer using *-fixed
Added Android
Review URL: https://codereview.appspot.com/6428047
git-svn-id: http://skia.googlecode.com/svn/trunk@4662 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r-- | tools/download_baselines.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/download_baselines.py b/tools/download_baselines.py index 4a4f6c9603..de235016ad 100644 --- a/tools/download_baselines.py +++ b/tools/download_baselines.py @@ -138,14 +138,12 @@ def Main(options, args): # that the user gets all of the platforms that the bots are running, # not just whatever subdirectories he happens to have checked out... args = [ + 'gm/base-android-nexus-s', + 'gm/base-android-xoom', 'gm/base-linux', - 'gm/base-linux-fixed', 'gm/base-macmini', - 'gm/base-macmini-fixed', - 'gm/base-macmini-lion-fixed', 'gm/base-macmini-lion-float', 'gm/base-win', - 'gm/base-win-fixed', ] # Trim all subdir names. |