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

Unified Diff: scripts/slave/recipes/android_webview_aosp.expected/works_if_revision_not_present.json

Issue 69173006: Add runhooks step to AOSP bot to pick up essential build dependencies (like gn). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: GYP_CHROMIUM_NO_ACTION Created 7 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 | « scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android_webview_aosp.expected/works_if_revision_not_present.json
diff --git a/scripts/slave/recipes/android_webview_aosp.expected/works_if_revision_not_present.json b/scripts/slave/recipes/android_webview_aosp.expected/works_if_revision_not_present.json
index 8179726f371b79c8e7790732b0baecacd0006cb7..2b8c47597950d447fd5d3b765d89de353587043c 100644
--- a/scripts/slave/recipes/android_webview_aosp.expected/works_if_revision_not_present.json
+++ b/scripts/slave/recipes/android_webview_aosp.expected/works_if_revision_not_present.json
@@ -164,6 +164,18 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gclient.py",
+ "runhooks"
+ ],
+ "env": {
+ "GYP_CHROMIUM_NO_ACTION": "1"
+ },
+ "name": "gclient runhooks"
+ },
+ {
+ "cmd": [
"[SLAVE_BUILD]/src/build/util/lastchange.py",
"-o",
"[SLAVE_BUILD]/src/build/util/LASTCHANGE",
« no previous file with comments | « scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698