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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 903273002: Update from https://crrev.com/315085 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/gtest.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "test": "accessibility_unittests", 7 "test": "accessibility_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "swarming": { 167 "swarming": {
168 "can_use_on_swarming_builders": true 168 "can_use_on_swarming_builders": true
169 } 169 }
170 }, 170 },
171 "mojo_common_unittests", 171 "mojo_common_unittests",
172 "mojo_public_bindings_unittests", 172 "mojo_public_bindings_unittests",
173 "mojo_public_environment_unittests", 173 "mojo_public_environment_unittests",
174 "mojo_public_system_unittests", 174 "mojo_public_system_unittests",
175 "mojo_public_utility_unittests", 175 "mojo_public_utility_unittests",
176 "mojo_system_unittests", 176 "mojo_system_unittests",
177 { 177 "nacl_loader_unittests",
178 "test": "nacl_loader_unittests",
179 "platforms": ["linux"]
180 },
181 { 178 {
182 "test": "net_unittests", 179 "test": "net_unittests",
183 "swarming": { 180 "swarming": {
184 "can_use_on_swarming_builders": true 181 "can_use_on_swarming_builders": true
185 } 182 }
186 }, 183 },
187 "ppapi_unittests", 184 "ppapi_unittests",
188 "printing_unittests", 185 "printing_unittests",
189 "remoting_unittests", 186 "remoting_unittests",
190 { 187 {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "non_filter_tests_builders": [ 293 "non_filter_tests_builders": [
297 ], 294 ],
298 295
299 "filter_compile_builders": [ 296 "filter_compile_builders": [
300 "win_chromium_compile_dbg", 297 "win_chromium_compile_dbg",
301 "win_chromium_rel_swarming", 298 "win_chromium_rel_swarming",
302 "win_chromium_x64_rel_swarming", 299 "win_chromium_x64_rel_swarming",
303 "win8_chromium_rel" 300 "win8_chromium_rel"
304 ] 301 ]
305 } 302 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698