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

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

Issue 2901623002: Move more tests suites to services_unittests. (Closed)
Patch Set: Oh, it was never run on android previously... Created 3 years, 7 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.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 { 294 {
295 "swarming": { 295 "swarming": {
296 "can_use_on_swarming_builders": true 296 "can_use_on_swarming_builders": true
297 }, 297 },
298 "test": "mojo_system_unittests" 298 "test": "mojo_system_unittests"
299 }, 299 },
300 { 300 {
301 "swarming": { 301 "swarming": {
302 "can_use_on_swarming_builders": true 302 "can_use_on_swarming_builders": true
303 }, 303 },
304 "test": "mus_gpu_unittests"
305 },
306 {
307 "swarming": {
308 "can_use_on_swarming_builders": true
309 },
310 "test": "nacl_loader_unittests" 304 "test": "nacl_loader_unittests"
311 }, 305 },
312 { 306 {
313 "swarming": { 307 "swarming": {
314 "can_use_on_swarming_builders": true 308 "can_use_on_swarming_builders": true
315 }, 309 },
316 "test": "native_theme_unittests" 310 "test": "native_theme_unittests"
317 }, 311 },
318 { 312 {
319 "swarming": { 313 "swarming": {
(...skipping 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 "additional_compile_targets": [ 1954 "additional_compile_targets": [
1961 "chrome_official_builder" 1955 "chrome_official_builder"
1962 ] 1956 ]
1963 }, 1957 },
1964 "Win8 GYP (dbg)": { 1958 "Win8 GYP (dbg)": {
1965 "additional_compile_targets": [ 1959 "additional_compile_targets": [
1966 "all" 1960 "all"
1967 ] 1961 ]
1968 } 1962 }
1969 } 1963 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698