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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_mips_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 "\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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "[BUILD]/scripts/slave/compile.py", 166 "[BUILD]/scripts/slave/compile.py",
167 "--target", 167 "--target",
168 "Release", 168 "Release",
169 "--src-dir", 169 "--src-dir",
170 "[SLAVE_BUILD]/src", 170 "[SLAVE_BUILD]/src",
171 "--build-tool", 171 "--build-tool",
172 "ninja", 172 "ninja",
173 "--ninja-ensure-up-to-date",
173 "--clobber", 174 "--clobber",
174 "--", 175 "--",
175 "cronet_package", 176 "cronet_package",
176 "cronet_sample_test_apk", 177 "cronet_sample_test_apk",
177 "cronet_test_instrumentation_apk" 178 "cronet_test_instrumentation_apk"
178 ], 179 ],
179 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
180 "env": { 181 "env": {
181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 182 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
182 }, 183 },
183 "name": "compile" 184 "name": "compile"
184 } 185 }
185 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698