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

Side by Side Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json

Issue 1775063002: [Android] Use mb on chromium.linux and tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_linux.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "RECIPE_PACKAGE[depot_tools]/gclient.py", 130 "RECIPE_PACKAGE[depot_tools]/gclient.py",
131 "runhooks" 131 "runhooks"
132 ], 132 ],
133 "cwd": "[SLAVE_BUILD]", 133 "cwd": "[SLAVE_BUILD]",
134 "env": { 134 "env": {
135 "GYP_CHROMIUM_NO_ACTION": "1",
Dirk Pranke 2016/03/09 19:55:49 Ick, the example.py in recipe_modules/chromium dep
martiniss 2016/03/09 19:58:10 :(
135 "GYP_CROSSCOMPILE": "1", 136 "GYP_CROSSCOMPILE": "1",
136 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arch=arm test_isolation_mode=prepare use_goma=1", 137 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arch=arm test_isolation_mode=prepare use_goma=1",
137 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]" 138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE[depot_tools]"
138 }, 139 },
139 "name": "gclient runhooks" 140 "name": "gclient runhooks"
140 }, 141 },
141 { 142 {
142 "cmd": [ 143 "cmd": [
143 "python", 144 "python",
144 "-u", 145 "-u",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 209 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
209 "@@@STEP_LOG_END@json.output (invalid)@@@" 210 "@@@STEP_LOG_END@json.output (invalid)@@@"
210 ] 211 ]
211 }, 212 },
212 { 213 {
213 "name": "$result", 214 "name": "$result",
214 "recipe_result": null, 215 "recipe_result": null,
215 "status_code": 0 216 "status_code": 0
216 } 217 }
217 ] 218 ]
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_linux.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698