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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_revision_chromium.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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "--target", 145 "--target",
146 "Release", 146 "Release",
147 "--src-dir", 147 "--src-dir",
148 "[SLAVE_BUILD]/src", 148 "[SLAVE_BUILD]/src",
149 "--build-tool", 149 "--build-tool",
150 "ninja", 150 "ninja",
151 "--compiler", 151 "--compiler",
152 "goma", 152 "goma",
153 "--goma-dir", 153 "--goma-dir",
154 "[BUILD]/goma", 154 "[BUILD]/goma",
155 "--ninja-ensure-up-to-date",
155 "--", 156 "--",
156 "blink_tests" 157 "blink_tests"
157 ], 158 ],
158 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
159 "name": "compile" 160 "name": "compile"
160 }, 161 },
161 { 162 {
162 "cmd": [ 163 "cmd": [
163 "python", 164 "python",
164 "-u", 165 "-u",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "gs://chromium-layout-test-archives" 215 "gs://chromium-layout-test-archives"
215 ], 216 ],
216 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
217 "name": "archive_webkit_tests_results", 218 "name": "archive_webkit_tests_results",
218 "~followup_annotations": [ 219 "~followup_annotations": [
219 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 220 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
220 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 221 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
221 ] 222 ]
222 } 223 }
223 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698