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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release__vs2013_.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
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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Win64 Release (VS2013)", 10 "Win64 Release (VS2013)",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
54 "runhooks" 54 "runhooks"
55 ], 55 ],
56 "cwd": "[SLAVE_BUILD]\\src", 56 "cwd": "[SLAVE_BUILD]\\src",
57 "env": { 57 "env": {
58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 58 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
59 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=x64 use_goma=1", 59 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[BUILD]\\gom a' target_arch=x64 use_goma=1",
60 "GYP_MSVS_VERSION": "2013", 60 "GYP_MSVS_VERSION": "2013",
61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
62 }, 62 },
63 "name": "gclient runhooks" 63 "name": "gclient runhooks"
64 }, 64 },
65 { 65 {
66 "cmd": [ 66 "cmd": [
67 "python", 67 "python",
68 "-u", 68 "-u",
69 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 69 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "libyuv_unittest.exe" 117 "libyuv_unittest.exe"
118 ], 118 ],
119 "name": "libyuv_unittest" 119 "name": "libyuv_unittest"
120 }, 120 },
121 { 121 {
122 "name": "$result", 122 "name": "$result",
123 "recipe_result": null, 123 "recipe_result": null,
124 "status_code": 0 124 "status_code": 0
125 } 125 }
126 ] 126 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698