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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/gn_build.json

Issue 2237793002: WebRTC: Add gyp_script parameter to ios recipe module's run_mb call. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "[BUILDER_CACHE]/ios/src/tools/mb/mb.py", 230 "[BUILDER_CACHE]/ios/src/tools/mb/mb.py",
231 "gen", 231 "gen",
232 "-m", 232 "-m",
233 "chromium.fake", 233 "chromium.fake",
234 "-b", 234 "-b",
235 "ios", 235 "ios",
236 "--config-file", 236 "--config-file",
237 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl", 237 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl",
238 "--goma-dir", 238 "--goma-dir",
239 "[CACHE]/cipd/goma", 239 "[CACHE]/cipd/goma",
240 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py",
240 "//out/Debug-iphoneos" 241 "//out/Debug-iphoneos"
241 ], 242 ],
242 "cwd": "[BUILDER_CACHE]/ios/src", 243 "cwd": "[BUILDER_CACHE]/ios/src",
243 "env": { 244 "env": {
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
245 }, 246 },
246 "name": "generate_build_files" 247 "name": "generate_build_files"
247 }, 248 },
248 { 249 {
249 "cmd": [ 250 "cmd": [
250 "ninja", 251 "ninja",
251 "-C", 252 "-C",
252 "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos" 253 "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos"
253 ], 254 ],
254 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", 255 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos",
255 "name": "compile" 256 "name": "compile"
256 }, 257 },
257 { 258 {
258 "name": "$result", 259 "name": "$result",
259 "recipe_result": null, 260 "recipe_result": null,
260 "status_code": 0 261 "status_code": 0
261 } 262 }
262 ] 263 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698