diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/download_baselines.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/download_baselines.py b/tools/download_baselines.py index 21047f2d8e..60c13e7f19 100644 --- a/tools/download_baselines.py +++ b/tools/download_baselines.py @@ -144,14 +144,14 @@ def Main(options, args): # svn ls http://skia-autogen.googlecode.com/svn/gm-actual | grep ^base | sort >/tmp/actual # comm -1 -2 /tmp/baselines /tmp/actual args = [ + 'gm/base-android-galaxy-nexus', + 'gm/base-android-nexus-7', 'gm/base-android-nexus-s', 'gm/base-android-xoom', - 'gm/base-linux', 'gm/base-macmini', 'gm/base-macmini-lion-float', - 'gm/base-shuttle_ubuntu12_ati5770', 'gm/base-shuttle-win7-intel-float', - 'gm/base-win', + 'gm/base-shuttle_ubuntu12_ati5770', ] # Trim all subdir names. |