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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac_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, 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 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "--src-dir", 109 "--src-dir",
110 "[SLAVE_BUILD]/src", 110 "[SLAVE_BUILD]/src",
111 "--build-tool", 111 "--build-tool",
112 "ninja", 112 "ninja",
113 "--compiler", 113 "--compiler",
114 "goma-clang", 114 "goma-clang",
115 "--goma-dir", 115 "--goma-dir",
116 "[BUILD]/goma", 116 "[BUILD]/goma",
117 "--", 117 "--",
118 "chrome", 118 "chrome",
119 "chrome_run",
119 "chromium_builder_tests" 120 "chromium_builder_tests"
120 ], 121 ],
121 "name": "compile" 122 "name": "compile"
122 }, 123 },
123 { 124 {
124 "cmd": [ 125 "cmd": [
125 "python", 126 "python",
126 "-u", 127 "-u",
127 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 128 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
128 "--json", 129 "--json",
(...skipping 18 matching lines...) Expand all
147 "--build_revision", 148 "--build_revision",
148 "143121", 149 "143121",
149 "--factory-properties", 150 "--factory-properties",
150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 151 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
151 "--build-properties", 152 "--build-properties",
152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Mac Builder\", \"buildnumber\": 571, \"mastername\": \"client.s kia\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
153 ], 154 ],
154 "name": "package build" 155 "name": "package build"
155 } 156 }
156 ] 157 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698