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

Side by Side Diff: scripts/slave/recipes/chromium.expected/buildspec_compile_targets.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder (dbg)", 10 "Linux Builder (dbg)",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "--src-dir", 114 "--src-dir",
115 "[SLAVE_BUILD]/src", 115 "[SLAVE_BUILD]/src",
116 "--build-tool", 116 "--build-tool",
117 "ninja", 117 "ninja",
118 "--compiler", 118 "--compiler",
119 "goma", 119 "goma",
120 "--goma-dir", 120 "--goma-dir",
121 "[BUILD]/goma", 121 "[BUILD]/goma",
122 "--", 122 "--",
123 "chrome", 123 "chrome",
124 "chrome_run",
124 "target_from_dbg_1", 125 "target_from_dbg_1",
125 "target_from_dbg_2" 126 "target_from_dbg_2"
126 ], 127 ],
127 "name": "compile" 128 "name": "compile"
128 }, 129 },
129 { 130 {
130 "cmd": [ 131 "cmd": [
131 "python", 132 "python",
132 "-u", 133 "-u",
133 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 134 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
(...skipping 19 matching lines...) Expand all
153 "--build_revision", 154 "--build_revision",
154 "170242", 155 "170242",
155 "--factory-properties", 156 "--factory-properties",
156 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 1, \"mastername\": \"ch romium.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo rkdir\": \"/path/to/workdir/TestSlavename\"}", 157 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 1, \"mastername\": \"ch romium.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo rkdir\": \"/path/to/workdir/TestSlavename\"}",
157 "--build-properties", 158 "--build-properties",
158 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 1, \"mastername\": \"ch romium.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo rkdir\": \"/path/to/workdir/TestSlavename\"}" 159 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 1, \"mastername\": \"ch romium.linux\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"wo rkdir\": \"/path/to/workdir/TestSlavename\"}"
159 ], 160 ],
160 "name": "package build" 161 "name": "package build"
161 } 162 }
162 ] 163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698