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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_10.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, 4 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 "Chromium Mac 10.10", 10 "Chromium Mac 10.10",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--compiler", 107 "--compiler",
108 "goma-clang", 108 "goma-clang",
109 "--goma-dir", 109 "--goma-dir",
110 "[BUILD]/goma", 110 "[BUILD]/goma",
111 "--", 111 "--",
112 "chrome" 112 "chrome",
113 "chrome_run"
113 ], 114 ],
114 "name": "compile" 115 "name": "compile"
115 }, 116 },
116 { 117 {
117 "cmd": [ 118 "cmd": [
118 "python", 119 "python",
119 "-u", 120 "-u",
120 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 121 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
121 "--json", 122 "--json",
122 "/path/to/tmp/json" 123 "/path/to/tmp/json"
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "--metadata", 220 "--metadata",
220 "blink_revision=124383", 221 "blink_revision=124383",
221 "--metadata", 222 "--metadata",
222 "build_number=571", 223 "build_number=571",
223 "--write-full-results-to", 224 "--write-full-results-to",
224 "/path/to/tmp/json" 225 "/path/to/tmp/json"
225 ], 226 ],
226 "name": "telemetry_perf_unittests" 227 "name": "telemetry_perf_unittests"
227 } 228 }
228 ] 229 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698