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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_debug__vs2013_.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": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
131 "GYP_CHROMIUM_NO_ACTION": "1",
131 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 use_goma=1", 132 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 use_goma=1",
132 "GYP_MSVS_VERSION": "2013", 133 "GYP_MSVS_VERSION": "2013",
133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 134 "PATH": "%(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=symbol_level=2 visual_studio_version=2013 is_debug=true target_cpu =\"x86\" 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.exe", 162 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
149 "--target", 163 "--target",
150 "Debug", 164 "Debug",
(...skipping 10 matching lines...) Expand all
161 "--goma-deps-cache-file", 175 "--goma-deps-cache-file",
162 "Win32_Debug__VS2013_.gomadeps", 176 "Win32_Debug__VS2013_.gomadeps",
163 "--compiler", 177 "--compiler",
164 "goma", 178 "goma",
165 "--goma-jsonstatus", 179 "--goma-jsonstatus",
166 "/path/to/tmp/json", 180 "/path/to/tmp/json",
167 "--goma-service-account-json-file", 181 "--goma-service-account-json-file",
168 "C:\\creds\\service_accounts\\service-account-goma-client.json", 182 "C:\\creds\\service_accounts\\service-account-goma-client.json",
169 "--goma-dir", 183 "--goma-dir",
170 "[CACHE]\\cipd\\goma", 184 "[CACHE]\\cipd\\goma",
171 "--", 185 "--"
172 "All"
173 ], 186 ],
174 "env": { 187 "env": {
175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
176 }, 189 },
177 "name": "compile", 190 "name": "compile",
178 "~followup_annotations": [ 191 "~followup_annotations": [
179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
180 "@@@STEP_LOG_END@json.output (invalid)@@@" 193 "@@@STEP_LOG_END@json.output (invalid)@@@"
181 ] 194 ]
182 }, 195 },
(...skipping 15 matching lines...) Expand all
198 "libyuv_unittest.exe" 211 "libyuv_unittest.exe"
199 ], 212 ],
200 "name": "libyuv_unittest" 213 "name": "libyuv_unittest"
201 }, 214 },
202 { 215 {
203 "name": "$result", 216 "name": "$result",
204 "recipe_result": null, 217 "recipe_result": null,
205 "status_code": 0 218 "status_code": 0
206 } 219 }
207 ] 220 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698