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

Unified Diff: scripts/slave/recipes/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot.json
diff --git a/scripts/slave/recipes/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot.json b/scripts/slave/recipes/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot.json
index a3dc3bd62b38636f6766623799483a3d698a7d8a..35171efae51af9554fbaa19df1c1f4465b4788cf 100644
--- a/scripts/slave/recipes/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot.json
+++ b/scripts/slave/recipes/skia/skia.expected/Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot.json
@@ -191,7 +191,7 @@
"cmd": [
"python",
"-u",
- "[BUILD]\\scripts\\slave\\recipe_modules\\gsutil\\resources\\gsutil_wrapper.py",
+ "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py",
"--",
"[DEPOT_TOOLS]\\gsutil.py",
"--force-version",
@@ -314,7 +314,7 @@
"cmd": [
"python",
"-u",
- "[BUILD]\\scripts\\slave\\recipe_modules\\skia\\resources\\upload_bench_results.py",
+ "RECIPE_MODULE[skia]\\resources\\upload_bench_results.py",
"Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot",
"5",
"[SLAVE_BUILD]\\perfdata\\Perf-Win7-ShuttleA-HD2000-x86-Release-Trybot\\data",

Powered by Google App Engine
This is Rietveld 408576698