Chromium Code Reviews| Index: scripts/slave/recipe_modules/blimp/__init__.py |
| diff --git a/scripts/slave/recipe_modules/skia_swarming/__init__.py b/scripts/slave/recipe_modules/blimp/__init__.py |
| similarity index 75% |
| copy from scripts/slave/recipe_modules/skia_swarming/__init__.py |
| copy to scripts/slave/recipe_modules/blimp/__init__.py |
| index 16c8b67c9c7839f00b1bc0de045edf8df7a4afe7..27a6cb7f25b5b6dd50fa9f4192e8ea99f3dac9c2 100644 |
| --- a/scripts/slave/recipe_modules/skia_swarming/__init__.py |
| +++ b/scripts/slave/recipe_modules/blimp/__init__.py |
| @@ -3,13 +3,12 @@ |
| # found in the LICENSE file. |
| DEPS = [ |
| - 'file', |
| - 'isolate', |
| + 'chromium', |
| + 'chromium_android', |
| + 'gsutil', |
|
mikecase (-- gone --)
2016/10/15 00:05:37
Doesnt look like you are using gsutil module
shenghuazhang
2016/10/17 23:22:07
Done.
|
| 'recipe_engine/json', |
| 'recipe_engine/path', |
| + 'recipe_engine/properties', |
| 'recipe_engine/python', |
| - 'recipe_engine/raw_io', |
| 'recipe_engine/step', |
|
mikecase (-- gone --)
2016/10/15 00:05:37
A lot of these DEPS you are not using. Delete all
shenghuazhang
2016/10/17 23:22:07
Done.
|
| - 'swarming', |
| - 'swarming_client', |
| -] |
| +] |