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

Unified Diff: scripts/slave/recipe_modules/disk/example.expected/high_usage.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/disk/example.expected/high_usage.json
diff --git a/scripts/slave/recipe_modules/disk/example.expected/high_usage.json b/scripts/slave/recipe_modules/disk/example.expected/high_usage.json
index 79ae02497b581dacc157a8b54465cabeefd49fa4..df4026da0f80bf00c212a2c5115b5866ca6843dc 100644
--- a/scripts/slave/recipe_modules/disk/example.expected/high_usage.json
+++ b/scripts/slave/recipe_modules/disk/example.expected/high_usage.json
@@ -3,7 +3,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[disk]/resources/statvfs.py",
+ "RECIPE_MODULE[build.disk]/resources/statvfs.py",
"[SLAVE_BUILD]"
],
"cwd": "[SLAVE_BUILD]",
@@ -23,7 +23,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[disk]/resources/statvfs.py",
+ "RECIPE_MODULE[build.disk]/resources/statvfs.py",
"[SLAVE_BUILD]"
],
"cwd": "[SLAVE_BUILD]",

Powered by Google App Engine
This is Rietveld 408576698