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

Side by Side Diff: scripts/slave/recipe_modules/zip/example.expected/win.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "touch", 4 "touch",
5 "[TMP_BASE]\\zip-example_tmp_1\\a" 5 "[TMP_BASE]\\zip-example_tmp_1\\a"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "touch a" 8 "name": "touch a"
9 }, 9 },
10 { 10 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "touch", 43 "touch",
44 "[TMP_BASE]\\zip-example_tmp_1\\sub\\dir\\c" 44 "[TMP_BASE]\\zip-example_tmp_1\\sub\\dir\\c"
45 ], 45 ],
46 "cwd": "[SLAVE_BUILD]", 46 "cwd": "[SLAVE_BUILD]",
47 "name": "touch c" 47 "name": "touch c"
48 }, 48 },
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "RECIPE_MODULE[zip]\\resources\\zip.py" 53 "RECIPE_MODULE[build.zip]\\resources\\zip.py"
54 ], 54 ],
55 "cwd": "[SLAVE_BUILD]", 55 "cwd": "[SLAVE_BUILD]",
56 "name": "zipping", 56 "name": "zipping",
57 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\", \"t ype\": \"dir\"}], \"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zip\", \"root\": \"[TMP_BASE]\\\\zip-example_tmp_1\", \"use_python_zip\": true}" 57 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\", \"t ype\": \"dir\"}], \"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zip\", \"root\": \"[TMP_BASE]\\\\zip-example_tmp_1\", \"use_python_zip\": true}"
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "python", 61 "python",
62 "-u", 62 "-u",
63 "RECIPE_MODULE[zip]\\resources\\zip.py" 63 "RECIPE_MODULE[build.zip]\\resources\\zip.py"
64 ], 64 ],
65 "cwd": "[SLAVE_BUILD]", 65 "cwd": "[SLAVE_BUILD]",
66 "name": "zipping more", 66 "name": "zipping more",
67 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\a\" , \"type\": \"file\"}, {\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\b\", \"ty pe\": \"file\"}, {\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\sub\", \"type\" : \"dir\"}], \"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\more.zip\", \"root \": \"[TMP_BASE]\\\\zip-example_tmp_1\", \"use_python_zip\": true}" 67 "stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\a\" , \"type\": \"file\"}, {\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\b\", \"ty pe\": \"file\"}, {\"path\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\sub\", \"type\" : \"dir\"}], \"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\more.zip\", \"root \": \"[TMP_BASE]\\\\zip-example_tmp_1\", \"use_python_zip\": true}"
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "echo", 71 "echo",
72 "[TMP_BASE]\\zip-example_tmp_1\\more.zip" 72 "[TMP_BASE]\\zip-example_tmp_1\\more.zip"
73 ], 73 ],
74 "cwd": "[SLAVE_BUILD]", 74 "cwd": "[SLAVE_BUILD]",
75 "name": "report" 75 "name": "report"
76 }, 76 },
77 { 77 {
78 "cmd": [ 78 "cmd": [
79 "python", 79 "python",
80 "-u", 80 "-u",
81 "RECIPE_MODULE[zip]\\resources\\unzip.py" 81 "RECIPE_MODULE[build.zip]\\resources\\unzip.py"
82 ], 82 ],
83 "cwd": "[SLAVE_BUILD]", 83 "cwd": "[SLAVE_BUILD]",
84 "name": "unzipping", 84 "name": "unzipping",
85 "stdin": "{\"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output\", \"use_ python_zip\": true, \"zip_file\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zi p\"}" 85 "stdin": "{\"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output\", \"use_ python_zip\": true, \"zip_file\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zi p\"}"
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "find" 89 "find"
90 ], 90 ],
91 "cwd": "[TMP_BASE]\\zip-example_tmp_1\\output", 91 "cwd": "[TMP_BASE]\\zip-example_tmp_1\\output",
(...skipping 17 matching lines...) Expand all
109 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 109 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
110 "@@@STEP_LOG_END@python.inline@@@" 110 "@@@STEP_LOG_END@python.inline@@@"
111 ] 111 ]
112 }, 112 },
113 { 113 {
114 "name": "$result", 114 "name": "$result",
115 "recipe_result": null, 115 "recipe_result": null,
116 "status_code": 0 116 "status_code": 0
117 } 117 }
118 ] 118 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698