| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 ] | 82 ] |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[DEPOT_TOOLS]/gclient.py", | 88 "[DEPOT_TOOLS]/gclient.py", |
| 89 "runhooks" | 89 "runhooks" |
| 90 ], | 90 ], |
| 91 "env": { | 91 "env": { |
| 92 "GYP_DEFINES": "clang=1 component=shared_library disable_glibcxx_debug=1 i
nternal_gles2_conform_tests=1 target_arch=ia32", | 92 "GYP_DEFINES": "clang=1 component=shared_library disable_glibcxx_debug=1 g
omadir=[BUILD]/goma internal_gles2_conform_tests=1 target_arch=ia32 use_goma=1", |
| 93 "GYP_GENERATORS": "ninja" | 93 "GYP_GENERATORS": "ninja" |
| 94 }, | 94 }, |
| 95 "name": "gclient runhooks" | 95 "name": "gclient runhooks" |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 "abort_on_failure": true, | 98 "abort_on_failure": true, |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "[BUILD]/scripts/slave/compile.py", | 102 "[BUILD]/scripts/slave/compile.py", |
| 103 "--target", | 103 "--target", |
| 104 "Debug", | 104 "Debug", |
| 105 "--src-dir", | 105 "--src-dir", |
| 106 "[SLAVE_BUILD]/src", | 106 "[SLAVE_BUILD]/src", |
| 107 "--build-tool", | 107 "--build-tool", |
| 108 "ninja", | 108 "ninja", |
| 109 "--compiler", | 109 "--compiler", |
| 110 "goma-clang", | 110 "goma-clang", |
| 111 "--goma-dir", |
| 112 "[BUILD]/goma", |
| 111 "--", | 113 "--", |
| 112 "chromium_gpu_debug_builder", | 114 "chromium_gpu_debug_builder", |
| 113 "angle_unittests_run", | 115 "angle_unittests_run", |
| 114 "content_gl_tests_run", | 116 "content_gl_tests_run", |
| 115 "gles2_conform_test_run", | 117 "gles2_conform_test_run", |
| 116 "gl_tests_run", | 118 "gl_tests_run", |
| 117 "tab_capture_performance_tests_run", | 119 "tab_capture_performance_tests_run", |
| 118 "telemetry_gpu_test_run" | 120 "telemetry_gpu_test_run" |
| 119 ], | 121 ], |
| 120 "name": "compile" | 122 "name": "compile" |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "[SLAVE_BUILD]/src/content/test/gpu/run_gpu_test.py", | 459 "[SLAVE_BUILD]/src/content/test/gpu/run_gpu_test.py", |
| 458 "gpu_process", | 460 "gpu_process", |
| 459 "--show-stdout", | 461 "--show-stdout", |
| 460 "--output-format=gtest", | 462 "--output-format=gtest", |
| 461 "--browser=debug", | 463 "--browser=debug", |
| 462 "-v" | 464 "-v" |
| 463 ], | 465 ], |
| 464 "name": "gpu_process_launch_tests" | 466 "name": "gpu_process_launch_tests" |
| 465 } | 467 } |
| 466 ] | 468 ] |
| OLD | NEW |