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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_release__gyp_.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",
132 "GYP_CROSSCOMPILE": "1", 131 "GYP_CROSSCOMPILE": "1",
133 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1", 132 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
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]" 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]"
135 }, 134 },
136 "name": "gclient runhooks" 135 "name": "gclient runhooks"
137 }, 136 },
138 { 137 {
139 "cmd": [ 138 "cmd": [
140 "python", 139 "python",
141 "-u", 140 "-u",
142 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
143 "--root=[SLAVE_BUILD]/src",
144 "gen",
145 "//out/Release",
146 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[CACHE]/cipd/goma\""
147 ],
148 "cwd": "[SLAVE_BUILD]/src",
149 "name": "gn"
150 },
151 {
152 "cmd": [
153 "python",
154 "-u",
155 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 141 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
156 "--show-path", 142 "--show-path",
157 "python", 143 "python",
158 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 144 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
159 "--gsutil-py-path", 145 "--gsutil-py-path",
160 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 146 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
161 "--ninja-path", 147 "--ninja-path",
162 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 148 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
163 "--target", 149 "--target",
164 "Release", 150 "Release",
165 "--src-dir", 151 "--src-dir",
166 "[SLAVE_BUILD]/src", 152 "[SLAVE_BUILD]/src",
167 "--goma-cache-dir", 153 "--goma-cache-dir",
168 "[GOMA_CACHE]", 154 "[GOMA_CACHE]",
169 "--buildbot-buildername", 155 "--buildbot-buildername",
170 "Android Release (GN)", 156 "Android Release (GYP)",
171 "--buildbot-mastername", 157 "--buildbot-mastername",
172 "client.libyuv", 158 "client.libyuv",
173 "--buildbot-slavename", 159 "--buildbot-slavename",
174 "slavename", 160 "slavename",
175 "--goma-deps-cache-file", 161 "--goma-deps-cache-file",
176 "Android_Release__GN_.gomadeps", 162 "Android_Release__GYP_.gomadeps",
177 "--compiler", 163 "--compiler",
178 "goma", 164 "goma",
179 "--goma-jsonstatus", 165 "--goma-jsonstatus",
180 "/path/to/tmp/json", 166 "/path/to/tmp/json",
181 "--goma-service-account-json-file", 167 "--goma-service-account-json-file",
182 "/creds/service_accounts/service-account-goma-client.json", 168 "/creds/service_accounts/service-account-goma-client.json",
183 "--goma-dir", 169 "--goma-dir",
184 "[CACHE]/cipd/goma", 170 "[CACHE]/cipd/goma",
185 "--", 171 "--"
186 "all"
187 ], 172 ],
188 "env": { 173 "env": {
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 175 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
191 }, 176 },
192 "name": "compile", 177 "name": "compile",
193 "~followup_annotations": [ 178 "~followup_annotations": [
194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
195 "@@@STEP_LOG_END@json.output (invalid)@@@" 180 "@@@STEP_LOG_END@json.output (invalid)@@@"
196 ] 181 ]
197 }, 182 },
198 { 183 {
199 "name": "$result", 184 "name": "$result",
200 "recipe_result": null, 185 "recipe_result": null,
201 "status_code": 0 186 "status_code": 0
202 } 187 }
203 ] 188 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698