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

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 1324263003: Blimp: create MessageDispatcher class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp-protos
Patch Set: Remove testonly annotation Created 5 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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "content_shell_apk", 6 "content_shell_apk",
7 "mandoline:all" 7 "mandoline:all"
8 ], 8 ],
9 "gtest_tests": [ 9 "gtest_tests": [
10 { 10 {
11 "test": "blimp_common_unit_tests"
12 },
13 {
11 "test": "html_viewer_unittests" 14 "test": "html_viewer_unittests"
12 }, 15 },
13 { 16 {
14 "test": "ipc_mojo_unittests" 17 "test": "ipc_mojo_unittests"
15 }, 18 },
16 { 19 {
17 "swarming": { 20 "swarming": {
18 "can_use_on_swarming_builders": true 21 "can_use_on_swarming_builders": true
19 }, 22 },
20 "test": "mojo_common_unittests" 23 "test": "mojo_common_unittests"
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "test": "aura_unittests" 263 "test": "aura_unittests"
261 }, 264 },
262 { 265 {
263 "swarming": { 266 "swarming": {
264 "can_use_on_swarming_builders": true 267 "can_use_on_swarming_builders": true
265 }, 268 },
266 "test": "base_unittests" 269 "test": "base_unittests"
267 }, 270 },
268 { 271 {
269 "swarming": { 272 "swarming": {
273 "can_use_on_swarming_builders": true
274 },
275 "test": "blimp_common_unit_tests"
nyquist 2015/09/10 21:56:47 Could you add to Linux GN (dbg) as well?
Kevin M 2015/09/23 00:05:30 Done.
276 },
277 {
278 "swarming": {
270 "can_use_on_swarming_builders": true, 279 "can_use_on_swarming_builders": true,
271 "shards": 5 280 "shards": 5
272 }, 281 },
273 "test": "browser_tests" 282 "test": "browser_tests"
274 }, 283 },
275 { 284 {
276 "swarming": { 285 "swarming": {
277 "can_use_on_swarming_builders": true 286 "can_use_on_swarming_builders": true
278 }, 287 },
279 "test": "cacheinvalidation_unittests" 288 "test": "cacheinvalidation_unittests"
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 } 1664 }
1656 ], 1665 ],
1657 "scripts": [ 1666 "scripts": [
1658 { 1667 {
1659 "name": "nacl_integration", 1668 "name": "nacl_integration",
1660 "script": "nacl_integration.py" 1669 "script": "nacl_integration.py"
1661 } 1670 }
1662 ] 1671 ]
1663 } 1672 }
1664 } 1673 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698