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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/blink_bare.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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/run_presubmit.expected/blink_bare.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/blink_bare.json b/scripts/slave/recipes/run_presubmit.expected/blink_bare.json
index b1fb96f3f3d99b720263cb5ffcd01351c5e6600a..481a711727164b59aeb3445598b7b8fe9e85aa03 100644
--- a/scripts/slave/recipes/run_presubmit.expected/blink_bare.json
+++ b/scripts/slave/recipes/run_presubmit.expected/blink_bare.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"config",
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'blink', 'url': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}]"
@@ -19,9 +19,9 @@
"cmd": [
"python",
"-u",
- "[BUILD_ROOT]/scripts/slave/gclient_safe_revert.py",
+ "[BUILD]/scripts/slave/gclient_safe_revert.py",
".",
- "[DEPOT_TOOLS_ROOT]/gclient"
+ "[DEPOT_TOOLS]/gclient"
],
"name": "gclient revert"
},
@@ -29,7 +29,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/gclient.py",
+ "[DEPOT_TOOLS]/gclient.py",
"sync",
"--nohooks",
"--output-json",
@@ -47,9 +47,9 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/apply_issue.py",
+ "[DEPOT_TOOLS]/apply_issue.py",
"-r",
- "[SLAVE_BUILD_ROOT]/blink",
+ "[SLAVE_BUILD]/blink",
"-i",
"12853011",
"-p",
@@ -62,9 +62,9 @@
},
{
"cmd": [
- "[DEPOT_TOOLS_ROOT]/presubmit_support.py",
+ "[DEPOT_TOOLS]/presubmit_support.py",
"--root",
- "[SLAVE_BUILD_ROOT]/blink",
+ "[SLAVE_BUILD]/blink",
"--commit",
"--verbose",
"--verbose",
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/blink.json ('k') | scripts/slave/recipes/run_presubmit.expected/chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698