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

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

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (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 "Win32 Debug (VS2010)", 10 "Win32 Debug (VS2010)",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "--gsutil-py-path", 73 "--gsutil-py-path",
74 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 74 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
75 "--ninja-path", 75 "--ninja-path",
76 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 76 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
77 "--target", 77 "--target",
78 "Debug", 78 "Debug",
79 "--src-dir", 79 "--src-dir",
80 "[SLAVE_BUILD]\\src", 80 "[SLAVE_BUILD]\\src",
81 "--goma-cache-dir", 81 "--goma-cache-dir",
82 "[GOMA_CACHE]", 82 "[GOMA_CACHE]",
83 "--build-tool",
84 "ninja",
85 "--compiler", 83 "--compiler",
86 "goma", 84 "goma",
87 "--goma-jsonstatus", 85 "--goma-jsonstatus",
88 "/path/to/tmp/json", 86 "/path/to/tmp/json",
89 "--goma-service-account-json-file", 87 "--goma-service-account-json-file",
90 "C:\\creds\\service_accounts\\service-account-goma-client.json", 88 "C:\\creds\\service_accounts\\service-account-goma-client.json",
91 "--goma-dir", 89 "--goma-dir",
92 "[BUILD]\\goma", 90 "[BUILD]\\goma",
93 "--", 91 "--",
94 "All" 92 "All"
(...skipping 24 matching lines...) Expand all
119 "libyuv_unittest.exe" 117 "libyuv_unittest.exe"
120 ], 118 ],
121 "name": "libyuv_unittest" 119 "name": "libyuv_unittest"
122 }, 120 },
123 { 121 {
124 "name": "$result", 122 "name": "$result",
125 "recipe_result": null, 123 "recipe_result": null,
126 "status_code": 0 124 "status_code": 0
127 } 125 }
128 ] 126 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698