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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_x86", 10 "android_x86",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "--gsutil-py-path", 75 "--gsutil-py-path",
76 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 76 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
77 "--ninja-path", 77 "--ninja-path",
78 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 78 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
79 "--target", 79 "--target",
80 "Debug", 80 "Debug",
81 "--src-dir", 81 "--src-dir",
82 "[SLAVE_BUILD]/src", 82 "[SLAVE_BUILD]/src",
83 "--goma-cache-dir", 83 "--goma-cache-dir",
84 "[GOMA_CACHE]", 84 "[GOMA_CACHE]",
85 "--build-tool",
86 "ninja",
87 "--compiler", 85 "--compiler",
88 "goma", 86 "goma",
89 "--goma-jsonstatus", 87 "--goma-jsonstatus",
90 "/path/to/tmp/json", 88 "/path/to/tmp/json",
91 "--goma-service-account-json-file", 89 "--goma-service-account-json-file",
92 "/creds/service_accounts/service-account-goma-client.json", 90 "/creds/service_accounts/service-account-goma-client.json",
93 "--goma-dir", 91 "--goma-dir",
94 "[BUILD]/goma", 92 "[BUILD]/goma",
95 "--goma-fail-fast", 93 "--goma-fail-fast",
96 "--goma-disable-local-fallback", 94 "--goma-disable-local-fallback",
97 "--" 95 "--"
98 ], 96 ],
99 "env": { 97 "env": {
100 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 98 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
101 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
102 }, 100 },
103 "name": "compile", 101 "name": "compile",
104 "~followup_annotations": [ 102 "~followup_annotations": [
105 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
106 "@@@STEP_LOG_END@json.output (invalid)@@@" 104 "@@@STEP_LOG_END@json.output (invalid)@@@"
107 ] 105 ]
108 }, 106 },
109 { 107 {
110 "name": "$result", 108 "name": "$result",
111 "recipe_result": null, 109 "recipe_result": null,
112 "status_code": 0 110 "status_code": 0
113 } 111 }
114 ] 112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698