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

Unified Diff: scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.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
Index: scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json
diff --git a/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json b/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json
index 57213643cf1421f872efee15154a2f49ca435973..feede786baf6b9510e098a7c5273666f22c6f761 100644
--- a/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json
+++ b/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.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",

Powered by Google App Engine
This is Rietveld 408576698