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

Unified Diff: scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.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/housekeeper_percommit.expected/Housekeeper-PerCommit.json
diff --git a/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json b/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json
index 4f969a805c5e8537d9348c90f43775ee9bd98a3f..b7477d740e4aec72135df93c776ff6f4b9659a57 100644
--- a/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json
+++ b/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json
@@ -77,7 +77,7 @@
{
"cmd": [
"python",
- "[BUILD]/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py",
+ "RECIPE_MODULE[skia]/resources/generate_and_upload_doxygen.py",
"[DEPOT_TOOLS]/third_party/gsutil/gsutil"
],
"cwd": "[SLAVE_BUILD]/skia",
@@ -98,7 +98,7 @@
{
"cmd": [
"python",
- "[BUILD]/scripts/slave/recipe_modules/skia/resources/run_binary_size_analysis.py",
+ "RECIPE_MODULE[skia]/resources/run_binary_size_analysis.py",
"--library",
"[SLAVE_BUILD]/skia/out/Release/lib/libskia.so",
"--githash",

Powered by Google App Engine
This is Rietveld 408576698