Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index d3f060c643381849d1dbbc900837e7423d71c23d..10ff84d31364bc65f0d29673b338eaaa6406213e 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -537,6 +537,16 @@ hooks = [ |
| ], |
| }, |
| { |
| + # Ensure the host environment has the necessary packages required to build |
| + # Chromium. |
| + 'name': 'check_build_deps', |
| + 'pattern': '.', |
| + 'action': [ |
| + 'python', |
| + 'src/build/check-build-deps.py', |
| + ], |
| + }, |
| + { |
| # Ensure that while generating dependencies lists in .gyp files we don't |
| # accidentally reference any .pyc files whose corresponding .py files have |
| # already been deleted. |