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

Unified Diff: scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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/recreate_skps.expected/RecreateSKPs.json
diff --git a/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs.json b/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs.json
index 7e746990b67f7a3dcf9e40668f8bb341fbac56ed..594bdaca18a60fb694cf83c2add04b8b955fcc3f 100644
--- a/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs.json
+++ b/scripts/slave/recipes/skia/recreate_skps.expected/RecreateSKPs.json
@@ -6,8 +6,9 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"config",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -26,6 +27,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -52,6 +54,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
@@ -62,7 +65,7 @@
"cmd": [
"build/gyp_chromium"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"env": {
"CPPFLAGS": "-DSK_ALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS=1",
"GYP_GENERATORS": "ninja"
@@ -76,17 +79,17 @@
"out/Release",
"chrome"
],
- "cwd": "[CWD]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "Build Chrome"
},
{
"cmd": [
"python",
- "[ROOT]/b/build/scripts/slave/skia/recreate_skps.py",
- "[CWD]/src",
- "[CWD]/src/out/Release/chrome"
+ "[BUILD]/scripts/slave/skia/recreate_skps.py",
+ "[SLAVE_BUILD]/src",
+ "[SLAVE_BUILD]/src/out/Release/chrome"
],
- "cwd": "[CWD]/skia",
+ "cwd": "[SLAVE_BUILD]/skia",
"name": "Recreate SKPs"
},
{

Powered by Google App Engine
This is Rietveld 408576698