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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@", 74 "@@@SET_BUILD_PROPERTY@got_libvpx_revision_cp@\"refs/heads/master@{#11245} \"@@@",
75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 75 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
76 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@", 76 "@@@SET_BUILD_PROPERTY@got_webkit_revision_cp@\"refs/heads/master@{#124383 }\"@@@",
77 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@" 77 "@@@SET_BUILD_PROPERTY@got_libjingle_revision_cp@\"refs/heads/master@{#134 440}\"@@@"
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "cmd": [ 81 "cmd": [
82 "python", 82 "python",
83 "-u", 83 "-u",
84 "[BUILD]\\scripts\\slave\\recipe_modules\\webrtc\\resources\\cleanup_files .py", 84 "RECIPE_MODULE[webrtc]\\resources\\cleanup_files.py",
85 "[SLAVE_BUILD]\\src\\out" 85 "[SLAVE_BUILD]\\src\\out"
86 ], 86 ],
87 "name": "clean test output files" 87 "name": "clean test output files"
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "-u", 92 "-u",
93 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 93 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
94 ], 94 ],
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "cmd": [ 306 "cmd": [
307 "python", 307 "python",
308 "-u", 308 "-u",
309 "[BUILD]\\scripts\\slave\\process_dumps.py", 309 "[BUILD]\\scripts\\slave\\process_dumps.py",
310 "--target", 310 "--target",
311 "Release" 311 "Release"
312 ], 312 ],
313 "name": "process_dumps" 313 "name": "process_dumps"
314 } 314 }
315 ] 315 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698