Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: recipes/chromium.py

Issue 1186893003: Revert "Run install-build-deps in the middle of 'fetch chromium'" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fetch.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/chromium.py
diff --git a/recipes/chromium.py b/recipes/chromium.py
index ccadd1f4fe1fe9d71d6bf8cbc54c0626374ed833..6416ee0bbd7a4b1240e7a04acd2132a018906499 100644
--- a/recipes/chromium.py
+++ b/recipes/chromium.py
@@ -31,8 +31,6 @@ 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,
« no previous file with comments | « fetch.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698