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

Unified Diff: scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification.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/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification.json
diff --git a/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification.json b/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification.json
index 743b22e5fa461dfc943cc8f4f098b5081804f41d..389a267c3044ce29744ea28f150dd7b0a52ebe2d 100644
--- a/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification.json
+++ b/scripts/slave/recipes/chromium.fyi.win_misc_block.recipe_autogen.expected/Windows_8_App_Certification.json
@@ -3,8 +3,9 @@
"cmd": [
"python",
"-u",
- "[ROOT]/b/build/scripts/slave/kill_processes.py"
+ "[BUILD]/scripts/slave/kill_processes.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "taskkill"
},
{
@@ -19,13 +20,13 @@
"--slave",
"TestSlave",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/third_party/WebKit/LayoutTests': None}, 'custom_vars': {'googlecode_url': 'http://%s.googlecode.com/svn', 'llvm_url': 'http://llvm.org/svn/llvm-project', 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', 'sourceforge_url': 'https://svn.code.sf.net/p/%(repo)s/code', 'webkit_trunk': 'http://src.chromium.org/blink/trunk'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--root",
"src",
"--revision_mapping_file",
"{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_revision\"}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -33,6 +34,7 @@
"--force",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -92,8 +94,9 @@
"cmd": [
"python",
"-u",
- "[ROOT]/b/build/scripts/slave/runhooks_wrapper.py"
+ "[BUILD]/scripts/slave/runhooks_wrapper.py"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"CHROMIUM_GYP_SYNTAX_CHECK": "1",
"DEPOT_TOOLS_UPDATE": "0",
@@ -111,18 +114,20 @@
"python",
"RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cleanup_temp"
},
{
"cmd": [
"python",
"-u",
- "[ROOT]/b/build/scripts/slave/compile.py",
+ "[BUILD]/scripts/slave/compile.py",
"--solution",
"chrome.sln",
"--target",
"Release"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "compile"
},
{

Powered by Google App Engine
This is Rietveld 408576698