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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "--target", 118 "--target",
119 "Release", 119 "Release",
120 "--src-dir", 120 "--src-dir",
121 "[SLAVE_BUILD]/src", 121 "[SLAVE_BUILD]/src",
122 "--build-tool", 122 "--build-tool",
123 "ninja", 123 "ninja",
124 "--compiler", 124 "--compiler",
125 "goma", 125 "goma",
126 "--goma-dir", 126 "--goma-dir",
127 "[BUILD]/goma", 127 "[BUILD]/goma",
128 "--ninja-ensure-up-to-date",
128 "--" 129 "--"
129 ], 130 ],
130 "cwd": "[SLAVE_BUILD]", 131 "cwd": "[SLAVE_BUILD]",
131 "env": { 132 "env": {
132 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 133 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
133 }, 134 },
134 "name": "compile" 135 "name": "compile"
135 }, 136 },
136 { 137 {
137 "cmd": [ 138 "cmd": [
(...skipping 22 matching lines...) Expand all
160 "[SLAVE_BUILD]/src/out/build_product.zip", 161 "[SLAVE_BUILD]/src/out/build_product.zip",
161 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip" 162 "gs://v8-android/v8_android_perf_rel/full-build-linux_267739.zip"
162 ], 163 ],
163 "cwd": "[SLAVE_BUILD]", 164 "cwd": "[SLAVE_BUILD]",
164 "name": "gsutil upload_build_product", 165 "name": "gsutil upload_build_product",
165 "~followup_annotations": [ 166 "~followup_annotations": [
166 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 167 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
167 ] 168 ]
168 } 169 }
169 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698