| Index: recipes/chromium.py
|
| diff --git a/recipes/chromium.py b/recipes/chromium.py
|
| index 6416ee0bbd7a4b1240e7a04acd2132a018906499..ccadd1f4fe1fe9d71d6bf8cbc54c0626374ed833 100644
|
| --- a/recipes/chromium.py
|
| +++ b/recipes/chromium.py
|
| @@ -31,6 +31,8 @@ class Chromium(recipe_util.Recipe):
|
| spec['target_os'] = props['target_os'].split(',')
|
| if props.get('target_os_only'):
|
| spec['target_os_only'] = props['target_os_only']
|
| + install_build_deps = ['src/build/install-build-deps.sh']
|
| + spec['fetch_hooks'] = [install_build_deps]
|
| return {
|
| 'type': 'gclient_git',
|
| 'gclient_git_spec': spec,
|
|
|