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

Side by Side Diff: scripts/slave/recipes/android/appurify.expected/EXAMPLE_android_amp_builder_tester_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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "EXAMPLE_android_amp_builder_tester", 10 "EXAMPLE_android_amp_builder_tester",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "--target", 132 "--target",
133 "Release", 133 "Release",
134 "--src-dir", 134 "--src-dir",
135 "[SLAVE_BUILD]/src", 135 "[SLAVE_BUILD]/src",
136 "--build-tool", 136 "--build-tool",
137 "ninja", 137 "ninja",
138 "--compiler", 138 "--compiler",
139 "goma", 139 "goma",
140 "--goma-dir", 140 "--goma-dir",
141 "[BUILD]/goma", 141 "[BUILD]/goma",
142 "--ninja-ensure-up-to-date",
142 "--" 143 "--"
143 ], 144 ],
144 "cwd": "[SLAVE_BUILD]", 145 "cwd": "[SLAVE_BUILD]",
145 "env": { 146 "env": {
146 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 147 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
147 }, 148 },
148 "name": "compile" 149 "name": "compile"
149 }, 150 },
150 { 151 {
151 "cmd": [ 152 "cmd": [
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 1731 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
1731 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 1732 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
1732 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 1733 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
1733 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 1734 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
1734 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 1735 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
1735 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1736 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1736 "@@@STEP_LOG_END@python.inline@@@" 1737 "@@@STEP_LOG_END@python.inline@@@"
1737 ] 1738 ]
1738 } 1739 }
1739 ] 1740 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698