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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_debug_forced.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. 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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
126 "runhooks" 126 "runhooks"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]/src", 128 "cwd": "[SLAVE_BUILD]/src",
129 "env": { 129 "env": {
130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
131 "GYP_CHROMIUM_NO_ACTION": "1",
131 "GYP_CROSSCOMPILE": "1", 132 "GYP_CROSSCOMPILE": "1",
132 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1", 133 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
133 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 134 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
134 }, 135 },
135 "name": "gclient runhooks" 136 "name": "gclient runhooks"
136 }, 137 },
137 { 138 {
138 "cmd": [ 139 "cmd": [
139 "python", 140 "python",
140 "-u", 141 "-u",
142 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
143 "--root=[SLAVE_BUILD]/src",
144 "gen",
145 "//out/Debug",
146 "--args=is_component_build=false is_debug=true target_os=\"android\" targe t_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
147 ],
148 "cwd": "[SLAVE_BUILD]/src",
149 "name": "gn"
150 },
151 {
152 "cmd": [
153 "python",
154 "-u",
141 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
142 "--show-path", 156 "--show-path",
143 "python", 157 "python",
144 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
145 "--gsutil-py-path", 159 "--gsutil-py-path",
146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 160 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
147 "--ninja-path", 161 "--ninja-path",
148 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 162 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
149 "--target", 163 "--target",
150 "Debug", 164 "Debug",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "~followup_annotations": [ 237 "~followup_annotations": [
224 "@@@STEP_TEXT@Android Tester ARM32 Debug (Nexus 5X)@@@" 238 "@@@STEP_TEXT@Android Tester ARM32 Debug (Nexus 5X)@@@"
225 ] 239 ]
226 }, 240 },
227 { 241 {
228 "name": "$result", 242 "name": "$result",
229 "recipe_result": null, 243 "recipe_result": null,
230 "status_code": 0 244 "status_code": 0
231 } 245 }
232 ] 246 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698