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

Unified Diff: DEPS

Issue 2505413003: Add check_build_deps step to gclient runhooks (Closed)
Patch Set: Add python wrapper for check-build-deps Created 4 years, 1 month 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 | « no previous file | build/check-build-deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | build/check-build-deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698