OLD | NEW |
---|---|
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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Builder (dbg)", | 10 "Android Builder (dbg)", |
(...skipping 241 matching lines...) Loading... | |
252 "--build-tool", | 252 "--build-tool", |
253 "ninja", | 253 "ninja", |
254 "--compiler", | 254 "--compiler", |
255 "goma", | 255 "goma", |
256 "--goma-jsonstatus", | 256 "--goma-jsonstatus", |
257 "/path/to/tmp/json", | 257 "/path/to/tmp/json", |
258 "--goma-dir", | 258 "--goma-dir", |
259 "[SLAVE_BUILD]/src/build/goma/client", | 259 "[SLAVE_BUILD]/src/build/goma/client", |
260 "--", | 260 "--", |
261 "android_webview_test_apk", | 261 "android_webview_test_apk", |
262 "android_webview_unittests", | |
kjellander_chromium
2016/04/13 05:49:32
So, I verified that for the GN build, the run_ scr
agrieve
2016/04/13 13:56:02
I debated going this route, but I think we eventua
kjellander_chromium
2016/04/13 15:21:36
That sounds even better! Many times I have built t
| |
262 "android_webview_unittests_apk", | 263 "android_webview_unittests_apk", |
264 "base_unittests", | |
263 "base_unittests_apk", | 265 "base_unittests_apk", |
264 "breakpad_unittests_deps", | 266 "breakpad_unittests_deps", |
267 "cc_unittests", | |
265 "cc_unittests_apk", | 268 "cc_unittests_apk", |
266 "chrome_junit_tests", | 269 "chrome_junit_tests", |
267 "chrome_public_test_apk", | 270 "chrome_public_test_apk", |
268 "chrome_sync_shell_test_apk", | 271 "chrome_sync_shell_test_apk", |
269 "chromedriver_webview_shell_apk", | 272 "chromedriver_webview_shell_apk", |
273 "components_unittests", | |
270 "components_unittests_apk", | 274 "components_unittests_apk", |
275 "content_browsertests", | |
271 "content_browsertests_apk", | 276 "content_browsertests_apk", |
272 "content_junit_tests", | 277 "content_junit_tests", |
273 "content_shell_test_apk", | 278 "content_shell_test_apk", |
279 "content_unittests", | |
274 "content_unittests_apk", | 280 "content_unittests_apk", |
281 "events_unittests", | |
275 "events_unittests_apk", | 282 "events_unittests_apk", |
283 "gfx_unittests", | |
276 "gfx_unittests_apk", | 284 "gfx_unittests_apk", |
285 "gl_tests", | |
277 "gl_tests_apk", | 286 "gl_tests_apk", |
287 "gpu_unittests", | |
278 "gpu_unittests_apk", | 288 "gpu_unittests_apk", |
289 "ipc_tests", | |
279 "ipc_tests_apk", | 290 "ipc_tests_apk", |
280 "junit_unit_tests", | 291 "junit_unit_tests", |
292 "media_unittests", | |
281 "media_unittests_apk", | 293 "media_unittests_apk", |
294 "net_unittests", | |
282 "net_unittests_apk", | 295 "net_unittests_apk", |
283 "remoting_test_apk", | 296 "remoting_test_apk", |
297 "remoting_unittests", | |
284 "remoting_unittests_apk", | 298 "remoting_unittests_apk", |
285 "sandbox_linux_unittests_deps", | 299 "sandbox_linux_unittests_deps", |
300 "sql_unittests", | |
286 "sql_unittests_apk", | 301 "sql_unittests_apk", |
302 "sync_unit_tests", | |
287 "sync_unit_tests_apk", | 303 "sync_unit_tests_apk", |
304 "ui_android_unittests", | |
288 "ui_android_unittests_apk", | 305 "ui_android_unittests_apk", |
306 "ui_base_unittests", | |
289 "ui_base_unittests_apk", | 307 "ui_base_unittests_apk", |
308 "ui_touch_selection_unittests", | |
290 "ui_touch_selection_unittests_apk", | 309 "ui_touch_selection_unittests_apk", |
310 "unit_tests", | |
291 "unit_tests_apk" | 311 "unit_tests_apk" |
292 ], | 312 ], |
293 "cwd": "[SLAVE_BUILD]", | 313 "cwd": "[SLAVE_BUILD]", |
294 "env": { | 314 "env": { |
295 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" | 315 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" |
296 }, | 316 }, |
297 "name": "compile", | 317 "name": "compile", |
298 "~followup_annotations": [ | 318 "~followup_annotations": [ |
299 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
300 "@@@STEP_LOG_END@json.output (invalid)@@@" | 320 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 156 matching lines...) Loading... | |
457 "~followup_annotations": [ | 477 "~followup_annotations": [ |
458 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" | 478 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" |
459 ] | 479 ] |
460 }, | 480 }, |
461 { | 481 { |
462 "name": "$result", | 482 "name": "$result", |
463 "recipe_result": null, | 483 "recipe_result": null, |
464 "status_code": 0 | 484 "status_code": 0 |
465 } | 485 } |
466 ] | 486 ] |
OLD | NEW |