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

Side by Side Diff: scripts/slave/recipes/closure_compilation.expected/main.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Closure Compilation Linux", 10 "Closure Compilation Linux",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "cmd": [ 83 "cmd": [
84 "python", 84 "python",
85 "-u", 85 "-u",
86 "[BUILD]/scripts/slave/compile.py", 86 "[BUILD]/scripts/slave/compile.py",
87 "--target", 87 "--target",
88 "Release", 88 "Release",
89 "--src-dir", 89 "--src-dir",
90 "[SLAVE_BUILD]/src", 90 "[SLAVE_BUILD]/src",
91 "--build-tool", 91 "--build-tool",
92 "ninja", 92 "ninja",
93 "--ninja-ensure-up-to-date",
93 "--" 94 "--"
94 ], 95 ],
95 "cwd": "[SLAVE_BUILD]", 96 "cwd": "[SLAVE_BUILD]",
96 "name": "compile" 97 "name": "compile"
97 } 98 }
98 ] 99 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698