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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64___xcode.json

Issue 2320853005: V8: Prepare switching off gyp in runhooks (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
9 "--root", 9 "--root",
10 "v8", 10 "v8",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 111 {
112 "cmd": [ 112 "cmd": [
113 "python", 113 "python",
114 "-u", 114 "-u",
115 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 115 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
116 "runhooks" 116 "runhooks"
117 ], 117 ],
118 "cwd": "[SLAVE_BUILD]/v8", 118 "cwd": "[SLAVE_BUILD]/v8",
119 "env": { 119 "env": {
120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 120 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
121 "GYP_CHROMIUM_NO_ACTION": "0",
121 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_go ma=1 v8_target_arch=x64", 122 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_go ma=1 v8_target_arch=x64",
122 "GYP_GENERATORS": "ninja,xcode-ninja", 123 "GYP_GENERATORS": "ninja,xcode-ninja",
123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
124 }, 125 },
125 "name": "gclient runhooks" 126 "name": "gclient runhooks"
126 }, 127 },
127 { 128 {
128 "cmd": [ 129 "cmd": [
129 "python", 130 "python",
130 "-u", 131 "-u",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 275 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
275 "@@@STEP_LOG_END@json.output (invalid)@@@" 276 "@@@STEP_LOG_END@json.output (invalid)@@@"
276 ] 277 ]
277 }, 278 },
278 { 279 {
279 "name": "$result", 280 "name": "$result",
280 "recipe_result": null, 281 "recipe_result": null,
281 "status_code": 0 282 "status_code": 0
282 } 283 }
283 ] 284 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698