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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.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.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "--target", 92 "--target",
93 "Release", 93 "Release",
94 "--src-dir", 94 "--src-dir",
95 "[SLAVE_BUILD]/src", 95 "[SLAVE_BUILD]/src",
96 "--build-tool", 96 "--build-tool",
97 "ninja", 97 "ninja",
98 "--compiler", 98 "--compiler",
99 "goma", 99 "goma",
100 "--goma-dir", 100 "--goma-dir",
101 "[BUILD]/goma", 101 "[BUILD]/goma",
102 "--ninja-ensure-up-to-date",
102 "--", 103 "--",
103 "chromium_builder_tests" 104 "chromium_builder_tests"
104 ], 105 ],
105 "cwd": "[SLAVE_BUILD]", 106 "cwd": "[SLAVE_BUILD]",
106 "name": "compile" 107 "name": "compile"
107 }, 108 },
108 { 109 {
109 "allow_subannotations": true, 110 "allow_subannotations": true,
110 "cmd": [ 111 "cmd": [
111 "python", 112 "python",
112 "-u", 113 "-u",
113 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 114 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
114 ], 115 ],
115 "cwd": "[SLAVE_BUILD]", 116 "cwd": "[SLAVE_BUILD]",
116 "name": "annotated_steps" 117 "name": "annotated_steps"
117 } 118 }
118 ] 119 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698