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

Unified Diff: scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: rebase 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 | « scripts/slave/recipe_modules/goma/example.expected/win.json ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
diff --git a/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json b/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
index e230c4320e29383a2108da3a974bbea9746ac1b5..95026b00f59a2d8cbaf8a71f4f2cfa9fdd9ffe29 100644
--- a/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
+++ b/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
@@ -144,6 +144,19 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\update_windows_env.py",
+ "--envfile-dir",
+ "out/Release"
+ ],
+ "env": {
+ "GOMA_DISABLED": "true"
+ },
+ "name": "update windows env"
+ },
+ {
+ "cmd": [
"ninja",
"-C",
"out/Release"
« no previous file with comments | « scripts/slave/recipe_modules/goma/example.expected/win.json ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698