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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder__dbg_.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder (dbg)", 10 "Linux Builder (dbg)",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "Debug", 102 "Debug",
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", 108 "goma",
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 17 matching lines...) Expand all
140 "--build_revision", 141 "--build_revision",
141 "170242", 142 "170242",
142 "--factory-properties", 143 "--factory-properties",
143 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
144 "--build-properties", 145 "--build-properties",
145 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 146 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)\", \"buildnumber\": 571, \"mastername\": \" chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slav ename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
146 ], 147 ],
147 "name": "package build" 148 "name": "package build"
148 } 149 }
149 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698