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/recipes/dart/packages.expected/pkg-mac10.11-release-be.json

Issue 2355483004: Add CIPD GAE SDK recipe module and packager. (Closed)
Patch Set: pylint Created 4 years, 2 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github. com/dart-lang/sdk.git'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github. com/dart-lang/sdk.git'}]",
9 "--patch_root", 9 "--patch_root",
10 "sdk", 10 "sdk",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "@@@STEP_LOG_END@python.inline@@@" 118 "@@@STEP_LOG_END@python.inline@@@"
119 ] 119 ]
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_MODULE[build::zip]/resources/unzip.py" 125 "RECIPE_MODULE[build::zip]/resources/unzip.py"
126 ], 126 ],
127 "name": "Unzip sdk", 127 "name": "Unzip sdk",
128 "stdin": "{\"output\": \"[SLAVE_BUILD]/sdk/xcodebuild/ReleaseX64\", \"zip_fi le\": \"[SLAVE_BUILD]/sdk/sdk.zip\"}" 128 "stdin": "{\"output\": \"[SLAVE_BUILD]/sdk/xcodebuild/ReleaseX64\", \"quiet\ ": false, \"zip_file\": \"[SLAVE_BUILD]/sdk/sdk.zip\"}"
129 }, 129 },
130 { 130 {
131 "cmd": [ 131 "cmd": [
132 "python", 132 "python",
133 "-u", 133 "-u",
134 "[SLAVE_BUILD]/sdk/tools/test.py", 134 "[SLAVE_BUILD]/sdk/tools/test.py",
135 "--mode=release", 135 "--mode=release",
136 "--arch=x64", 136 "--arch=x64",
137 "--use-sdk", 137 "--use-sdk",
138 "--compiler=none", 138 "--compiler=none",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 ], 220 ],
221 "cwd": "[SLAVE_BUILD]/sdk", 221 "cwd": "[SLAVE_BUILD]/sdk",
222 "name": "debug log" 222 "name": "debug log"
223 }, 223 },
224 { 224 {
225 "name": "$result", 225 "name": "$result",
226 "recipe_result": null, 226 "recipe_result": null,
227 "status_code": 0 227 "status_code": 0
228 } 228 }
229 ] 229 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/dart/packages.expected/analyzer-win7-debug-dev.json ('k') | scripts/slave/recipes/infra/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698