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

Side by Side Diff: scripts/slave/recipes/android_webview_cts_tests.expected/android_webview_cts_tests.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 ], 126 ],
126 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
127 "env": { 128 "env": {
128 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 129 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
129 }, 130 },
130 "name": "compile" 131 "name": "compile"
131 }, 132 },
132 { 133 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 350 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
350 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 351 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
351 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 352 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
352 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 353 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
353 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 354 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
354 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 355 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
355 "@@@STEP_LOG_END@python.inline@@@" 356 "@@@STEP_LOG_END@python.inline@@@"
356 ] 357 ]
357 } 358 }
358 ] 359 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698