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

Unified Diff: scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_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/disk/example.expected/space_usage_doesnt_fail_build.json
diff --git a/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json b/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
index 0d8ed073d137a258952de547605eb5289b27bcd7..34d01851a01b5352ac0153fd171f0a1a975285f3 100644
--- a/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.json
+++ b/scripts/slave/recipe_modules/disk/example.expected/space_usage_doesnt_fail_build.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