| Index: scripts/slave/recipes/run_presubmit.py | 
| diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py | 
| index 592eb8f0442b61f28f1389c36a946015ea39d017..e104f4c60a5bde4cb5740da72392f76112377467 100644 | 
| --- a/scripts/slave/recipes/run_presubmit.py | 
| +++ b/scripts/slave/recipes/run_presubmit.py | 
| @@ -91,7 +91,7 @@ def GenTests(api): | 
| # TODO(machenbach): This uses the same tryserver for all repos, which doesn't | 
| # reflect reality (cosmetical problem only). | 
| for repo_name in ['blink', 'chromium', 'v8', 'nacl', 'naclports', 'gyp', | 
| -                    'build', 'depot_tools', 'chrome_golo']: | 
| +                    'build', 'depot_tools', 'skia', 'chrome_golo']: | 
| yield ( | 
| api.test(repo_name) + | 
| api.properties.tryserver( | 
|  |