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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "Chromium Windows Analyze", 10 "Chromium Windows Analyze",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "cmd": [ 79 "cmd": [
80 "python", 80 "python",
81 "-u", 81 "-u",
82 "[BUILD]\\scripts\\slave\\compile.py", 82 "[BUILD]\\scripts\\slave\\compile.py",
83 "--target", 83 "--target",
84 "Debug", 84 "Debug",
85 "--src-dir", 85 "--src-dir",
86 "[SLAVE_BUILD]\\src", 86 "[SLAVE_BUILD]\\src",
87 "--build-tool", 87 "--build-tool",
88 "ninja", 88 "ninja",
89 "--ninja-ensure-up-to-date",
89 "--clobber", 90 "--clobber",
90 "--", 91 "--",
91 "chrome" 92 "chrome"
92 ], 93 ],
93 "cwd": "[SLAVE_BUILD]", 94 "cwd": "[SLAVE_BUILD]",
94 "name": "compile" 95 "name": "compile"
95 } 96 }
96 ] 97 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698