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

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

Issue 1930883002: V8: Turn xcode builder into xcode-ninja builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipe_modules/v8/chromium_config.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Mac64 - xcode", 10 "V8 Mac64 - xcode",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "python", 61 "python",
62 "-u", 62 "-u",
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
64 "runhooks" 64 "runhooks"
65 ], 65 ],
66 "env": { 66 "env": {
67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
68 "GYP_DEFINES": "clang=1 target_arch=x64 v8_target_arch=x64", 68 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1 v8_target_arch=x64",
69 "GYP_GENERATORS": "ninja,xcode-ninja",
69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
70 }, 71 },
71 "name": "gclient runhooks" 72 "name": "gclient runhooks"
72 }, 73 },
73 { 74 {
74 "cmd": [ 75 "cmd": [
75 "python", 76 "python",
76 "-u", 77 "-u",
77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
78 "--show-path", 79 "--show-path",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
116 "--ninja-path", 117 "--ninja-path",
117 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
118 "--target", 119 "--target",
119 "Release", 120 "Release",
120 "--src-dir", 121 "--src-dir",
121 "[SLAVE_BUILD]/v8", 122 "[SLAVE_BUILD]/v8",
122 "--goma-cache-dir", 123 "--goma-cache-dir",
123 "[GOMA_CACHE]", 124 "[GOMA_CACHE]",
124 "--build-tool", 125 "--build-tool",
125 "xcode", 126 "ninja",
126 "--compiler", 127 "--compiler",
127 "clang", 128 "goma-clang",
129 "--goma-jsonstatus",
130 "/path/to/tmp/json",
131 "--goma-service-account-json-file",
132 "/creds/service_accounts/service-account-goma-client.json",
133 "--goma-dir",
134 "[BUILD]/goma",
128 "--" 135 "--"
129 ], 136 ],
130 "env": { 137 "env": {
131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
132 }, 139 },
133 "name": "compile" 140 "name": "compile",
141 "~followup_annotations": [
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
143 "@@@STEP_LOG_END@json.output (invalid)@@@"
144 ]
134 }, 145 },
135 { 146 {
136 "name": "$result", 147 "name": "$result",
137 "recipe_result": null, 148 "recipe_result": null,
138 "status_code": 0 149 "status_code": 0
139 } 150 }
140 ] 151 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/v8/chromium_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698