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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_git.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "--target", 124 "--target",
125 "Release", 125 "Release",
126 "--src-dir", 126 "--src-dir",
127 "[SLAVE_BUILD]/src", 127 "[SLAVE_BUILD]/src",
128 "--build-tool", 128 "--build-tool",
129 "ninja", 129 "ninja",
130 "--compiler", 130 "--compiler",
131 "goma-clang", 131 "goma-clang",
132 "--goma-dir", 132 "--goma-dir",
133 "[BUILD]/goma", 133 "[BUILD]/goma",
134 "--ninja-ensure-up-to-date",
134 "--", 135 "--",
135 "angle_unittests_run", 136 "angle_unittests_run",
136 "content_gl_tests_run", 137 "content_gl_tests_run",
137 "gl_tests_run", 138 "gl_tests_run",
138 "gles2_conform_test_run", 139 "gles2_conform_test_run",
139 "gpu_unittests_run", 140 "gpu_unittests_run",
140 "tab_capture_end2end_tests_run", 141 "tab_capture_end2end_tests_run",
141 "telemetry_gpu_test_run" 142 "telemetry_gpu_test_run"
142 ], 143 ],
143 "cwd": "[SLAVE_BUILD]", 144 "cwd": "[SLAVE_BUILD]",
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 "-H", 803 "-H",
803 "[dummy hash for tab_capture_end2end_tests]", 804 "[dummy hash for tab_capture_end2end_tests]",
804 "-I", 805 "-I",
805 "https://isolateserver.appspot.com", 806 "https://isolateserver.appspot.com",
806 "--" 807 "--"
807 ], 808 ],
808 "cwd": "[SLAVE_BUILD]", 809 "cwd": "[SLAVE_BUILD]",
809 "name": "tab_capture_end2end_tests" 810 "name": "tab_capture_end2end_tests"
810 } 811 }
811 ] 812 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698