| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "name": "cleanup temp" | 8 "name": "cleanup temp" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "name": "apply_issue" | 100 "name": "apply_issue" |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 "cmd": [ | 103 "cmd": [ |
| 104 "python", | 104 "python", |
| 105 "-u", | 105 "-u", |
| 106 "[DEPOT_TOOLS]\\gclient.py", | 106 "[DEPOT_TOOLS]\\gclient.py", |
| 107 "runhooks" | 107 "runhooks" |
| 108 ], | 108 ], |
| 109 "env": { | 109 "env": { |
| 110 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 in
ternal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archive test_i
solation_outdir=https://isolateserver.appspot.com", | 110 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir=[BUILD]\\goma internal_gles2_conform_tests=1 target_arch=ia32 test_isolati
on_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma
=1", |
| 111 "GYP_GENERATORS": "ninja", | 111 "GYP_GENERATORS": "ninja", |
| 112 "GYP_MSVS_VERSION": "2010" | 112 "GYP_MSVS_VERSION": "2010" |
| 113 }, | 113 }, |
| 114 "name": "gclient runhooks" | 114 "name": "gclient runhooks" |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "abort_on_failure": true, | 117 "abort_on_failure": true, |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "python", | 119 "python", |
| 120 "-u", | 120 "-u", |
| 121 "[BUILD]\\scripts\\slave\\compile.py", | 121 "[BUILD]\\scripts\\slave\\compile.py", |
| 122 "--target", | 122 "--target", |
| 123 "Release", | 123 "Release", |
| 124 "--src-dir", | 124 "--src-dir", |
| 125 "[SLAVE_BUILD]\\src", | 125 "[SLAVE_BUILD]\\src", |
| 126 "--build-tool", | 126 "--build-tool", |
| 127 "ninja", | 127 "ninja", |
| 128 "--compiler", | 128 "--compiler", |
| 129 "goma", | 129 "goma", |
| 130 "--goma-dir", |
| 131 "[BUILD]\\goma", |
| 130 "--", | 132 "--", |
| 131 "chromium_gpu_builder", | 133 "chromium_gpu_builder", |
| 132 "angle_unittests_run", | 134 "angle_unittests_run", |
| 133 "content_gl_tests_run", | 135 "content_gl_tests_run", |
| 134 "gles2_conform_test_run", | 136 "gles2_conform_test_run", |
| 135 "gl_tests_run", | 137 "gl_tests_run", |
| 136 "tab_capture_performance_tests_run", | 138 "tab_capture_performance_tests_run", |
| 137 "telemetry_gpu_test_run" | 139 "telemetry_gpu_test_run" |
| 138 ], | 140 ], |
| 139 "name": "compile" | 141 "name": "compile" |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 "https://isolateserver.appspot.com", | 573 "https://isolateserver.appspot.com", |
| 572 "--", | 574 "--", |
| 573 "--enable-gpu", | 575 "--enable-gpu", |
| 574 "--test-launcher-jobs=1", | 576 "--test-launcher-jobs=1", |
| 575 "--test-launcher-print-test-stdio=always", | 577 "--test-launcher-print-test-stdio=always", |
| 576 "--gtest_filter=TabCapturePerformanceTest*" | 578 "--gtest_filter=TabCapturePerformanceTest*" |
| 577 ], | 579 ], |
| 578 "name": "tab_capture_performance_tests" | 580 "name": "tab_capture_performance_tests" |
| 579 } | 581 } |
| 580 ] | 582 ] |
| OLD | NEW |