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

Unified Diff: scripts/slave/recipes/pdfium.expected/linux.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/pdfium.expected/linux.json
diff --git a/scripts/slave/recipes/pdfium.expected/linux.json b/scripts/slave/recipes/pdfium.expected/linux.json
index cec9165524e9e5d332103192270d66a240039841..bc873413f674dd1ba520204cf306759542435cce 100644
--- a/scripts/slave/recipes/pdfium.expected/linux.json
+++ b/scripts/slave/recipes/pdfium.expected/linux.json
@@ -8,6 +8,7 @@
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient setup"
},
{
@@ -23,6 +24,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -41,6 +43,7 @@
"-u",
"[SLAVE_BUILD]/pdfium/build/gyp_pdfium.py"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_GENERATORS": "ninja"
},
@@ -52,12 +55,14 @@
"-C",
"[SLAVE_BUILD]/pdfium/out/Debug"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile with ninja"
},
{
"cmd": [
"[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "unittests"
},
{
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/trybot.json ('k') | scripts/slave/recipes/pdfium.expected/win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698