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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__32_.json

Issue 498903002: Updates compile targets for telemetry/nacl to include chrome_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge Created 6 years, 3 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux Trusty (32)", 10 "Linux Trusty (32)",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "-u", 99 "-u",
100 "[BUILD]/scripts/slave/compile.py", 100 "[BUILD]/scripts/slave/compile.py",
101 "--target", 101 "--target",
102 "Release", 102 "Release",
103 "--src-dir", 103 "--src-dir",
104 "[SLAVE_BUILD]/src", 104 "[SLAVE_BUILD]/src",
105 "--build-tool", 105 "--build-tool",
106 "ninja", 106 "ninja",
107 "--", 107 "--",
108 "all", 108 "all",
109 "chrome" 109 "chrome",
110 "chrome_run"
110 ], 111 ],
111 "name": "compile" 112 "name": "compile"
112 }, 113 },
113 { 114 {
114 "cmd": [ 115 "cmd": [
115 "python", 116 "python",
116 "-u", 117 "-u",
117 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 118 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
118 "--json", 119 "--json",
119 "/path/to/tmp/json" 120 "/path/to/tmp/json"
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "--metadata", 203 "--metadata",
203 "blink_revision=124383", 204 "blink_revision=124383",
204 "--metadata", 205 "--metadata",
205 "build_number=571", 206 "build_number=571",
206 "--write-full-results-to", 207 "--write-full-results-to",
207 "/path/to/tmp/json" 208 "/path/to/tmp/json"
208 ], 209 ],
209 "name": "telemetry_perf_unittests" 210 "name": "telemetry_perf_unittests"
210 } 211 }
211 ] 212 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698