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

Unified Diff: scripts/slave/recipes/closure_compilation.expected/main.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 8 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
Index: scripts/slave/recipes/closure_compilation.expected/main.json
diff --git a/scripts/slave/recipes/closure_compilation.expected/main.json b/scripts/slave/recipes/closure_compilation.expected/main.json
index b1ca83e07626f69ca644d762d9442651c1a862d9..705ae59aaed84e6a51a0aed3f2c0c95fba0bdf33 100644
--- a/scripts/slave/recipes/closure_compilation.expected/main.json
+++ b/scripts/slave/recipes/closure_compilation.expected/main.json
@@ -22,6 +22,7 @@
"src@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -66,6 +67,7 @@
"[SLAVE_BUILD]/src/build/gyp_chromium",
"[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "generate_gyp_files"
},
{
@@ -81,6 +83,7 @@
"ninja",
"--"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
}
]

Powered by Google App Engine
This is Rietveld 408576698