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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.json

Issue 2151583002: recipes/win: Stop explicitly disabling precompiled headers in recipes in goma builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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 | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Windows Analyze", 10 "Chromium Windows Analyze",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 130 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
131 "runhooks" 131 "runhooks"
132 ], 132 ],
133 "cwd": "[SLAVE_BUILD]\\src", 133 "cwd": "[SLAVE_BUILD]\\src",
134 "env": { 134 "env": {
135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
136 "GYP_CHROMIUM_NO_ACTION": "1", 136 "GYP_CHROMIUM_NO_ACTION": "1",
137 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=2 go madir='[BUILD]\\goma' target_arch=ia32 use_goma=0 win_analyze=1", 137 "GYP_DEFINES": "component=shared_library fastbuild=2 gomadir='[BUILD]\\gom a' target_arch=ia32 use_goma=0 win_analyze=1",
Nico 2016/07/13 18:31:41 This diff is a bit surprising since this passes us
138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
139 }, 139 },
140 "name": "gclient runhooks" 140 "name": "gclient runhooks"
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 146 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
147 "gen", 147 "gen",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
184 }, 184 },
185 "name": "compile" 185 "name": "compile"
186 }, 186 },
187 { 187 {
188 "name": "$result", 188 "name": "$result",
189 "recipe_result": null, 189 "recipe_result": null,
190 "status_code": 0 190 "status_code": 0
191 } 191 }
192 ] 192 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698