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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "--src-dir", 111 "--src-dir",
112 "[SLAVE_BUILD]\\src", 112 "[SLAVE_BUILD]\\src",
113 "--build-tool", 113 "--build-tool",
114 "ninja", 114 "ninja",
115 "--compiler", 115 "--compiler",
116 "goma", 116 "goma",
117 "--goma-dir", 117 "--goma-dir",
118 "[BUILD]\\goma", 118 "[BUILD]\\goma",
119 "--", 119 "--",
120 "all", 120 "all",
121 "chrome" 121 "chrome",
122 "chrome_run"
122 ], 123 ],
123 "name": "compile" 124 "name": "compile"
124 }, 125 },
125 { 126 {
126 "cmd": [ 127 "cmd": [
127 "python", 128 "python",
128 "-u", 129 "-u",
129 "[SLAVE_BUILD]\\src\\buildtools\\checkdeps\\checkdeps.py", 130 "[SLAVE_BUILD]\\src\\buildtools\\checkdeps\\checkdeps.py",
130 "--json", 131 "--json",
131 "/path/to/tmp/json" 132 "/path/to/tmp/json"
(...skipping 17 matching lines...) Expand all
149 "--build_revision", 150 "--build_revision",
150 "170242", 151 "170242",
151 "--factory-properties", 152 "--factory-properties",
152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
153 "--build-properties", 154 "--build-properties",
154 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 155 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
155 ], 156 ],
156 "name": "package build" 157 "name": "package build"
157 } 158 }
158 ] 159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698