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

Side by Side Diff: scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Linux.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.mojo", 8 "chromium.mojo",
9 "--builder", 9 "--builder",
10 "Chromium Mojo Linux", 10 "Chromium Mojo Linux",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "--target", 96 "--target",
97 "Release", 97 "Release",
98 "--src-dir", 98 "--src-dir",
99 "[SLAVE_BUILD]/src", 99 "[SLAVE_BUILD]/src",
100 "--build-tool", 100 "--build-tool",
101 "ninja", 101 "ninja",
102 "--compiler", 102 "--compiler",
103 "goma", 103 "goma",
104 "--goma-dir", 104 "--goma-dir",
105 "[BUILD]/goma", 105 "[BUILD]/goma",
106 "--ninja-ensure-up-to-date",
106 "--", 107 "--",
107 "mandoline:all" 108 "mandoline:all"
108 ], 109 ],
109 "cwd": "[SLAVE_BUILD]", 110 "cwd": "[SLAVE_BUILD]",
110 "name": "compile" 111 "name": "compile"
111 }, 112 },
112 { 113 {
113 "cmd": [ 114 "cmd": [
114 "python", 115 "python",
115 "-u", 116 "-u",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "python", 430 "python",
430 "-u", 431 "-u",
431 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py", 432 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py",
432 "[SLAVE_BUILD]/src/out/Release", 433 "[SLAVE_BUILD]/src/out/Release",
433 "--verbose" 434 "--verbose"
434 ], 435 ],
435 "cwd": "[SLAVE_BUILD]", 436 "cwd": "[SLAVE_BUILD]",
436 "name": "app_tests" 437 "name": "app_tests"
437 } 438 }
438 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698