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

Side by Side Diff: scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--target", 172 "--target",
173 "Release", 173 "Release",
174 "--src-dir", 174 "--src-dir",
175 "[SLAVE_BUILD]/src", 175 "[SLAVE_BUILD]/src",
176 "--build-tool", 176 "--build-tool",
177 "ninja", 177 "ninja",
178 "--compiler", 178 "--compiler",
179 "goma", 179 "goma",
180 "--goma-dir", 180 "--goma-dir",
181 "[BUILD]/goma", 181 "[BUILD]/goma",
182 "--ninja-ensure-up-to-date",
182 "--", 183 "--",
183 "content_shell_apk" 184 "content_shell_apk"
184 ], 185 ],
185 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
186 "env": { 187 "env": {
187 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 188 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
188 }, 189 },
189 "name": "compile" 190 "name": "compile"
190 }, 191 },
191 { 192 {
192 "cmd": [ 193 "cmd": [
193 "python", 194 "python",
194 "-u", 195 "-u",
195 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py", 196 "[SLAVE_BUILD]/src/dart/tools/bots/dartium_android.py",
196 "--build-products-dir", 197 "--build-products-dir",
197 "[SLAVE_BUILD]/src/out/Release" 198 "[SLAVE_BUILD]/src/out/Release"
198 ], 199 ],
199 "cwd": "[SLAVE_BUILD]", 200 "cwd": "[SLAVE_BUILD]",
200 "name": "dartium_test" 201 "name": "dartium_test"
201 } 202 }
202 ] 203 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698