| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "runhooks" | 7 "runhooks" |
| 8 ], | 8 ], |
| 9 "env": { | 9 "env": { |
| 10 "GYP_DEFINES": "clang=1 component=static_library disable_glibcxx_debug=1 i
nternal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=hashtable tes
t_isolation_outdir=https://isolateserver.appspot.com", | 10 "GYP_DEFINES": "clang=1 component=static_library disable_glibcxx_debug=1 i
nternal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archive test_
isolation_outdir=https://isolateserver.appspot.com", |
| 11 "GYP_GENERATORS": "ninja" | 11 "GYP_GENERATORS": "ninja" |
| 12 }, | 12 }, |
| 13 "name": "gclient runhooks" | 13 "name": "gclient runhooks" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "abort_on_failure": true, | 16 "abort_on_failure": true, |
| 17 "cmd": [ | 17 "cmd": [ |
| 18 "python", | 18 "python", |
| 19 "-u", | 19 "-u", |
| 20 "[BUILD]/scripts/slave/compile.py", | 20 "[BUILD]/scripts/slave/compile.py", |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 "https://isolateserver.appspot.com", | 466 "https://isolateserver.appspot.com", |
| 467 "--", | 467 "--", |
| 468 "--enable-gpu", | 468 "--enable-gpu", |
| 469 "--test-launcher-jobs=1", | 469 "--test-launcher-jobs=1", |
| 470 "--test-launcher-print-test-stdio=always", | 470 "--test-launcher-print-test-stdio=always", |
| 471 "--gtest_filter=TabCapturePerformanceTest*" | 471 "--gtest_filter=TabCapturePerformanceTest*" |
| 472 ], | 472 ], |
| 473 "name": "tab_capture_performance_tests" | 473 "name": "tab_capture_performance_tests" |
| 474 } | 474 } |
| 475 ] | 475 ] |
| OLD | NEW |