Chromium Code Reviews| Index: recipe_modules/depot_tools/example.py |
| diff --git a/recipe_modules/depot_tools/example.py b/recipe_modules/depot_tools/example.py |
| index 4afa8e8ee7c01611eea5430343e73c2a5c6de40e..567e096133a5eeae426728387e285850c2ed81c5 100644 |
| --- a/recipe_modules/depot_tools/example.py |
| +++ b/recipe_modules/depot_tools/example.py |
| @@ -10,5 +10,8 @@ DEPS = [ |
| def RunSteps(api): |
| api.python('gclient help', api.depot_tools.gclient_py, ['--help']) |
|
iannucci
2016/01/30 00:40:17
TODO: we should probably hide the path to the pyth
|
| + api.python( |
| + 'presubmit support!', api.depot_tools.presubmit_support, ['--commit']) |
| + |
| def GenTests(api): |
| yield api.test('basic') |