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

Unified Diff: scripts/slave/recipe_modules/v8/example.expected/forced_build.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 11 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/recipe_modules/v8/example.expected/forced_build.json
diff --git a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
index 51b708e792ed94419cae718db83df7d43d41cada..8083a3f9a4e4580cfce6c67ff94c8d529f378a7a 100644
--- a/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
+++ b/scripts/slave/recipe_modules/v8/example.expected/forced_build.json
@@ -108,7 +108,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
+ "RECIPE_MODULE[build.perf_dashboard]/resources/post_json.py"
],
"cwd": "[SLAVE_BUILD]",
"name": "perf dashboard post",
@@ -118,7 +118,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[v8]/resources/merge_perf_results.py",
+ "RECIPE_MODULE[build.v8]/resources/merge_perf_results.py",
"[SLAVE_BUILD]/test_output1.json",
"[SLAVE_BUILD]/test_output2.json"
],
@@ -144,7 +144,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[v8]/resources/merge_perf_result_maps.py",
+ "RECIPE_MODULE[build.v8]/resources/merge_perf_result_maps.py",
"{\"example1\": \"[SLAVE_BUILD]/test_output1.json\", \"example2\": \"[SLAVE_BUILD]/test_output2.json\"}"
],
"cwd": "[SLAVE_BUILD]",

Powered by Google App Engine
This is Rietveld 408576698