OLD | NEW |
1 { | 1 { |
2 "gtest_tests": [ | 2 "gtest_tests": [ |
3 "accessibility_unittests", | 3 "accessibility_unittests", |
4 { | 4 { |
5 "test": "base_unittests", | 5 "test": "base_unittests", |
6 "swarming": { | 6 "swarming": { |
7 "can_use_on_swarming_builders": true | 7 "can_use_on_swarming_builders": true |
8 } | 8 } |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "can_use_on_swarming_builders": true | 56 "can_use_on_swarming_builders": true |
57 } | 57 } |
58 }, | 58 }, |
59 "ppapi_unittests", | 59 "ppapi_unittests", |
60 "printing_unittests", | 60 "printing_unittests", |
61 "remoting_unittests", | 61 "remoting_unittests", |
62 { | 62 { |
63 "test": "sandbox_linux_unittests", | 63 "test": "sandbox_linux_unittests", |
64 "platforms": ["linux"] | 64 "platforms": ["linux"] |
65 }, | 65 }, |
| 66 "skia_unittests", |
66 "sql_unittests", | 67 "sql_unittests", |
67 "sync_unit_tests", | 68 "sync_unit_tests", |
68 "ui_base_unittests", | 69 "ui_base_unittests", |
69 { | 70 { |
70 "test": "unit_tests", | 71 "test": "unit_tests", |
71 "swarming": { | 72 "swarming": { |
72 "can_use_on_swarming_builders": true, | 73 "can_use_on_swarming_builders": true, |
73 "shards": 2 | 74 "shards": 2 |
74 } | 75 } |
75 }, | 76 }, |
76 "url_unittests" | 77 "url_unittests" |
77 ] | 78 ] |
78 } | 79 } |
OLD | NEW |