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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.json

Issue 298653008: Linux ARM Cross-Compile recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: changed target to all Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 { 114 {
115 "cmd": [ 115 "cmd": [
116 "python", 116 "python",
117 "-u", 117 "-u",
118 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 118 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
119 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome.json", 119 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome.json",
120 "/path/to/tmp/json" 120 "/path/to/tmp/json"
121 ], 121 ],
122 "name": "read test spec", 122 "name": "read test spec",
123 "~followup_annotations": [ 123 "~followup_annotations": [
124 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome .json@@@",
124 "@@@STEP_LOG_LINE@json.output@{}@@@", 125 "@@@STEP_LOG_LINE@json.output@{}@@@",
125 "@@@STEP_LOG_END@json.output@@@" 126 "@@@STEP_LOG_END@json.output@@@"
126 ] 127 ]
127 }, 128 },
128 { 129 {
129 "cmd": [ 130 "cmd": [
130 "python", 131 "python",
131 "-u", 132 "-u",
132 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 133 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
133 ], 134 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "--json", 170 "--json",
170 "/path/to/tmp/json" 171 "/path/to/tmp/json"
171 ], 172 ],
172 "name": "checkdeps", 173 "name": "checkdeps",
173 "~followup_annotations": [ 174 "~followup_annotations": [
174 "@@@STEP_LOG_LINE@json.output@[]@@@", 175 "@@@STEP_LOG_LINE@json.output@[]@@@",
175 "@@@STEP_LOG_END@json.output@@@" 176 "@@@STEP_LOG_END@json.output@@@"
176 ] 177 ]
177 } 178 }
178 ] 179 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698