Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index c8e6bdaec1e94657c67029a09532819f62e1a106..93ce7ff41f43f3e44650280ed32b1cc78d0182c3 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -854,6 +854,14 @@ hooks = [ |
| 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'], |
| }, |
| { |
| + # Pull doclava binaries if building for Android. |
| + 'name': 'doclava', |
| + 'pattern': '.', |
| + 'action': ['python', |
| + 'src/build/android/download_doclava.py', |
| + ], |
| + }, |
| + { |
| # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 'name': 'gyp', |
| 'pattern': '.', |