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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_release__gyp_.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. Created 4 years, 2 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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
126 "runhooks" 126 "runhooks"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]/src", 128 "cwd": "[SLAVE_BUILD]/src",
129 "env": { 129 "env": {
130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
131 "GYP_CHROMIUM_NO_ACTION": "1",
132 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1", 131 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
134 }, 133 },
135 "name": "gclient runhooks" 134 "name": "gclient runhooks"
136 }, 135 },
137 { 136 {
138 "cmd": [ 137 "cmd": [
139 "python", 138 "python",
140 "-u", 139 "-u",
141 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
142 "--root=[SLAVE_BUILD]/src",
143 "gen",
144 "//out/Release",
145 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
146 ],
147 "cwd": "[SLAVE_BUILD]/src",
148 "name": "gn"
149 },
150 {
151 "cmd": [
152 "python",
153 "-u",
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 140 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
155 "--show-path", 141 "--show-path",
156 "python", 142 "python",
157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 143 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
158 "--gsutil-py-path", 144 "--gsutil-py-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 145 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
160 "--ninja-path", 146 "--ninja-path",
161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 147 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
162 "--target", 148 "--target",
163 "Release", 149 "Release",
164 "--src-dir", 150 "--src-dir",
165 "[SLAVE_BUILD]/src", 151 "[SLAVE_BUILD]/src",
166 "--goma-cache-dir", 152 "--goma-cache-dir",
167 "[GOMA_CACHE]", 153 "[GOMA_CACHE]",
168 "--buildbot-buildername", 154 "--buildbot-buildername",
169 "Linux64 Release (GN)", 155 "Linux64 Release (GYP)",
170 "--buildbot-mastername", 156 "--buildbot-mastername",
171 "client.libyuv", 157 "client.libyuv",
172 "--buildbot-slavename", 158 "--buildbot-slavename",
173 "slavename", 159 "slavename",
174 "--goma-deps-cache-file", 160 "--goma-deps-cache-file",
175 "Linux64_Release__GN_.gomadeps", 161 "Linux64_Release__GYP_.gomadeps",
176 "--compiler", 162 "--compiler",
177 "goma", 163 "goma",
178 "--goma-jsonstatus", 164 "--goma-jsonstatus",
179 "/path/to/tmp/json", 165 "/path/to/tmp/json",
180 "--goma-service-account-json-file", 166 "--goma-service-account-json-file",
181 "/creds/service_accounts/service-account-goma-client.json", 167 "/creds/service_accounts/service-account-goma-client.json",
182 "--goma-dir", 168 "--goma-dir",
183 "[CACHE]/cipd/goma", 169 "[CACHE]/cipd/goma",
184 "--", 170 "--"
185 "all"
186 ], 171 ],
187 "env": { 172 "env": {
188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
189 }, 174 },
190 "name": "compile", 175 "name": "compile",
191 "~followup_annotations": [ 176 "~followup_annotations": [
192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
193 "@@@STEP_LOG_END@json.output (invalid)@@@" 178 "@@@STEP_LOG_END@json.output (invalid)@@@"
194 ] 179 ]
195 }, 180 },
196 { 181 {
197 "name": "$result", 182 "name": "$result",
198 "recipe_result": null, 183 "recipe_result": null,
199 "status_code": 0 184 "status_code": 0
200 } 185 }
201 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698