| Index: scripts/slave/recipe_modules/gae_sdk/__init__.py
|
| diff --git a/scripts/slave/recipe_modules/chromedriver/__init__.py b/scripts/slave/recipe_modules/gae_sdk/__init__.py
|
| similarity index 58%
|
| copy from scripts/slave/recipe_modules/chromedriver/__init__.py
|
| copy to scripts/slave/recipe_modules/gae_sdk/__init__.py
|
| index aeeeca45dfcac9b7e5c1bdce89dfe500fd32197f..806ceba045c4dd2e75da317eeae212e79d1da894 100644
|
| --- a/scripts/slave/recipe_modules/chromedriver/__init__.py
|
| +++ b/scripts/slave/recipe_modules/gae_sdk/__init__.py
|
| @@ -3,17 +3,10 @@
|
| # found in the LICENSE file.
|
|
|
| DEPS = [
|
| - 'chromium',
|
| - 'file',
|
| + 'depot_tools/cipd',
|
| 'gsutil',
|
| - 'zip',
|
| - 'recipe_engine/json',
|
| 'recipe_engine/path',
|
| 'recipe_engine/platform',
|
| - 'recipe_engine/properties',
|
| - 'recipe_engine/python',
|
| 'recipe_engine/raw_io',
|
| - 'recipe_engine/shutil',
|
| - 'recipe_engine/step',
|
| - 'recipe_engine/tempfile',
|
| + 'zip',
|
| ]
|
|
|