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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_blink.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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "--target", 126 "--target",
127 "Release", 127 "Release",
128 "--src-dir", 128 "--src-dir",
129 "[SLAVE_BUILD]/src", 129 "[SLAVE_BUILD]/src",
130 "--build-tool", 130 "--build-tool",
131 "ninja", 131 "ninja",
132 "--compiler", 132 "--compiler",
133 "goma-clang", 133 "goma-clang",
134 "--goma-dir", 134 "--goma-dir",
135 "[BUILD]/goma", 135 "[BUILD]/goma",
136 "--ninja-ensure-up-to-date",
136 "--", 137 "--",
137 "angle_unittests_run", 138 "angle_unittests_run",
138 "content_gl_tests_run", 139 "content_gl_tests_run",
139 "gl_tests_run", 140 "gl_tests_run",
140 "gles2_conform_test_run", 141 "gles2_conform_test_run",
141 "gpu_unittests_run", 142 "gpu_unittests_run",
142 "tab_capture_end2end_tests_run", 143 "tab_capture_end2end_tests_run",
143 "telemetry_gpu_test_run" 144 "telemetry_gpu_test_run"
144 ], 145 ],
145 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "-H", 805 "-H",
805 "[dummy hash for tab_capture_end2end_tests]", 806 "[dummy hash for tab_capture_end2end_tests]",
806 "-I", 807 "-I",
807 "https://isolateserver.appspot.com", 808 "https://isolateserver.appspot.com",
808 "--" 809 "--"
809 ], 810 ],
810 "cwd": "[SLAVE_BUILD]", 811 "cwd": "[SLAVE_BUILD]",
811 "name": "tab_capture_end2end_tests" 812 "name": "tab_capture_end2end_tests"
812 } 813 }
813 ] 814 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698