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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_upload.expected/win_release_tot_angle.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "--target", 104 "--target",
105 "Release", 105 "Release",
106 "--src-dir", 106 "--src-dir",
107 "[SLAVE_BUILD]\\src", 107 "[SLAVE_BUILD]\\src",
108 "--build-tool", 108 "--build-tool",
109 "ninja", 109 "ninja",
110 "--compiler", 110 "--compiler",
111 "goma", 111 "goma",
112 "--goma-dir", 112 "--goma-dir",
113 "[BUILD]\\goma", 113 "[BUILD]\\goma",
114 "--ninja-ensure-up-to-date",
114 "--", 115 "--",
115 "angle_unittests_run", 116 "angle_unittests_run",
116 "content_gl_tests_run", 117 "content_gl_tests_run",
117 "gl_tests_run", 118 "gl_tests_run",
118 "gles2_conform_test_run", 119 "gles2_conform_test_run",
119 "gpu_unittests_run", 120 "gpu_unittests_run",
120 "tab_capture_end2end_tests_run", 121 "tab_capture_end2end_tests_run",
121 "telemetry_gpu_test_run", 122 "telemetry_gpu_test_run",
122 "audio_unittests_run", 123 "audio_unittests_run",
123 "content_unittests_run", 124 "content_unittests_run",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@", 162 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for gles2_conform_test]\", @@@",
162 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@", 163 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u nittests]\", @@@",
163 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@", 164 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha sh for tab_capture_end2end_tests]\", @@@",
164 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@", 165 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"@@@",
165 "@@@STEP_LOG_LINE@json.output@}@@@", 166 "@@@STEP_LOG_LINE@json.output@}@@@",
166 "@@@STEP_LOG_END@json.output@@@", 167 "@@@STEP_LOG_END@json.output@@@",
167 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_end2end_tests\": \"[dummy has h for angle_end2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unitt ests]\", \"audio_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl _tests\": \"[dummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"g les2_conform_test\": \"[dummy hash for gles2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2end_tests\": \"[dummy has h for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for te lemetry_gpu_test]\"}@@@" 168 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_end2end_tests\": \"[dummy has h for angle_end2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unitt ests]\", \"audio_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl _tests\": \"[dummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"g les2_conform_test\": \"[dummy hash for gles2_conform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"tab_capture_end2end_tests\": \"[dummy has h for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for te lemetry_gpu_test]\"}@@@"
168 ] 169 ]
169 } 170 }
170 ] 171 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698