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

Side by Side Diff: scripts/slave/recipes/android_webview_shell_tests.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 "Release", 114 "Release",
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 "system_webview_apk", 125 "system_webview_apk",
125 "android_webview_shell_apk", 126 "android_webview_shell_apk",
126 "android_tools" 127 "android_tools"
127 ], 128 ],
128 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
129 "env": { 130 "env": {
130 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 131 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
131 }, 132 },
132 "name": "compile" 133 "name": "compile"
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 360 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
360 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 361 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
361 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 362 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
362 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 363 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
363 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 364 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
364 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 365 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
365 "@@@STEP_LOG_END@python.inline@@@" 366 "@@@STEP_LOG_END@python.inline@@@"
366 ] 367 ]
367 } 368 }
368 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698