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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "--target", 113 "--target",
114 "Debug", 114 "Debug",
115 "--src-dir", 115 "--src-dir",
116 "[SLAVE_BUILD]/src", 116 "[SLAVE_BUILD]/src",
117 "--build-tool", 117 "--build-tool",
118 "ninja", 118 "ninja",
119 "--compiler", 119 "--compiler",
120 "goma", 120 "goma",
121 "--goma-dir", 121 "--goma-dir",
122 "[BUILD]/goma", 122 "[BUILD]/goma",
123 "--ninja-ensure-up-to-date",
123 "--", 124 "--",
124 "content_shell" 125 "content_shell"
125 ], 126 ],
126 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
127 "name": "compile content_shell" 128 "name": "compile content_shell"
128 }, 129 },
129 { 130 {
130 "cmd": [ 131 "cmd": [
131 "python", 132 "python",
132 "-u", 133 "-u",
(...skipping 10 matching lines...) Expand all
143 "--target", 144 "--target",
144 "Debug", 145 "Debug",
145 "--src-dir", 146 "--src-dir",
146 "[SLAVE_BUILD]/src", 147 "[SLAVE_BUILD]/src",
147 "--build-tool", 148 "--build-tool",
148 "ninja", 149 "ninja",
149 "--compiler", 150 "--compiler",
150 "goma", 151 "goma",
151 "--goma-dir", 152 "--goma-dir",
152 "[BUILD]/goma", 153 "[BUILD]/goma",
154 "--ninja-ensure-up-to-date",
153 "--", 155 "--",
154 "aura_unittests", 156 "aura_unittests",
155 "base_unittests", 157 "base_unittests",
156 "cacheinvalidation_unittests", 158 "cacheinvalidation_unittests",
157 "cc_unittests", 159 "cc_unittests",
158 "components_unittests", 160 "components_unittests",
159 "compositor_unittests", 161 "compositor_unittests",
160 "content_browsertests", 162 "content_browsertests",
161 "content_unittests", 163 "content_unittests",
162 "crypto_unittests", 164 "crypto_unittests",
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "--builder-name=TestBuilder", 703 "--builder-name=TestBuilder",
702 "--slave-name=TestSlavename", 704 "--slave-name=TestSlavename",
703 "--build-number=571", 705 "--build-number=571",
704 "--no-spawn-dbus", 706 "--no-spawn-dbus",
705 "url_unittests" 707 "url_unittests"
706 ], 708 ],
707 "cwd": "[SLAVE_BUILD]", 709 "cwd": "[SLAVE_BUILD]",
708 "name": "url_unittests" 710 "name": "url_unittests"
709 } 711 }
710 ] 712 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.expected/basic.json ('k') | scripts/slave/recipes/ozone_ecs.expected/check_ecs_deps_fail.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698